aboutsummaryrefslogtreecommitdiff
path: root/types/lru-cache/log
diff options
context:
space:
mode:
Diffstat (limited to 'types/lru-cache/log')
-rw-r--r--types/lru-cache/log1485
1 files changed, 1485 insertions, 0 deletions
diff --git a/types/lru-cache/log b/types/lru-cache/log
new file mode 100644
index 0000000..44b539f
--- /dev/null
+++ b/types/lru-cache/log
@@ -0,0 +1,1485 @@
+
+> chromicle@0.1.0 start /home/ymf/work/chromicle
+> webpack --mode development --watch
+
+
+webpack is watching the files…
+
+Hash: 6a08dd4d420190403f37
+Version: webpack 4.29.2
+Time: 8919ms
+Built at: 02/13/2019 12:28:26 AM
+ Asset Size Chunks Chunk Names
+ ./index.html 508 bytes [emitted]
+ ./manifest.json 1.24 KiB [emitted]
+ ./popup.html 508 bytes [emitted]
+ background.js 3.63 MiB background [emitted] background
+ background.js.map 3.67 MiB background [emitted] background
+ fonts/TypoPRO-FantasqueSansMono-Regular.css 568 bytes [emitted]
+ fonts/TypoPRO-FantasqueSansMono-Regular.eot 56.9 KiB [emitted]
+ fonts/TypoPRO-FantasqueSansMono-Regular.ttf 56.5 KiB [emitted]
+fonts/TypoPRO-FantasqueSansMono-Regular.woff 28.4 KiB [emitted]
+ icon128.png 4.06 KiB [emitted]
+ icon16.png 561 bytes [emitted]
+ icon48.png 1.64 KiB [emitted]
+ index.js 6.04 MiB index [emitted] index
+ index.js.map 6.1 MiB index [emitted] index
+ popup.js 3.71 MiB popup [emitted] popup
+ popup.js.map 3.74 MiB popup [emitted] popup
+Entrypoint index = index.js index.js.map
+Entrypoint background = background.js background.js.map
+Entrypoint popup = popup.js popup.js.map
+[./node_modules/moment/locale sync recursive ^\.\/.*$] ./node_modules/moment/locale sync ^\.\/.*$ 3 KiB {index} {background} {popup} [optional] [built]
+[./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {index} {background} {popup} [built]
+[./src/Analyze.tsx] 11.7 KiB {index} [built] [27 errors]
+[./src/Chart.tsx] 6.41 KiB {index} {background} {popup} [built] [34 errors]
+[./src/Dashboard.tsx] 5.14 KiB {index} [built] [13 errors]
+[./src/Logo.tsx] 1.34 KiB {index} {popup} [built] [1 error]
+[./src/Settings.tsx] 22.2 KiB {index} [built] [81 errors]
+[./src/background.ts] 11.2 KiB {background} [built] [47 errors]
+[./src/duration.ts] 1010 bytes {index} {background} [built]
+[./src/gapi.ts] 19.3 KiB {index} {background} [built] [4 errors]
+[./src/index.tsx] 310 bytes {index} [built] [1 error]
+[./src/msg.ts] 2.67 KiB {index} {background} {popup} [built]
+[./src/pattern.ts] 2.07 KiB {index} {background} [built]
+[./src/popup.tsx] 5.12 KiB {popup} [built] [12 errors]
+[./src/theme.tsx] 619 bytes {index} {background} {popup} [built]
+ + 1404 hidden modules
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(59,13)
+ TS2345: Argument of type '{ type: MsgType; data: { id: string; }; }' is not assignable to parameter of type '{ mt: MsgType; data: any; }'.
+ Object literal may only specify known properties, and 'type' does not exist in type '{ mt: MsgType; data: any; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(61,17)
+ TS7006: Parameter 'msg' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(62,52)
+ TS7006: Parameter 'p' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(66,13)
+ TS2345: Argument of type '{ type: MsgType; data: { enabledOnly: boolean; }; }' is not assignable to parameter of type '{ mt: MsgType; data: any; }'.
+ Object literal may only specify known properties, and 'type' does not exist in type '{ mt: MsgType; data: any; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(68,17)
+ TS7006: Parameter 'msg' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(75,14)
+ TS2339: Property 'dialogPromiseResolver' does not exist on type 'Analyze'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(80,13)
+ TS2345: Argument of type '{ type: MsgType; data: { id: string; patterns: { name: string; idx: number; cal: { id: ReactText; isRegex: boolean; value: string; label: string; }; event: { id: ReactText; isRegex: boolean; value: string; label: string; }; color: PatternEntryColor; }[]; }; }' is not assignable to parameter of type '{ mt: MsgType; data: any; }'.
+ Object literal may only specify known properties, and 'type' does not exist in type '{ mt: MsgType; data: any; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(87,9)
+ TS7017: Element implicitly has an 'any' type because type 'PatternEntry' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(107,41)
+ TS2345: Argument of type '{ type: MsgType; data: { id: string; start: number; end: number; }; }' is not assignable to parameter of type '{ mt: MsgType; data: any; }'.
+ Object literal may only specify known properties, and 'type' does not exist in type '{ mt: MsgType; data: any; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(110,22)
+ TS7031: Binding element 'data' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(110,42)
+ TS7006: Parameter 'e' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(145,23)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(163,28)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(163,35)
+ TS7006: Parameter 'reason' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(168,27)
+ TS7006: Parameter 'msg' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(168,32)
+ TS7006: Parameter 'variant' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(172,25)
+ TS7006: Parameter 'title' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(172,32)
+ TS7006: Parameter 'message' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(174,18)
+ TS2339: Property 'dialogPromiseResolver' does not exist on type 'Analyze'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(180,25)
+ TS7006: Parameter 'result' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(181,14)
+ TS2339: Property 'dialogPromiseResolver' does not exist on type 'Analyze'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(186,17)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(225,55)
+ TS7031: Binding element 'startDate' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(225,66)
+ TS7031: Binding element 'endDate' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(228,62)
+ TS2339: Property 'focusedInput' does not exist on type '{ patterns: PatternEntry[]; calendars: {}; startDate: Moment; endDate: Moment; patternGraphData: { name: string; value: number; color: string; }[]; calendarGraphData: { name: string; value: number; color: string; }[]; ... 4 more ...; dialogMsg: { ...; }; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(229,52)
+ TS7006: Parameter 'focusedInput' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Analyze.tsx
+./src/Analyze.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Analyze.tsx(266,9)
+ TS2339: Property 'propTypes' does not exist on type 'typeof Analyze'.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(6,46)
+ TS7016: Could not find a declaration file for module 'recharts'. '/home/ymf/work/chromicle/node_modules/recharts/lib/index.js' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(9,30)
+ TS7006: Parameter 'start' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(9,37)
+ TS7006: Parameter 'end' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(9,42)
+ TS7006: Parameter 'patterns' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(9,52)
+ TS7006: Parameter 'calendars' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(9,63)
+ TS7006: Parameter 'calEventsGetter' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(15,40)
+ TS7006: Parameter 'p' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(18,23)
+ TS7006: Parameter 'r' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(26,13)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(27,13)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(30,13)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(32,18)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(33,13)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(33,32)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(34,17)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(34,43)
+ TS7006: Parameter 'p' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(37,25)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(40,21)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(41,21)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(47,32)
+ TS7006: Parameter 'data' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(51,26)
+ TS7006: Parameter 'd' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(52,26)
+ TS7006: Parameter 'd' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(67,24)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(73,25)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(82,16)
+ TS7006: Parameter 'theme' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(88,26)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(111,26)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(124,32)
+ TS7006: Parameter 'd' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(124,35)
+ TS7006: Parameter 'i' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(126,36)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(135,25)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(151,43)
+ TS7006: Parameter 'd' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(151,46)
+ TS7006: Parameter 'i' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Chart.tsx
+./src/Chart.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Chart.tsx(153,32)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(13,81)
+ TS7016: Could not find a declaration file for module 'react-router-dom'. '/home/ymf/work/chromicle/node_modules/react-router-dom/index.js' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(14,29)
+ TS7016: Could not find a declaration file for module 'react-router'. '/home/ymf/work/chromicle/node_modules/react-router/index.js' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(20,16)
+ TS7006: Parameter 'theme' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(48,24)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(48,31)
+ TS7006: Parameter 'currentTab' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(49,20)
+ TS2339: Property 'history' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(52,17)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(62,26)
+ TS2322: Type '{ children: Element[]; styles: { display: string; }; classes: { indicator: any; }; value: any; onChange: (event: any, currentTab: any) => void; }' is not assignable to type 'IntrinsicAttributes & TabsProps & { children?: ReactNode; }'.
+ Property 'styles' does not exist on type 'IntrinsicAttributes & TabsProps & { children?: ReactNode; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(64,47)
+ TS2339: Property 'history' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(66,30)
+ TS2322: Type '{ label: string; component: any; to: string; value: string; }' is not assignable to type 'IntrinsicAttributes & TabProps & { children?: ReactNode; }'.
+ Property 'to' does not exist on type 'IntrinsicAttributes & TabProps & { children?: ReactNode; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(67,30)
+ TS2322: Type '{ label: string; component: any; to: string; value: string; }' is not assignable to type 'IntrinsicAttributes & TabProps & { children?: ReactNode; }'.
+ Property 'to' does not exist on type 'IntrinsicAttributes & TabProps & { children?: ReactNode; }'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(83,15)
+ TS2339: Property 'propTypes' does not exist on type 'typeof DashboardTabs'.
+
+ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx
+./src/Dashboard.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dashboard.tsx(89,17)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Dialog.tsx
+./src/Dialog.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dialog.tsx(12,21)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Dialog.tsx
+./src/Dialog.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Dialog.tsx(16,22)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Logo.tsx
+./src/Logo.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Logo.tsx(2,17)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(13,33)
+ TS7016: Could not find a declaration file for module 'react-material-color-picker'. '/home/ymf/work/chromicle/node_modules/react-material-color-picker/dist/MaterialColorPicker.js' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(17,16)
+ TS7006: Parameter 'theme' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(53,20)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(70,31)
+ TS2554: Expected 0 arguments, but got 1.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(71,28)
+ TS2554: Expected 0 arguments, but got 1.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(77,9)
+ TS7018: Object literal's property 'activePattern' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(78,9)
+ TS7018: Object literal's property 'anchorEl' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(83,25)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(83,32)
+ TS7006: Parameter 'page' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(87,31)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(93,14)
+ TS2339: Property 'activeColorPattern' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(94,18)
+ TS2339: Property 'chosenColor' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(95,24)
+ TS2339: Property 'onUpdatePattern' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(95,54)
+ TS2339: Property 'activeColorPattern' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(96,35)
+ TS2339: Property 'chosenColor' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(100,17)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(100,26)
+ TS2339: Property 'calendars' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(100,37)
+ TS2339: Property 'patterns' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(103,86)
+ TS7006: Parameter 'p' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(103,89)
+ TS7006: Parameter 'i' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(113,51)
+ TS2339: Property 'onRemovePattern' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(126,48)
+ TS7006: Parameter 'field' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(126,55)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(126,76)
+ TS2339: Property 'onUpdatePattern' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(127,51)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(128,46)
+ TS2339: Property 'activeColorPattern' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(158,35)
+ TS7006: Parameter 'color' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(160,34)
+ TS2339: Property 'chosenColor' does not exist on type 'PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(200,14)
+ TS2339: Property 'propTypes' does not exist on type 'typeof PatternTable'.
+
+ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx
+./src/PatternTable.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/PatternTable.tsx(208,27)
+ TS2345: Argument of type '(theme: any) => { deleteButton: { width: number; position: string; marginRight: string; right: number; height: number; }; deleteButtonHide: { display: string; }; deleteButtonShow: {}; deleteIcon: { position: string; height: string; cursor: string; }; patternTableWrapper: { ...; }; patternTable: { ...; }; }' is not assignable to parameter of type 'StyleRulesCallback<"deleteButton" | "deleteButtonHide" | "deleteButtonShow" | "deleteIcon" | "patternTableWrapper" | "patternTable"> | Record<"deleteButton" | "deleteButtonHide" | "deleteButtonShow" | "deleteIcon" | "patternTableWrapper" | "patternTable", CSSProperties>'.
+ Type '(theme: any) => { deleteButton: { width: number; position: string; marginRight: string; right: number; height: number; }; deleteButtonHide: { display: string; }; deleteButtonShow: {}; deleteIcon: { position: string; height: string; cursor: string; }; patternTableWrapper: { ...; }; patternTable: { ...; }; }' is not assignable to type 'StyleRulesCallback<"deleteButton" | "deleteButtonHide" | "deleteButtonShow" | "deleteIcon" | "patternTableWrapper" | "patternTable">'.
+ Type '{ deleteButton: { width: number; position: string; marginRight: string; right: number; height: number; }; deleteButtonHide: { display: string; }; deleteButtonShow: {}; deleteIcon: { position: string; height: string; cursor: string; }; patternTableWrapper: { ...; }; patternTable: { ...; }; }' is not assignable to type 'Record<"deleteButton" | "deleteButtonHide" | "deleteButtonShow" | "deleteIcon" | "patternTableWrapper" | "patternTable", CSSProperties>'.
+ Types of property 'deleteButton' are incompatible.
+ Type '{ width: number; position: string; marginRight: string; right: number; height: number; }' is not assignable to type 'CSSProperties'.
+ Types of property 'position' are incompatible.
+ Type 'string' is not assignable to type 'PositionProperty'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(10,16)
+ TS7006: Parameter 'theme' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(21,17)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(23,33)
+ TS2339: Property 'options' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(24,20)
+ TS7009: 'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(29,49)
+ TS2339: Property 'theme' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(32,31)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(36,32)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(37,32)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(38,36)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(42,24)
+ TS2339: Property 'onChange' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(45,35)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(45,55)
+ TS2339: Property 'onChange' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(48,38)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(53,43)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(57,33)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(59,47)
+ TS2339: Property 'value' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(67,12)
+ TS2339: Property 'propTypes' does not exist on type 'typeof RegexField'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(73,31)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(76,9)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(81,10)
+ TS2322: Type '{ value: any; options: {}; onChange: (value: any) => any; theme: any; }' is not assignable to type 'IntrinsicAttributes & Pick<{}, never> & StyledComponentProps<"fieldNoRegex" | "fieldRegex"> & { children?: ReactNode; }'.
+ Property 'value' does not exist on type 'IntrinsicAttributes & Pick<{}, never> & StyledComponentProps<"fieldNoRegex" | "fieldRegex"> & { children?: ReactNode; }'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(84,23)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(88,28)
+ TS7006: Parameter 'props' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(91,5)
+ TS7017: Element implicitly has an 'any' type because type '{}' has no index signature.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(93,10)
+ TS2322: Type '{ value: any; options: {}; onChange: (value: any) => any; theme: any; }' is not assignable to type 'IntrinsicAttributes & Pick<{}, never> & StyledComponentProps<"fieldNoRegex" | "fieldRegex"> & { children?: ReactNode; }'.
+ Property 'value' does not exist on type 'IntrinsicAttributes & Pick<{}, never> & StyledComponentProps<"fieldNoRegex" | "fieldRegex"> & { children?: ReactNode; }'.
+
+ERROR in /home/ymf/work/chromicle/src/RegexField.tsx
+./src/RegexField.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/RegexField.tsx(96,23)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(33,16)
+ TS7006: Parameter 'theme' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(63,22)
+ TS7006: Parameter 'old' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(63,27)
+ TS7006: Parameter 'onChange' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(63,40)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(67,21)
+ TS7006: Parameter 'old' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(67,26)
+ TS7006: Parameter 'onChange' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(67,39)
+ TS7006: Parameter 'event' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(81,20)
+ TS7006: Parameter 'value' implicitly has an 'any' type.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,15)
+ TS2339: Property 'classes' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,24)
+ TS2339: Property 'fromDuration' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,38)
+ TS2339: Property 'toDuration' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,50)
+ TS2339: Property 'nameOnChange' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,64)
+ TS2339: Property 'fromOnChange' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,78)
+ TS2339: Property 'toOnChange' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'.
+
+ERROR in /home/ymf/work/chromicle/src/Settings.tsx
+./src/Settings.tsx
+[tsl] ERROR in /home/ymf/work/chromicle/src/Settings.tsx(89,90)
+ TS2339: Property 'name' does not