How to use nextId method in storybook-root

Best JavaScript code snippet using storybook-root

filesystem.ts

Source:filesystem.ts Github

copy

Full Screen

...8}9let counter = 0;10const nextId = () => counter++;11export const filesystem: Entry[] = [12 {type: 'file', id: nextId(), name: 'LICENSE.md', size: 636, time: new Date('2019-12-18T15:06:11')},13 {type: 'file', id: nextId(), name: 'README.md', size: 4460, time: new Date('2019-12-18T15:06:11')},14 {type: 'file', id: nextId(), name: 'SUPPORT.md', size: 3181, time: new Date('2019-12-18T15:06:11')},15 {type: 'directory', id: nextId(), name: 'examples', time: new Date('2019-12-18T15:06:11'), contents: [16 {type: 'file', id: nextId(), name: 'README.md', size: 1153, time: new Date('2019-12-18T15:06:11')},17 {type: 'file', id: nextId(), name: 'angular.json', size: 37604, time: new Date('2019-12-18T15:06:11')},18 {type: 'directory', id: nextId(), name: 'bin', time: new Date('2019-12-18T15:06:11'), contents: [19 {type: 'file', id: nextId(), name: 'build-all.js', size: 597, time: new Date('2019-12-18T15:06:11')},20 {type: 'file', id: nextId(), name: 'publish-gh-pages', size: 164, time: new Date('2019-12-18T15:06:11')},21 {type: 'file', id: nextId(), name: 'serve-project.js', size: 345, time: new Date('2019-12-18T15:06:11')}22 ]},23 {type: 'file', id: nextId(), name: 'package-lock.json', size: 448632, time: new Date('2019-12-18T15:06:11')},24 {type: 'file', id: nextId(), name: 'package.json', size: 3050, time: new Date('2019-12-18T15:06:11')},25 {type: 'directory', id: nextId(), name: 'projects', time: new Date('2019-12-18T15:06:11'), contents: [26 {type: 'directory', id: nextId(), name: 'chart-websockets', time: new Date('2019-12-18T15:06:11'), contents: [27 {type: 'file', id: nextId(), name: 'README.md', size: 1294, time: new Date('2019-12-18T15:06:11')},28 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},29 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1032, time: new Date('2019-12-18T15:06:11')},30 {type: 'directory', id: nextId(), name: 'server', time: new Date('2019-12-18T15:06:11'), contents: [31 {type: 'file', id: nextId(), name: 'index.js', size: 1419, time: new Date('2019-12-18T15:06:11')},32 {type: 'file', id: nextId(), name: 'package-lock.json', size: 13649, time: new Date('2019-12-18T15:06:11')},33 {type: 'file', id: nextId(), name: 'package.json', size: 304, time: new Date('2019-12-18T15:06:11')}34 ]},35 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [36 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [37 {type: 'file', id: nextId(), name: 'app.component.css', size: 0, time: new Date('2019-12-18T15:06:11')},38 {type: 'file', id: nextId(), name: 'app.component.html', size: 875, time: new Date('2019-12-18T15:06:11')},39 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 1008, time: new Date('2019-12-18T15:06:11')},40 {type: 'file', id: nextId(), name: 'app.component.ts', size: 1383, time: new Date('2019-12-18T15:06:11')},41 {type: 'file', id: nextId(), name: 'app.module.ts', size: 595, time: new Date('2019-12-18T15:06:11')},42 {type: 'file', id: nextId(), name: 'websocket.service.ts', size: 575, time: new Date('2019-12-18T15:06:11')}43 ]},44 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [45 ]},46 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [47 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},48 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}49 ]},50 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},51 {type: 'file', id: nextId(), name: 'index.html', size: 302, time: new Date('2019-12-18T15:06:11')},52 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},53 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},54 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},55 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}56 ]},57 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},58 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},59 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}60 ]},61 {type: 'directory', id: nextId(), name: 'grid-firebase', time: new Date('2019-12-18T15:06:11'), contents: [62 {type: 'file', id: nextId(), name: 'README.md', size: 1309, time: new Date('2019-12-18T15:06:11')},63 {type: 'file', id: nextId(), name: 'browserslist', size: 385, time: new Date('2019-12-18T15:06:11')},64 {type: 'file', id: nextId(), name: 'firebase.json', size: 234, time: new Date('2019-12-18T15:06:11')},65 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1029, time: new Date('2019-12-18T15:06:11')},66 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [67 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [68 {type: 'file', id: nextId(), name: 'app.component.html', size: 1221, time: new Date('2019-12-18T15:06:11')},69 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 1035, time: new Date('2019-12-18T15:06:11')},70 {type: 'file', id: nextId(), name: 'app.component.ts', size: 2274, time: new Date('2019-12-18T15:06:11')},71 {type: 'file', id: nextId(), name: 'app.module.ts', size: 1169, time: new Date('2019-12-18T15:06:11')},72 {type: 'file', id: nextId(), name: 'edit.service.ts', size: 945, time: new Date('2019-12-18T15:06:11')},73 {type: 'file', id: nextId(), name: 'products.ts', size: 2346, time: new Date('2019-12-18T15:06:11')}74 ]},75 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [76 ]},77 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [78 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},79 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}80 ]},81 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},82 {type: 'file', id: nextId(), name: 'index.html', size: 299, time: new Date('2019-12-18T15:06:11')},83 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},84 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},85 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},86 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}87 ]},88 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},89 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},90 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}91 ]},92 {type: 'directory', id: nextId(), name: 'grid-graphql', time: new Date('2019-12-18T15:06:11'), contents: [93 {type: 'file', id: nextId(), name: 'README.md', size: 891, time: new Date('2019-12-18T15:06:11')},94 {type: 'file', id: nextId(), name: 'browserslist', size: 385, time: new Date('2019-12-18T15:06:11')},95 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1028, time: new Date('2019-12-18T15:06:11')},96 {type: 'directory', id: nextId(), name: 'server', time: new Date('2019-12-18T15:06:11'), contents: [97 {type: 'file', id: nextId(), name: 'index.js', size: 417, time: new Date('2019-12-18T15:06:11')},98 {type: 'file', id: nextId(), name: 'package-lock.json', size: 15151, time: new Date('2019-12-18T15:06:11')},99 {type: 'file', id: nextId(), name: 'package.json', size: 400, time: new Date('2019-12-18T15:06:11')},100 {type: 'directory', id: nextId(), name: 'schema', time: new Date('2019-12-18T15:06:11'), contents: [101 {type: 'file', id: nextId(), name: 'schema.js', size: 7470, time: new Date('2019-12-18T15:06:11')}102 ]}103 ]},104 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [105 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [106 {type: 'file', id: nextId(), name: 'app.component.css', size: 0, time: new Date('2019-12-18T15:06:11')},107 {type: 'file', id: nextId(), name: 'app.component.html', size: 1416, time: new Date('2019-12-18T15:06:11')},108 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 1013, time: new Date('2019-12-18T15:06:11')},109 {type: 'file', id: nextId(), name: 'app.component.ts', size: 2743, time: new Date('2019-12-18T15:06:11')},110 {type: 'file', id: nextId(), name: 'app.module.ts', size: 852, time: new Date('2019-12-18T15:06:11')},111 {type: 'file', id: nextId(), name: 'edit.service.ts', size: 1435, time: new Date('2019-12-18T15:06:11')},112 {type: 'file', id: nextId(), name: 'graphql.module.ts', size: 658, time: new Date('2019-12-18T15:06:11')},113 {type: 'file', id: nextId(), name: 'model.ts', size: 177, time: new Date('2019-12-18T15:06:11')},114 {type: 'file', id: nextId(), name: 'queries.js', size: 958, time: new Date('2019-12-18T15:06:11')}115 ]},116 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [117 ]},118 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [119 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},120 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}121 ]},122 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},123 {type: 'file', id: nextId(), name: 'index.html', size: 298, time: new Date('2019-12-18T15:06:11')},124 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},125 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},126 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},127 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}128 ]},129 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},130 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},131 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}132 ]},133 {type: 'directory', id: nextId(), name: 'grid-jsdo', time: new Date('2019-12-18T15:06:11'), contents: [134 {type: 'file', id: nextId(), name: 'README.md', size: 854, time: new Date('2019-12-18T15:06:11')},135 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},136 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1025, time: new Date('2019-12-18T15:06:11')},137 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [138 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [139 {type: 'file', id: nextId(), name: 'app.component.ts', size: 5190, time: new Date('2019-12-18T15:06:11')},140 {type: 'file', id: nextId(), name: 'app.module.ts', size: 1006, time: new Date('2019-12-18T15:06:11')},141 {type: 'directory', id: nextId(), name: 'data', time: new Date('2019-12-18T15:06:11'), contents: [142 {type: 'file', id: nextId(), name: 'customer.config.ts', size: 470, time: new Date('2019-12-18T15:06:11')},143 {type: 'file', id: nextId(), name: 'customer.model.ts', size: 611, time: new Date('2019-12-18T15:06:11')},144 {type: 'file', id: nextId(), name: 'data-service.event.ts', size: 57, time: new Date('2019-12-18T15:06:11')},145 {type: 'file', id: nextId(), name: 'data-service.interface.ts', size: 728, time: new Date('2019-12-18T15:06:11')},146 {type: 'file', id: nextId(), name: 'data.service.ts', size: 6294, time: new Date('2019-12-18T15:06:11')},147 {type: 'file', id: nextId(), name: 'model-data-result.ts', size: 170, time: new Date('2019-12-18T15:06:11')},148 {type: 'file', id: nextId(), name: 'progress-service-config.ts', size: 559, time: new Date('2019-12-18T15:06:11')},149 {type: 'file', id: nextId(), name: 'progress-service-factory.ts', size: 907, time: new Date('2019-12-18T15:06:11')},150 {type: 'file', id: nextId(), name: 'progress-session.service.ts', size: 2172, time: new Date('2019-12-18T15:06:11')},151 {type: 'file', id: nextId(), name: 'progress.service.ts', size: 4978, time: new Date('2019-12-18T15:06:11')},152 {type: 'file', id: nextId(), name: 'service-config.ts', size: 1396, time: new Date('2019-12-18T15:06:11')}153 ]}154 ]},155 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [156 ]},157 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [158 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},159 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}160 ]},161 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},162 {type: 'file', id: nextId(), name: 'index.html', size: 295, time: new Date('2019-12-18T15:06:11')},163 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},164 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},165 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},166 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}167 ]},168 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},169 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},170 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}171 ]},172 {type: 'directory', id: nextId(), name: 'grid-signalr', time: new Date('2019-12-18T15:06:11'), contents: [173 {type: 'file', id: nextId(), name: 'README.md', size: 1859, time: new Date('2019-12-18T15:06:11')},174 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},175 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1028, time: new Date('2019-12-18T15:06:11')},176 {type: 'directory', id: nextId(), name: 'server', time: new Date('2019-12-18T15:06:11'), contents: [177 {type: 'directory', id: nextId(), name: 'Controllers', time: new Date('2019-12-18T15:06:11'), contents: [178 {type: 'file', id: nextId(), name: 'TodoController.cs', size: 1669, time: new Date('2019-12-18T15:06:11')}179 ]},180 {type: 'directory', id: nextId(), name: 'Hubs', time: new Date('2019-12-18T15:06:11'), contents: [181 {type: 'file', id: nextId(), name: 'TodoHub.cs', size: 162, time: new Date('2019-12-18T15:06:11')}182 ]},183 {type: 'file', id: nextId(), name: 'Program.cs', size: 654, time: new Date('2019-12-18T15:06:11')},184 {type: 'directory', id: nextId(), name: 'Properties', time: new Date('2019-12-18T15:06:11'), contents: [185 {type: 'file', id: nextId(), name: 'launchSettings.json', size: 775, time: new Date('2019-12-18T15:06:11')}186 ]},187 {type: 'file', id: nextId(), name: 'Startup.cs', size: 1836, time: new Date('2019-12-18T15:06:11')},188 {type: 'file', id: nextId(), name: 'appsettings.Development.json', size: 137, time: new Date('2019-12-18T15:06:11')},189 {type: 'file', id: nextId(), name: 'appsettings.json', size: 97, time: new Date('2019-12-18T15:06:11')},190 {type: 'file', id: nextId(), name: 'server.csproj', size: 295, time: new Date('2019-12-18T15:06:11')},191 {type: 'file', id: nextId(), name: 'server.sln', size: 1110, time: new Date('2019-12-18T15:06:11')}192 ]},193 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [194 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [195 {type: 'file', id: nextId(), name: 'app.component.css', size: 29, time: new Date('2019-12-18T15:06:11')},196 {type: 'file', id: nextId(), name: 'app.component.html', size: 977, time: new Date('2019-12-18T15:06:11')},197 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 989, time: new Date('2019-12-18T15:06:11')},198 {type: 'file', id: nextId(), name: 'app.component.ts', size: 1522, time: new Date('2019-12-18T15:06:11')},199 {type: 'file', id: nextId(), name: 'app.module.ts', size: 624, time: new Date('2019-12-18T15:06:11')},200 {type: 'directory', id: nextId(), name: 'models', time: new Date('2019-12-18T15:06:11'), contents: [201 {type: 'file', id: nextId(), name: 'todo.model.ts', size: 91, time: new Date('2019-12-18T15:06:11')}202 ]},203 {type: 'directory', id: nextId(), name: 'services', time: new Date('2019-12-18T15:06:11'), contents: [204 {type: 'file', id: nextId(), name: 'signalr.service.ts', size: 944, time: new Date('2019-12-18T15:06:11')}205 ]}206 ]},207 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [208 ]},209 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [210 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},211 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}212 ]},213 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},214 {type: 'file', id: nextId(), name: 'index.html', size: 298, time: new Date('2019-12-18T15:06:11')},215 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},216 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},217 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},218 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}219 ]},220 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},221 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},222 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}223 ]},224 {type: 'directory', id: nextId(), name: 'integration-i18n', time: new Date('2019-12-18T15:06:11'), contents: [225 {type: 'file', id: nextId(), name: 'README.md', size: 890, time: new Date('2019-12-18T15:06:11')},226 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},227 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1032, time: new Date('2019-12-18T15:06:11')},228 {type: 'directory', id: nextId(), name: 'projects', time: new Date('2019-12-18T15:06:11'), contents: [229 {type: 'directory', id: nextId(), name: 'integration-i18n', time: new Date('2019-12-18T15:06:11'), contents: [230 {type: 'directory', id: nextId(), name: 'locale', time: new Date('2019-12-18T15:06:11'), contents: [231 {type: 'file', id: nextId(), name: 'messages.xlf', size: 49659, time: new Date('2019-12-18T15:06:11')}232 ]}233 ]}234 ]},235 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [236 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [237 {type: 'file', id: nextId(), name: 'app.component.html', size: 111, time: new Date('2019-12-18T15:06:11')},238 {type: 'file', id: nextId(), name: 'app.component.scss', size: 0, time: new Date('2019-12-18T15:06:11')},239 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 1000, time: new Date('2019-12-18T15:06:11')},240 {type: 'file', id: nextId(), name: 'app.component.ts', size: 222, time: new Date('2019-12-18T15:06:11')},241 {type: 'file', id: nextId(), name: 'app.module.ts', size: 515, time: new Date('2019-12-18T15:06:11')}242 ]},243 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [244 ]},245 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [246 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},247 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}248 ]},249 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},250 {type: 'file', id: nextId(), name: 'index.html', size: 302, time: new Date('2019-12-18T15:06:11')},251 {type: 'directory', id: nextId(), name: 'locale', time: new Date('2019-12-18T15:06:11'), contents: [252 {type: 'file', id: nextId(), name: 'messages.es.xlf', size: 44842, time: new Date('2019-12-18T15:06:11')},253 {type: 'file', id: nextId(), name: 'messages.xlf', size: 42194, time: new Date('2019-12-18T15:06:11')}254 ]},255 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},256 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},257 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},258 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}259 ]},260 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},261 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},262 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}263 ]},264 {type: 'directory', id: nextId(), name: 'integration-jquery', time: new Date('2019-12-18T15:06:11'), contents: [265 {type: 'file', id: nextId(), name: 'README.md', size: 866, time: new Date('2019-12-18T15:06:11')},266 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},267 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1034, time: new Date('2019-12-18T15:06:11')},268 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [269 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [270 {type: 'file', id: nextId(), name: 'app.component.css', size: 0, time: new Date('2019-12-18T15:06:11')},271 {type: 'file', id: nextId(), name: 'app.component.html', size: 624, time: new Date('2019-12-18T15:06:11')},272 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 1000, time: new Date('2019-12-18T15:06:11')},273 {type: 'file', id: nextId(), name: 'app.component.ts', size: 340, time: new Date('2019-12-18T15:06:11')},274 {type: 'file', id: nextId(), name: 'app.module.ts', size: 2203, time: new Date('2019-12-18T15:06:11')},275 {type: 'file', id: nextId(), name: 'other.component.ts', size: 294, time: new Date('2019-12-18T15:06:11')},276 {type: 'file', id: nextId(), name: 'test-date-picker.component.ts', size: 1063, time: new Date('2019-12-18T15:06:11')},277 {type: 'file', id: nextId(), name: 'test-diagram.component.ts', size: 1694, time: new Date('2019-12-18T15:06:11')},278 {type: 'file', id: nextId(), name: 'test-editor.component.ts', size: 1154, time: new Date('2019-12-18T15:06:11')},279 {type: 'file', id: nextId(), name: 'test-gantt.component.ts', size: 4603, time: new Date('2019-12-18T15:06:11')},280 {type: 'file', id: nextId(), name: 'test-grid.component.ts', size: 1542, time: new Date('2019-12-18T15:06:11')},281 {type: 'file', id: nextId(), name: 'test-scheduler.component.ts', size: 4033, time: new Date('2019-12-18T15:06:11')},282 {type: 'file', id: nextId(), name: 'test-slider.component.ts', size: 689, time: new Date('2019-12-18T15:06:11')},283 {type: 'file', id: nextId(), name: 'test-splitter.component.ts', size: 2578, time: new Date('2019-12-18T15:06:11')}284 ]},285 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [286 ]},287 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [288 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},289 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}290 ]},291 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},292 {type: 'file', id: nextId(), name: 'index.html', size: 318, time: new Date('2019-12-18T15:06:11')},293 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},294 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},295 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},296 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}297 ]},298 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},299 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},300 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}301 ]},302 {type: 'directory', id: nextId(), name: 'integration-pwa', time: new Date('2019-12-18T15:06:11'), contents: [303 {type: 'file', id: nextId(), name: 'README.md', size: 3373, time: new Date('2019-12-18T15:06:11')},304 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},305 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1031, time: new Date('2019-12-18T15:06:11')},306 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [307 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [308 {type: 'file', id: nextId(), name: '_app-common.scss', size: 1617, time: new Date('2019-12-18T15:06:11')},309 {type: 'file', id: nextId(), name: 'app-routing.module.ts', size: 310, time: new Date('2019-12-18T15:06:11')},310 {type: 'file', id: nextId(), name: 'app.component.html', size: 32, time: new Date('2019-12-18T15:06:11')},311 {type: 'file', id: nextId(), name: 'app.component.scss', size: 0, time: new Date('2019-12-18T15:06:11')},312 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 986, time: new Date('2019-12-18T15:06:11')},313 {type: 'file', id: nextId(), name: 'app.component.ts', size: 163, time: new Date('2019-12-18T15:06:11')},314 {type: 'file', id: nextId(), name: 'app.module.ts', size: 3141, time: new Date('2019-12-18T15:06:11')},315 {type: 'file', id: nextId(), name: 'app.routes.ts', size: 717, time: new Date('2019-12-18T15:06:11')},316 {type: 'file', id: nextId(), name: 'app.style.css', size: 306, time: new Date('2019-12-18T15:06:11')},317 {type: 'directory', id: nextId(), name: 'charts', time: new Date('2019-12-18T15:06:11'), contents: [318 {type: 'file', id: nextId(), name: 'active-issues.component.ts', size: 10882, time: new Date('2019-12-18T15:06:11')},319 {type: 'file', id: nextId(), name: 'issue-types.component.ts', size: 2092, time: new Date('2019-12-18T15:06:11')},320 {type: 'file', id: nextId(), name: 'statistics.component.ts', size: 1532, time: new Date('2019-12-18T15:06:11')},321 {type: 'file', id: nextId(), name: 'types-distribution.component.ts', size: 4819, time: new Date('2019-12-18T15:06:11')}322 ]},323 {type: 'directory', id: nextId(), name: 'common', time: new Date('2019-12-18T15:06:11'), contents: [324 {type: 'file', id: nextId(), name: 'index.ts', size: 31, time: new Date('2019-12-18T15:06:11')},325 {type: 'directory', id: nextId(), name: 'utils', time: new Date('2019-12-18T15:06:11'), contents: [326 {type: 'file', id: nextId(), name: 'Config.ts', size: 593, time: new Date('2019-12-18T15:06:11')},327 {type: 'file', id: nextId(), name: 'index.ts', size: 59, time: new Date('2019-12-18T15:06:11')},328 {type: 'file', id: nextId(), name: 'router-module.ts', size: 48, time: new Date('2019-12-18T15:06:11')}329 ]}330 ]},331 {type: 'directory', id: nextId(), name: 'dashboard', time: new Date('2019-12-18T15:06:11'), contents: [332 {type: 'file', id: nextId(), name: 'dashboard.component.ts', size: 3071, time: new Date('2019-12-18T15:06:11')},333 {type: 'file', id: nextId(), name: 'dashboard.template.html', size: 1531, time: new Date('2019-12-18T15:06:11')},334 {type: 'file', id: nextId(), name: 'index.ts', size: 40, time: new Date('2019-12-18T15:06:11')}335 ]},336 {type: 'file', id: nextId(), name: 'dashboard.style.scss', size: 5235, time: new Date('2019-12-18T15:06:11')},337 {type: 'directory', id: nextId(), name: 'issues', time: new Date('2019-12-18T15:06:11'), contents: [338 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},339 {type: 'file', id: nextId(), name: 'issues.component.ts', size: 2245, time: new Date('2019-12-18T15:06:11')},340 {type: 'file', id: nextId(), name: 'issues.template.html', size: 5149, time: new Date('2019-12-18T15:06:11')},341 {type: 'file', id: nextId(), name: 'label.directive.ts', size: 1136, time: new Date('2019-12-18T15:06:11')}342 ]},343 {type: 'directory', id: nextId(), name: 'main-menu', time: new Date('2019-12-18T15:06:11'), contents: [344 {type: 'file', id: nextId(), name: 'main-menu.component.html', size: 1765, time: new Date('2019-12-18T15:06:11')},345 {type: 'file', id: nextId(), name: 'main-menu.component.scss', size: 0, time: new Date('2019-12-18T15:06:11')},346 {type: 'file', id: nextId(), name: 'main-menu.component.spec.ts', size: 643, time: new Date('2019-12-18T15:06:11')},347 {type: 'file', id: nextId(), name: 'main-menu.component.ts', size: 1790, time: new Date('2019-12-18T15:06:11')}348 ]},349 {type: 'directory', id: nextId(), name: 'markdown', time: new Date('2019-12-18T15:06:11'), contents: [350 {type: 'file', id: nextId(), name: 'markdown.component.ts', size: 492, time: new Date('2019-12-18T15:06:11')}351 ]},352 {type: 'directory', id: nextId(), name: 'profile', time: new Date('2019-12-18T15:06:11'), contents: [353 {type: 'file', id: nextId(), name: 'index.ts', size: 38, time: new Date('2019-12-18T15:06:11')},354 {type: 'file', id: nextId(), name: 'profile.component.ts', size: 1566, time: new Date('2019-12-18T15:06:11')},355 {type: 'file', id: nextId(), name: 'profile.template.html', size: 6205, time: new Date('2019-12-18T15:06:11')}356 ]},357 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [358 {type: 'file', id: nextId(), name: '_custom.scss', size: 2402, time: new Date('2019-12-18T15:06:11')},359 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1472, time: new Date('2019-12-18T15:06:11')},360 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},361 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5617, time: new Date('2019-12-18T15:06:11')},362 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},363 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 300, time: new Date('2019-12-18T15:06:11')},364 {type: 'file', id: nextId(), name: 'spinner.component.ts', size: 426, time: new Date('2019-12-18T15:06:11')}365 ]},366 {type: 'directory', id: nextId(), name: 'signin', time: new Date('2019-12-18T15:06:11'), contents: [367 {type: 'file', id: nextId(), name: 'index.ts', size: 39, time: new Date('2019-12-18T15:06:11')},368 {type: 'file', id: nextId(), name: 'signin.component.ts', size: 645, time: new Date('2019-12-18T15:06:11')},369 {type: 'file', id: nextId(), name: 'signin.template.html', size: 530, time: new Date('2019-12-18T15:06:11')}370 ]}371 ]},372 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [373 {type: 'directory', id: nextId(), name: 'app_icon', time: new Date('2019-12-18T15:06:11'), contents: [374 {type: 'file', id: nextId(), name: 'angularX144.png', size: 5078, time: new Date('2019-12-18T15:06:11')},375 {type: 'file', id: nextId(), name: 'angularX192.png', size: 7010, time: new Date('2019-12-18T15:06:11')},376 {type: 'file', id: nextId(), name: 'angularX36.png', size: 1600, time: new Date('2019-12-18T15:06:11')},377 {type: 'file', id: nextId(), name: 'angularX48.png', size: 2070, time: new Date('2019-12-18T15:06:11')},378 {type: 'file', id: nextId(), name: 'angularX512.png', size: 19822, time: new Date('2019-12-18T15:06:11')},379 {type: 'file', id: nextId(), name: 'angularX72.png', size: 2715, time: new Date('2019-12-18T15:06:11')},380 {type: 'file', id: nextId(), name: 'angularX96.png', size: 3571, time: new Date('2019-12-18T15:06:11')}381 ]},382 {type: 'directory', id: nextId(), name: 'help_images', time: new Date('2019-12-18T15:06:11'), contents: [383 {type: 'file', id: nextId(), name: 'add_to_home.png', size: 51829, time: new Date('2019-12-18T15:06:11')},384 {type: 'file', id: nextId(), name: 'cached_local.png', size: 55215, time: new Date('2019-12-18T15:06:11')},385 {type: 'file', id: nextId(), name: 'cached_remote.png', size: 56083, time: new Date('2019-12-18T15:06:11')},386 {type: 'file', id: nextId(), name: 'confirm.png', size: 25508, time: new Date('2019-12-18T15:06:11')},387 {type: 'file', id: nextId(), name: 'dashboard.png', size: 101068, time: new Date('2019-12-18T15:06:11')},388 {type: 'file', id: nextId(), name: 'offline.png', size: 36927, time: new Date('2019-12-18T15:06:11')},389 {type: 'file', id: nextId(), name: 'sw.png', size: 36331, time: new Date('2019-12-18T15:06:11')}390 ]},391 {type: 'directory', id: nextId(), name: 'i18n', time: new Date('2019-12-18T15:06:11'), contents: [392 {type: 'file', id: nextId(), name: 'en.json', size: 417, time: new Date('2019-12-18T15:06:11')}393 ]},394 {type: 'file', id: nextId(), name: 'issue-closed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},395 {type: 'file', id: nextId(), name: 'issue-open.png', size: 1159, time: new Date('2019-12-18T15:06:11')},396 {type: 'file', id: nextId(), name: 'issueclosed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},397 {type: 'file', id: nextId(), name: 'issueopen.png', size: 1159, time: new Date('2019-12-18T15:06:11')},398 {type: 'file', id: nextId(), name: 'login-left-bg.png', size: 35043, time: new Date('2019-12-18T15:06:11')},399 {type: 'file', id: nextId(), name: 'login-right-bg.png', size: 40236, time: new Date('2019-12-18T15:06:11')},400 {type: 'file', id: nextId(), name: 'noConnection.png', size: 11232, time: new Date('2019-12-18T15:06:11')}401 ]},402 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [403 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},404 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}405 ]},406 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},407 {type: 'file', id: nextId(), name: 'index.html', size: 893, time: new Date('2019-12-18T15:06:11')},408 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},409 {type: 'file', id: nextId(), name: 'manifest.json', size: 1484, time: new Date('2019-12-18T15:06:11')},410 {type: 'file', id: nextId(), name: 'ngsw-config.json', size: 551, time: new Date('2019-12-18T15:06:11')},411 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},412 {type: 'file', id: nextId(), name: 'styles.scss', size: 1049, time: new Date('2019-12-18T15:06:11')},413 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}414 ]},415 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},416 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},417 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}418 ]},419 {type: 'directory', id: nextId(), name: 'integration-pwa-material', time: new Date('2019-12-18T15:06:11'), contents: [420 {type: 'file', id: nextId(), name: 'README.md', size: 3234, time: new Date('2019-12-18T15:06:11')},421 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},422 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1031, time: new Date('2019-12-18T15:06:11')},423 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [424 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [425 {type: 'file', id: nextId(), name: 'app-routing.module.ts', size: 310, time: new Date('2019-12-18T15:06:11')},426 {type: 'file', id: nextId(), name: 'app.component.html', size: 32, time: new Date('2019-12-18T15:06:11')},427 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 986, time: new Date('2019-12-18T15:06:11')},428 {type: 'file', id: nextId(), name: 'app.component.ts', size: 163, time: new Date('2019-12-18T15:06:11')},429 {type: 'file', id: nextId(), name: 'app.module.ts', size: 3227, time: new Date('2019-12-18T15:06:11')},430 {type: 'file', id: nextId(), name: 'app.routes.ts', size: 717, time: new Date('2019-12-18T15:06:11')},431 {type: 'directory', id: nextId(), name: 'charts', time: new Date('2019-12-18T15:06:11'), contents: [432 {type: 'file', id: nextId(), name: 'active-issues.component.ts', size: 11951, time: new Date('2019-12-18T15:06:11')},433 {type: 'file', id: nextId(), name: 'issue-types.component.ts', size: 2161, time: new Date('2019-12-18T15:06:11')},434 {type: 'file', id: nextId(), name: 'statistics.component.ts', size: 1300, time: new Date('2019-12-18T15:06:11')},435 {type: 'file', id: nextId(), name: 'types-distribution.component.ts', size: 5299, time: new Date('2019-12-18T15:06:11')}436 ]},437 {type: 'directory', id: nextId(), name: 'common', time: new Date('2019-12-18T15:06:11'), contents: [438 {type: 'file', id: nextId(), name: 'index.ts', size: 31, time: new Date('2019-12-18T15:06:11')},439 {type: 'directory', id: nextId(), name: 'utils', time: new Date('2019-12-18T15:06:11'), contents: [440 {type: 'file', id: nextId(), name: 'Config.ts', size: 593, time: new Date('2019-12-18T15:06:11')},441 {type: 'file', id: nextId(), name: 'index.ts', size: 59, time: new Date('2019-12-18T15:06:11')},442 {type: 'file', id: nextId(), name: 'router-module.ts', size: 48, time: new Date('2019-12-18T15:06:11')}443 ]}444 ]},445 {type: 'directory', id: nextId(), name: 'dashboard', time: new Date('2019-12-18T15:06:11'), contents: [446 {type: 'file', id: nextId(), name: 'dashboard.component.ts', size: 3077, time: new Date('2019-12-18T15:06:11')},447 {type: 'file', id: nextId(), name: 'dashboard.template.html', size: 1555, time: new Date('2019-12-18T15:06:11')},448 {type: 'file', id: nextId(), name: 'index.ts', size: 39, time: new Date('2019-12-18T15:06:11')}449 ]},450 {type: 'directory', id: nextId(), name: 'issues', time: new Date('2019-12-18T15:06:11'), contents: [451 {type: 'file', id: nextId(), name: 'index.ts', size: 36, time: new Date('2019-12-18T15:06:11')},452 {type: 'file', id: nextId(), name: 'issues.component.ts', size: 2266, time: new Date('2019-12-18T15:06:11')},453 {type: 'file', id: nextId(), name: 'issues.template.html', size: 5078, time: new Date('2019-12-18T15:06:11')},454 {type: 'file', id: nextId(), name: 'label.directive.ts', size: 1136, time: new Date('2019-12-18T15:06:11')}455 ]},456 {type: 'directory', id: nextId(), name: 'main-menu', time: new Date('2019-12-18T15:06:11'), contents: [457 {type: 'file', id: nextId(), name: 'main-menu.component.html', size: 2038, time: new Date('2019-12-18T15:06:11')},458 {type: 'file', id: nextId(), name: 'main-menu.component.spec.ts', size: 643, time: new Date('2019-12-18T15:06:11')},459 {type: 'file', id: nextId(), name: 'main-menu.component.ts', size: 1739, time: new Date('2019-12-18T15:06:11')}460 ]},461 {type: 'directory', id: nextId(), name: 'markdown', time: new Date('2019-12-18T15:06:11'), contents: [462 {type: 'file', id: nextId(), name: 'markdown.component.ts', size: 492, time: new Date('2019-12-18T15:06:11')}463 ]},464 {type: 'directory', id: nextId(), name: 'profile', time: new Date('2019-12-18T15:06:11'), contents: [465 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},466 {type: 'file', id: nextId(), name: 'profile.component.ts', size: 1343, time: new Date('2019-12-18T15:06:11')},467 {type: 'file', id: nextId(), name: 'profile.template.html', size: 6959, time: new Date('2019-12-18T15:06:11')}468 ]},469 {type: 'directory', id: nextId(), name: 'scss', time: new Date('2019-12-18T15:06:11'), contents: [470 {type: 'file', id: nextId(), name: '_dashboard.scss', size: 1330, time: new Date('2019-12-18T15:06:11')},471 {type: 'file', id: nextId(), name: '_globals.scss', size: 1741, time: new Date('2019-12-18T15:06:11')},472 {type: 'file', id: nextId(), name: '_header.scss', size: 212, time: new Date('2019-12-18T15:06:11')},473 {type: 'file', id: nextId(), name: '_issues.scss', size: 881, time: new Date('2019-12-18T15:06:11')},474 {type: 'file', id: nextId(), name: '_login.scss', size: 579, time: new Date('2019-12-18T15:06:11')},475 {type: 'file', id: nextId(), name: '_nav.scss', size: 2203, time: new Date('2019-12-18T15:06:11')},476 {type: 'file', id: nextId(), name: '_profile.scss', size: 143, time: new Date('2019-12-18T15:06:11')},477 {type: 'file', id: nextId(), name: '_typography.scss', size: 373, time: new Date('2019-12-18T15:06:11')},478 {type: 'file', id: nextId(), name: '_variables.scss', size: 2631, time: new Date('2019-12-18T15:06:11')},479 {type: 'file', id: nextId(), name: 'bootstrap-custom.scss', size: 84, time: new Date('2019-12-18T15:06:11')}480 ]},481 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [482 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1472, time: new Date('2019-12-18T15:06:11')},483 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},484 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5617, time: new Date('2019-12-18T15:06:11')},485 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},486 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 300, time: new Date('2019-12-18T15:06:11')},487 {type: 'file', id: nextId(), name: 'spinner.component.ts', size: 403, time: new Date('2019-12-18T15:06:11')}488 ]},489 {type: 'directory', id: nextId(), name: 'signin', time: new Date('2019-12-18T15:06:11'), contents: [490 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},491 {type: 'file', id: nextId(), name: 'signin.component.ts', size: 660, time: new Date('2019-12-18T15:06:11')},492 {type: 'file', id: nextId(), name: 'signin.template.html', size: 1017, time: new Date('2019-12-18T15:06:11')}493 ]}494 ]},495 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [496 {type: 'directory', id: nextId(), name: 'app_icon', time: new Date('2019-12-18T15:06:11'), contents: [497 {type: 'file', id: nextId(), name: 'angularX144.png', size: 5078, time: new Date('2019-12-18T15:06:11')},498 {type: 'file', id: nextId(), name: 'angularX192.png', size: 7010, time: new Date('2019-12-18T15:06:11')},499 {type: 'file', id: nextId(), name: 'angularX36.png', size: 1600, time: new Date('2019-12-18T15:06:11')},500 {type: 'file', id: nextId(), name: 'angularX48.png', size: 2070, time: new Date('2019-12-18T15:06:11')},501 {type: 'file', id: nextId(), name: 'angularX512.png', size: 19822, time: new Date('2019-12-18T15:06:11')},502 {type: 'file', id: nextId(), name: 'angularX72.png', size: 2715, time: new Date('2019-12-18T15:06:11')},503 {type: 'file', id: nextId(), name: 'angularX96.png', size: 3571, time: new Date('2019-12-18T15:06:11')}504 ]},505 {type: 'directory', id: nextId(), name: 'help_images', time: new Date('2019-12-18T15:06:11'), contents: [506 {type: 'file', id: nextId(), name: 'add_to_home.png', size: 51829, time: new Date('2019-12-18T15:06:11')},507 {type: 'file', id: nextId(), name: 'cached_local.png', size: 55215, time: new Date('2019-12-18T15:06:11')},508 {type: 'file', id: nextId(), name: 'cached_remote.png', size: 56083, time: new Date('2019-12-18T15:06:11')},509 {type: 'file', id: nextId(), name: 'confirm.png', size: 25508, time: new Date('2019-12-18T15:06:11')},510 {type: 'file', id: nextId(), name: 'dashboard.png', size: 101068, time: new Date('2019-12-18T15:06:11')},511 {type: 'file', id: nextId(), name: 'offline.png', size: 36927, time: new Date('2019-12-18T15:06:11')},512 {type: 'file', id: nextId(), name: 'sw.png', size: 36331, time: new Date('2019-12-18T15:06:11')}513 ]},514 {type: 'directory', id: nextId(), name: 'i18n', time: new Date('2019-12-18T15:06:11'), contents: [515 {type: 'file', id: nextId(), name: 'en.json', size: 417, time: new Date('2019-12-18T15:06:11')}516 ]},517 {type: 'file', id: nextId(), name: 'issue-closed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},518 {type: 'file', id: nextId(), name: 'issue-open.png', size: 1159, time: new Date('2019-12-18T15:06:11')},519 {type: 'file', id: nextId(), name: 'issueclosed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},520 {type: 'file', id: nextId(), name: 'issueopen.png', size: 1159, time: new Date('2019-12-18T15:06:11')},521 {type: 'file', id: nextId(), name: 'login-left-bg.png', size: 35043, time: new Date('2019-12-18T15:06:11')},522 {type: 'file', id: nextId(), name: 'login-right-bg.png', size: 40236, time: new Date('2019-12-18T15:06:11')},523 {type: 'file', id: nextId(), name: 'noConnection.png', size: 11232, time: new Date('2019-12-18T15:06:11')}524 ]},525 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [526 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},527 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}528 ]},529 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},530 {type: 'file', id: nextId(), name: 'index.html', size: 703, time: new Date('2019-12-18T15:06:11')},531 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},532 {type: 'file', id: nextId(), name: 'manifest.json', size: 1422, time: new Date('2019-12-18T15:06:11')},533 {type: 'file', id: nextId(), name: 'ngsw-config.json', size: 551, time: new Date('2019-12-18T15:06:11')},534 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},535 {type: 'file', id: nextId(), name: 'styles.scss', size: 389, time: new Date('2019-12-18T15:06:11')},536 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}537 ]},538 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},539 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},540 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}541 ]},542 {type: 'directory', id: nextId(), name: 'pdf-embedded-fonts', time: new Date('2019-12-18T15:06:11'), contents: [543 {type: 'file', id: nextId(), name: 'README.md', size: 700, time: new Date('2019-12-18T15:06:11')},544 {type: 'file', id: nextId(), name: 'browserslist', size: 385, time: new Date('2019-12-18T15:06:11')},545 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1034, time: new Date('2019-12-18T15:06:11')},546 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [547 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [548 {type: 'file', id: nextId(), name: 'app.component.ts', size: 778, time: new Date('2019-12-18T15:06:11')},549 {type: 'file', id: nextId(), name: 'app.module.ts', size: 744, time: new Date('2019-12-18T15:06:11')},550 {type: 'file', id: nextId(), name: 'invoice-data.ts', size: 345, time: new Date('2019-12-18T15:06:11')},551 {type: 'file', id: nextId(), name: 'invoice-row.ts', size: 209, time: new Date('2019-12-18T15:06:11')},552 {type: 'file', id: nextId(), name: 'invoice.component.ts', size: 2540, time: new Date('2019-12-18T15:06:11')}553 ]},554 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [555 {type: 'file', id: nextId(), name: 'DejaVuSans.ttf', size: 757076, time: new Date('2019-12-18T15:06:11')}556 ]},557 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [558 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},559 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}560 ]},561 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},562 {type: 'file', id: nextId(), name: 'index.html', size: 314, time: new Date('2019-12-18T15:06:11')},563 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},564 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},565 {type: 'file', id: nextId(), name: 'styles.scss', size: 1195, time: new Date('2019-12-18T15:06:11')},566 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}567 ]},568 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},569 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},570 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}571 ]}572 ]},573 {type: 'directory', id: nextId(), name: 'static', time: new Date('2019-12-18T15:06:11'), contents: [574 {type: 'file', id: nextId(), name: '404.html', size: 292, time: new Date('2019-12-18T15:06:11')},575 {type: 'file', id: nextId(), name: 'index.html', size: 883, time: new Date('2019-12-18T15:06:11')},576 {type: 'file', id: nextId(), name: 'styles.css', size: 57, time: new Date('2019-12-18T15:06:11')}577 ]},578 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 467, time: new Date('2019-12-18T15:06:11')},579 {type: 'file', id: nextId(), name: 'tslint.json', size: 1954, time: new Date('2019-12-18T15:06:11')}580 ]},581 {type: 'directory', id: nextId(), name: 'examples-standalone', time: new Date('2019-12-18T15:06:11'), contents: [582 {type: 'directory', id: nextId(), name: 'angular-universal', time: new Date('2019-12-18T15:06:11'), contents: [583 {type: 'file', id: nextId(), name: 'README.md', size: 1699, time: new Date('2019-12-18T15:06:11')},584 {type: 'directory', id: nextId(), name: 'aspnet_core_sample_application', time: new Date('2019-12-18T15:06:11'), contents: [585 {type: 'directory', id: nextId(), name: 'ClientApp', time: new Date('2019-12-18T15:06:11'), contents: [586 {type: 'file', id: nextId(), name: 'README.md', size: 1040, time: new Date('2019-12-18T15:06:11')},587 {type: 'file', id: nextId(), name: 'angular.json', size: 4344, time: new Date('2019-12-18T15:06:11')},588 {type: 'directory', id: nextId(), name: 'e2e', time: new Date('2019-12-18T15:06:11'), contents: [589 {type: 'file', id: nextId(), name: 'protractor.conf.js', size: 752, time: new Date('2019-12-18T15:06:11')},590 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [591 {type: 'file', id: nextId(), name: 'app.e2e-spec.ts', size: 277, time: new Date('2019-12-18T15:06:11')},592 {type: 'file', id: nextId(), name: 'app.po.ts', size: 206, time: new Date('2019-12-18T15:06:11')}593 ]},594 {type: 'file', id: nextId(), name: 'tsconfig.e2e.json', size: 213, time: new Date('2019-12-18T15:06:11')}595 ]},596 {type: 'file', id: nextId(), name: 'package-lock.json', size: 424000, time: new Date('2019-12-18T15:06:11')},597 {type: 'file', id: nextId(), name: 'package.json', size: 2401, time: new Date('2019-12-18T15:06:11')},598 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [599 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [600 {type: 'file', id: nextId(), name: 'app.component.css', size: 172, time: new Date('2019-12-18T15:06:11')},601 {type: 'file', id: nextId(), name: 'app.component.html', size: 118, time: new Date('2019-12-18T15:06:11')},602 {type: 'file', id: nextId(), name: 'app.component.ts', size: 207, time: new Date('2019-12-18T15:06:11')},603 {type: 'file', id: nextId(), name: 'app.module.ts', size: 1297, time: new Date('2019-12-18T15:06:11')},604 {type: 'file', id: nextId(), name: 'app.server.module.ts', size: 413, time: new Date('2019-12-18T15:06:11')},605 {type: 'directory', id: nextId(), name: 'counter', time: new Date('2019-12-18T15:06:11'), contents: [606 {type: 'file', id: nextId(), name: 'counter.component.html', size: 215, time: new Date('2019-12-18T15:06:11')},607 {type: 'file', id: nextId(), name: 'counter.component.spec.ts', size: 1133, time: new Date('2019-12-18T15:06:11')},608 {type: 'file', id: nextId(), name: 'counter.component.ts', size: 260, time: new Date('2019-12-18T15:06:11')}609 ]},610 {type: 'directory', id: nextId(), name: 'fetch-data', time: new Date('2019-12-18T15:06:11'), contents: [611 {type: 'file', id: nextId(), name: 'fetch-data.component.html', size: 842, time: new Date('2019-12-18T15:06:11')},612 {type: 'file', id: nextId(), name: 'fetch-data.component.ts', size: 819, time: new Date('2019-12-18T15:06:11')}613 ]},614 {type: 'directory', id: nextId(), name: 'home', time: new Date('2019-12-18T15:06:11'), contents: [615 {type: 'file', id: nextId(), name: 'home.component.html', size: 1480, time: new Date('2019-12-18T15:06:11')},616 {type: 'file', id: nextId(), name: 'home.component.ts', size: 155, time: new Date('2019-12-18T15:06:11')}617 ]},618 {type: 'directory', id: nextId(), name: 'nav-menu', time: new Date('2019-12-18T15:06:11'), contents: [619 {type: 'file', id: nextId(), name: 'nav-menu.component.css', size: 249, time: new Date('2019-12-18T15:06:11')},620 {type: 'file', id: nextId(), name: 'nav-menu.component.html', size: 1239, time: new Date('2019-12-18T15:06:11')},621 {type: 'file', id: nextId(), name: 'nav-menu.component.ts', size: 337, time: new Date('2019-12-18T15:06:11')}622 ]}623 ]},624 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [625 ]},626 {type: 'file', id: nextId(), name: 'browserslist', size: 375, time: new Date('2019-12-18T15:06:11')},627 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [628 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},629 {type: 'file', id: nextId(), name: 'environment.ts', size: 631, time: new Date('2019-12-18T15:06:11')}630 ]},631 {type: 'file', id: nextId(), name: 'index.html', size: 326, time: new Date('2019-12-18T15:06:11')},632 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 965, time: new Date('2019-12-18T15:06:11')},633 {type: 'file', id: nextId(), name: 'main.server.ts', size: 1137, time: new Date('2019-12-18T15:06:11')},634 {type: 'file', id: nextId(), name: 'main.ts', size: 553, time: new Date('2019-12-18T15:06:11')},635 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 3162, time: new Date('2019-12-18T15:06:11')},636 {type: 'file', id: nextId(), name: 'styles.scss', size: 80, time: new Date('2019-12-18T15:06:11')},637 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')},638 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 194, time: new Date('2019-12-18T15:06:11')},639 {type: 'file', id: nextId(), name: 'tsconfig.server.json', size: 241, time: new Date('2019-12-18T15:06:11')},640 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 282, time: new Date('2019-12-18T15:06:11')},641 {type: 'file', id: nextId(), name: 'tslint.json', size: 314, time: new Date('2019-12-18T15:06:11')}642 ]},643 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 384, time: new Date('2019-12-18T15:06:11')},644 {type: 'file', id: nextId(), name: 'tslint.json', size: 2998, time: new Date('2019-12-18T15:06:11')}645 ]},646 {type: 'directory', id: nextId(), name: 'Controllers', time: new Date('2019-12-18T15:06:11'), contents: [647 {type: 'file', id: nextId(), name: 'SampleDataController.cs', size: 1508, time: new Date('2019-12-18T15:06:11')}648 ]},649 {type: 'directory', id: nextId(), name: 'Pages', time: new Date('2019-12-18T15:06:11'), contents: [650 {type: 'file', id: nextId(), name: 'Error.cshtml', size: 856, time: new Date('2019-12-18T15:06:11')},651 {type: 'file', id: nextId(), name: 'Error.cshtml.cs', size: 619, time: new Date('2019-12-18T15:06:11')},652 {type: 'file', id: nextId(), name: '_ViewImports.cshtml', size: 107, time: new Date('2019-12-18T15:06:11')}653 ]},654 {type: 'file', id: nextId(), name: 'Program.cs', size: 609, time: new Date('2019-12-18T15:06:11')},655 {type: 'directory', id: nextId(), name: 'Properties', time: new Date('2019-12-18T15:06:11'), contents: [656 {type: 'file', id: nextId(), name: 'launchSettings.json', size: 626, time: new Date('2019-12-18T15:06:11')}657 ]},658 {type: 'file', id: nextId(), name: 'Startup.cs', size: 2699, time: new Date('2019-12-18T15:06:11')},659 {type: 'file', id: nextId(), name: 'appsettings.Development.json', size: 137, time: new Date('2019-12-18T15:06:11')},660 {type: 'file', id: nextId(), name: 'appsettings.json', size: 97, time: new Date('2019-12-18T15:06:11')},661 {type: 'file', id: nextId(), name: 'dotnet-angular.csproj', size: 2804, time: new Date('2019-12-18T15:06:11')},662 {type: 'directory', id: nextId(), name: 'wwwroot', time: new Date('2019-12-18T15:06:11'), contents: [663 {type: 'file', id: nextId(), name: 'favicon.ico', size: 32038, time: new Date('2019-12-18T15:06:11')}664 ]}665 ]},666 {type: 'directory', id: nextId(), name: 'node_sample_application', time: new Date('2019-12-18T15:06:11'), contents: [667 {type: 'file', id: nextId(), name: 'README.md', size: 2169, time: new Date('2019-12-18T15:06:11')},668 {type: 'file', id: nextId(), name: 'angular.json', size: 4539, time: new Date('2019-12-18T15:06:11')},669 {type: 'file', id: nextId(), name: 'package-lock.json', size: 346174, time: new Date('2019-12-18T15:06:11')},670 {type: 'file', id: nextId(), name: 'package.json', size: 2952, time: new Date('2019-12-18T15:06:11')},671 {type: 'file', id: nextId(), name: 'prerender.ts', size: 1507, time: new Date('2019-12-18T15:06:11')},672 {type: 'file', id: nextId(), name: 'server.ts', size: 1506, time: new Date('2019-12-18T15:06:11')},673 {type: 'file', id: nextId(), name: 'server.tsconfig.json', size: 399, time: new Date('2019-12-18T15:06:11')},674 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [675 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [676 {type: 'file', id: nextId(), name: 'app.component.ts', size: 1047, time: new Date('2019-12-18T15:06:11')},677 {type: 'file', id: nextId(), name: 'app.module.ts', size: 1003, time: new Date('2019-12-18T15:06:11')},678 {type: 'file', id: nextId(), name: 'app.server.module.ts', size: 718, time: new Date('2019-12-18T15:06:11')},679 {type: 'directory', id: nextId(), name: 'home', time: new Date('2019-12-18T15:06:11'), contents: [680 {type: 'file', id: nextId(), name: 'home.component.ts', size: 1009, time: new Date('2019-12-18T15:06:11')},681 {type: 'file', id: nextId(), name: 'products.ts', size: 37654, time: new Date('2019-12-18T15:06:11')}682 ]},683 {type: 'directory', id: nextId(), name: 'lazy', time: new Date('2019-12-18T15:06:11'), contents: [684 {type: 'file', id: nextId(), name: 'lazy.module.ts', size: 1107, time: new Date('2019-12-18T15:06:11')}685 ]}686 ]},687 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [688 ]},689 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [690 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},691 {type: 'file', id: nextId(), name: 'environment.ts', size: 383, time: new Date('2019-12-18T15:06:11')}692 ]},693 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},694 {type: 'file', id: nextId(), name: 'index.html', size: 302, time: new Date('2019-12-18T15:06:11')},695 {type: 'file', id: nextId(), name: 'main.server.ts', size: 57, time: new Date('2019-12-18T15:06:11')},696 {type: 'file', id: nextId(), name: 'main.ts', size: 459, time: new Date('2019-12-18T15:06:11')},697 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2480, time: new Date('2019-12-18T15:06:11')},698 {type: 'file', id: nextId(), name: 'styles.css', size: 80, time: new Date('2019-12-18T15:06:11')},699 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 229, time: new Date('2019-12-18T15:06:11')},700 {type: 'file', id: nextId(), name: 'tsconfig.server.json', size: 469, time: new Date('2019-12-18T15:06:11')}701 ]},702 {type: 'file', id: nextId(), name: 'static.paths.ts', size: 62, time: new Date('2019-12-18T15:06:11')},703 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 363, time: new Date('2019-12-18T15:06:11')},704 {type: 'file', id: nextId(), name: 'tslint.json', size: 2987, time: new Date('2019-12-18T15:06:11')}705 ]}706 ]},707 {type: 'directory', id: nextId(), name: 'aspnetcore-data', time: new Date('2019-12-18T15:06:11'), contents: [708 {type: 'directory', id: nextId(), name: 'ClientApp', time: new Date('2019-12-18T15:06:11'), contents: [709 {type: 'file', id: nextId(), name: 'README.md', size: 1059, time: new Date('2019-12-18T15:06:11')},710 {type: 'file', id: nextId(), name: 'angular.json', size: 4561, time: new Date('2019-12-18T15:06:11')},711 {type: 'file', id: nextId(), name: 'browserslist', size: 383, time: new Date('2019-12-18T15:06:11')},712 {type: 'directory', id: nextId(), name: 'e2e', time: new Date('2019-12-18T15:06:11'), contents: [713 {type: 'file', id: nextId(), name: 'protractor.conf.js', size: 785, time: new Date('2019-12-18T15:06:11')},714 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [715 {type: 'file', id: nextId(), name: 'app.e2e-spec.ts', size: 291, time: new Date('2019-12-18T15:06:11')},716 {type: 'file', id: nextId(), name: 'app.po.ts', size: 217, time: new Date('2019-12-18T15:06:11')}717 ]},718 {type: 'file', id: nextId(), name: 'tsconfig.e2e.json', size: 225, time: new Date('2019-12-18T15:06:11')}719 ]},720 {type: 'file', id: nextId(), name: 'package-lock.json', size: 413163, time: new Date('2019-12-18T15:06:11')},721 {type: 'file', id: nextId(), name: 'package.json', size: 2310, time: new Date('2019-12-18T15:06:11')},722 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [723 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [724 {type: 'file', id: nextId(), name: 'app.component.css', size: 178, time: new Date('2019-12-18T15:06:11')},725 {type: 'file', id: nextId(), name: 'app.component.html', size: 124, time: new Date('2019-12-18T15:06:11')},726 {type: 'file', id: nextId(), name: 'app.component.ts', size: 178, time: new Date('2019-12-18T15:06:11')},727 {type: 'file', id: nextId(), name: 'app.module.ts', size: 1561, time: new Date('2019-12-18T15:06:11')},728 {type: 'file', id: nextId(), name: 'app.server.module.ts', size: 424, time: new Date('2019-12-18T15:06:11')},729 {type: 'directory', id: nextId(), name: 'counter', time: new Date('2019-12-18T15:06:11'), contents: [730 {type: 'file', id: nextId(), name: 'counter.component.html', size: 241, time: new Date('2019-12-18T15:06:11')},731 {type: 'file', id: nextId(), name: 'counter.component.spec.ts', size: 1169, time: new Date('2019-12-18T15:06:11')},732 {type: 'file', id: nextId(), name: 'counter.component.ts', size: 273, time: new Date('2019-12-18T15:06:11')}733 ]},734 {type: 'directory', id: nextId(), name: 'fetch-data', time: new Date('2019-12-18T15:06:11'), contents: [735 {type: 'file', id: nextId(), name: 'data.service.ts', size: 2884, time: new Date('2019-12-18T15:06:11')},736 {type: 'file', id: nextId(), name: 'fetch-data.component.html', size: 1544, time: new Date('2019-12-18T15:06:11')},737 {type: 'file', id: nextId(), name: 'fetch-data.component.ts', size: 2304, time: new Date('2019-12-18T15:06:11')}738 ]},739 {type: 'directory', id: nextId(), name: 'home', time: new Date('2019-12-18T15:06:11'), contents: [740 {type: 'file', id: nextId(), name: 'home.component.html', size: 1494, time: new Date('2019-12-18T15:06:11')},741 {type: 'file', id: nextId(), name: 'home.component.ts', size: 163, time: new Date('2019-12-18T15:06:11')}742 ]},743 {type: 'directory', id: nextId(), name: 'nav-menu', time: new Date('2019-12-18T15:06:11'), contents: [744 {type: 'file', id: nextId(), name: 'nav-menu.component.css', size: 267, time: new Date('2019-12-18T15:06:11')},745 {type: 'file', id: nextId(), name: 'nav-menu.component.html', size: 1472, time: new Date('2019-12-18T15:06:11')},746 {type: 'file', id: nextId(), name: 'nav-menu.component.ts', size: 355, time: new Date('2019-12-18T15:06:11')}747 ]}748 ]},749 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [750 ]},751 {type: 'file', id: nextId(), name: 'browserslist', size: 383, time: new Date('2019-12-18T15:06:11')},752 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [753 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 54, time: new Date('2019-12-18T15:06:11')},754 {type: 'file', id: nextId(), name: 'environment.ts', size: 646, time: new Date('2019-12-18T15:06:11')}755 ]},756 {type: 'file', id: nextId(), name: 'index.html', size: 354, time: new Date('2019-12-18T15:06:11')},757 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 996, time: new Date('2019-12-18T15:06:11')},758 {type: 'file', id: nextId(), name: 'main.ts', size: 573, time: new Date('2019-12-18T15:06:11')},759 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2901, time: new Date('2019-12-18T15:06:11')},760 {type: 'file', id: nextId(), name: 'styles.css', size: 295, time: new Date('2019-12-18T15:06:11')},761 {type: 'file', id: nextId(), name: 'test.ts', size: 662, time: new Date('2019-12-18T15:06:11')},762 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 181, time: new Date('2019-12-18T15:06:11')},763 {type: 'file', id: nextId(), name: 'tsconfig.server.json', size: 192, time: new Date('2019-12-18T15:06:11')},764 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 274, time: new Date('2019-12-18T15:06:11')},765 {type: 'file', id: nextId(), name: 'tslint.json', size: 331, time: new Date('2019-12-18T15:06:11')}766 ]},767 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 432, time: new Date('2019-12-18T15:06:11')},768 {type: 'file', id: nextId(), name: 'tslint.json', size: 2930, time: new Date('2019-12-18T15:06:11')}769 ]},770 {type: 'directory', id: nextId(), name: 'Controllers', time: new Date('2019-12-18T15:06:11'), contents: [771 {type: 'file', id: nextId(), name: 'BlogsController.cs', size: 1810, time: new Date('2019-12-18T15:06:11')}772 ]},773 {type: 'directory', id: nextId(), name: 'Models', time: new Date('2019-12-18T15:06:11'), contents: [774 {type: 'file', id: nextId(), name: 'Blog.cs', size: 373, time: new Date('2019-12-18T15:06:11')},775 {type: 'file', id: nextId(), name: 'BloggingContext.cs', size: 1626, time: new Date('2019-12-18T15:06:11')},776 {type: 'file', id: nextId(), name: 'Post.cs', size: 360, time: new Date('2019-12-18T15:06:11')}777 ]},778 {type: 'directory', id: nextId(), name: 'Pages', time: new Date('2019-12-18T15:06:11'), contents: [779 {type: 'file', id: nextId(), name: 'Error.cshtml', size: 882, time: new Date('2019-12-18T15:06:11')},780 {type: 'file', id: nextId(), name: 'Error.cshtml.cs', size: 847, time: new Date('2019-12-18T15:06:11')},781 {type: 'file', id: nextId(), name: '_ViewImports.cshtml', size: 112, time: new Date('2019-12-18T15:06:11')}782 ]},783 {type: 'file', id: nextId(), name: 'Program.cs', size: 616, time: new Date('2019-12-18T15:06:11')},784 {type: 'directory', id: nextId(), name: 'Properties', time: new Date('2019-12-18T15:06:11'), contents: [785 {type: 'file', id: nextId(), name: 'launchSettings.json', size: 682, time: new Date('2019-12-18T15:06:11')}786 ]},787 {type: 'file', id: nextId(), name: 'README.md', size: 1991, time: new Date('2019-12-18T15:06:11')},788 {type: 'file', id: nextId(), name: 'Startup.cs', size: 2923, time: new Date('2019-12-18T15:06:11')},789 {type: 'file', id: nextId(), name: 'appsettings.Development.json', size: 146, time: new Date('2019-12-18T15:06:11')},790 {type: 'file', id: nextId(), name: 'appsettings.json', size: 111, time: new Date('2019-12-18T15:06:11')},791 {type: 'file', id: nextId(), name: 'aspnetcore-data.csproj', size: 3284, time: new Date('2019-12-18T15:06:11')},792 {type: 'file', id: nextId(), name: 'nuget.config', size: 502, time: new Date('2019-12-18T15:06:11')},793 {type: 'directory', id: nextId(), name: 'wwwroot', time: new Date('2019-12-18T15:06:11'), contents: [794 {type: 'file', id: nextId(), name: 'favicon.ico', size: 32038, time: new Date('2019-12-18T15:06:11')}795 ]}796 ]},797 {type: 'directory', id: nextId(), name: 'aspnetcore-upload', time: new Date('2019-12-18T15:06:11'), contents: [798 {type: 'directory', id: nextId(), name: 'ClientApp', time: new Date('2019-12-18T15:06:11'), contents: [799 {type: 'file', id: nextId(), name: 'README.md', size: 1050, time: new Date('2019-12-18T15:06:11')},800 {type: 'file', id: nextId(), name: 'angular.json', size: 4498, time: new Date('2019-12-18T15:06:11')},801 {type: 'file', id: nextId(), name: 'browserslist', size: 383, time: new Date('2019-12-18T15:06:11')},802 {type: 'directory', id: nextId(), name: 'e2e', time: new Date('2019-12-18T15:06:11'), contents: [803 {type: 'file', id: nextId(), name: 'protractor.conf.js', size: 785, time: new Date('2019-12-18T15:06:11')},804 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [805 {type: 'file', id: nextId(), name: 'app.e2e-spec.ts', size: 291, time: new Date('2019-12-18T15:06:11')},806 {type: 'file', id: nextId(), name: 'app.po.ts', size: 217, time: new Date('2019-12-18T15:06:11')}807 ]},808 {type: 'file', id: nextId(), name: 'tsconfig.e2e.json', size: 225, time: new Date('2019-12-18T15:06:11')}809 ]},810 {type: 'file', id: nextId(), name: 'package-lock.json', size: 406641, time: new Date('2019-12-18T15:06:11')},811 {type: 'file', id: nextId(), name: 'package.json', size: 1810, time: new Date('2019-12-18T15:06:11')},812 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [813 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [814 {type: 'file', id: nextId(), name: 'app.component.html', size: 91, time: new Date('2019-12-18T15:06:11')},815 {type: 'file', id: nextId(), name: 'app.component.ts', size: 178, time: new Date('2019-12-18T15:06:11')},816 {type: 'file', id: nextId(), name: 'app.module.ts', size: 968, time: new Date('2019-12-18T15:06:11')},817 {type: 'file', id: nextId(), name: 'app.server.module.ts', size: 424, time: new Date('2019-12-18T15:06:11')},818 {type: 'directory', id: nextId(), name: 'home', time: new Date('2019-12-18T15:06:11'), contents: [819 {type: 'file', id: nextId(), name: 'home.component.html', size: 135, time: new Date('2019-12-18T15:06:11')},820 {type: 'file', id: nextId(), name: 'home.component.ts', size: 163, time: new Date('2019-12-18T15:06:11')}821 ]}822 ]},823 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [824 ]},825 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [826 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 54, time: new Date('2019-12-18T15:06:11')},827 {type: 'file', id: nextId(), name: 'environment.ts', size: 646, time: new Date('2019-12-18T15:06:11')}828 ]},829 {type: 'file', id: nextId(), name: 'index.html', size: 345, time: new Date('2019-12-18T15:06:11')},830 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 996, time: new Date('2019-12-18T15:06:11')},831 {type: 'file', id: nextId(), name: 'main.ts', size: 573, time: new Date('2019-12-18T15:06:11')},832 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2901, time: new Date('2019-12-18T15:06:11')},833 {type: 'file', id: nextId(), name: 'styles.css', size: 295, time: new Date('2019-12-18T15:06:11')},834 {type: 'file', id: nextId(), name: 'test.ts', size: 662, time: new Date('2019-12-18T15:06:11')},835 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 181, time: new Date('2019-12-18T15:06:11')},836 {type: 'file', id: nextId(), name: 'tsconfig.server.json', size: 192, time: new Date('2019-12-18T15:06:11')},837 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 274, time: new Date('2019-12-18T15:06:11')},838 {type: 'file', id: nextId(), name: 'tslint.json', size: 331, time: new Date('2019-12-18T15:06:11')}839 ]},840 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 432, time: new Date('2019-12-18T15:06:11')},841 {type: 'file', id: nextId(), name: 'tslint.json', size: 2930, time: new Date('2019-12-18T15:06:11')}842 ]},843 {type: 'directory', id: nextId(), name: 'Controllers', time: new Date('2019-12-18T15:06:11'), contents: [844 {type: 'file', id: nextId(), name: 'StreamingController.cs', size: 2461, time: new Date('2019-12-18T15:06:11')}845 ]},846 {type: 'directory', id: nextId(), name: 'Pages', time: new Date('2019-12-18T15:06:11'), contents: [847 {type: 'file', id: nextId(), name: 'Error.cshtml', size: 882, time: new Date('2019-12-18T15:06:11')},848 {type: 'file', id: nextId(), name: 'Error.cshtml.cs', size: 849, time: new Date('2019-12-18T15:06:11')},849 {type: 'file', id: nextId(), name: '_ViewImports.cshtml', size: 116, time: new Date('2019-12-18T15:06:11')}850 ]},851 {type: 'file', id: nextId(), name: 'Program.cs', size: 618, time: new Date('2019-12-18T15:06:11')},852 {type: 'directory', id: nextId(), name: 'Properties', time: new Date('2019-12-18T15:06:11'), contents: [853 {type: 'file', id: nextId(), name: 'launchSettings.json', size: 684, time: new Date('2019-12-18T15:06:11')}854 ]},855 {type: 'file', id: nextId(), name: 'README.md', size: 919, time: new Date('2019-12-18T15:06:11')},856 {type: 'file', id: nextId(), name: 'Startup.cs', size: 2519, time: new Date('2019-12-18T15:06:11')},857 {type: 'file', id: nextId(), name: 'appsettings.Development.json', size: 146, time: new Date('2019-12-18T15:06:11')},858 {type: 'file', id: nextId(), name: 'appsettings.json', size: 111, time: new Date('2019-12-18T15:06:11')},859 {type: 'file', id: nextId(), name: 'aspnetcore-upload.csproj', size: 2844, time: new Date('2019-12-18T15:06:11')},860 {type: 'directory', id: nextId(), name: 'wwwroot', time: new Date('2019-12-18T15:06:11'), contents: [861 {type: 'directory', id: nextId(), name: 'Upload_Directory', time: new Date('2019-12-18T15:06:11'), contents: [862 ]},863 {type: 'file', id: nextId(), name: 'favicon.ico', size: 32038, time: new Date('2019-12-18T15:06:11')}864 ]}865 ]},866 {type: 'directory', id: nextId(), name: 'electron-dashboard', time: new Date('2019-12-18T15:06:11'), contents: [867 {type: 'file', id: nextId(), name: 'README.md', size: 4551, time: new Date('2019-12-18T15:06:11')},868 {type: 'file', id: nextId(), name: '_config.yml', size: 29, time: new Date('2019-12-18T15:06:11')},869 {type: 'file', id: nextId(), name: 'angular.json', size: 3867, time: new Date('2019-12-18T15:06:11')},870 {type: 'directory', id: nextId(), name: 'e2e', time: new Date('2019-12-18T15:06:11'), contents: [871 {type: 'file', id: nextId(), name: 'app.e2e-spec.ts', size: 386, time: new Date('2019-12-18T15:06:11')},872 {type: 'file', id: nextId(), name: 'app.po.ts', size: 175, time: new Date('2019-12-18T15:06:11')},873 {type: 'file', id: nextId(), name: 'tsconfig.e2e.json', size: 193, time: new Date('2019-12-18T15:06:11')}874 ]},875 {type: 'file', id: nextId(), name: 'electron-builder.json', size: 315, time: new Date('2019-12-18T15:06:11')},876 {type: 'directory', id: nextId(), name: 'hooks', time: new Date('2019-12-18T15:06:11'), contents: [877 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [878 {type: 'file', id: nextId(), name: 'README.md', size: 7709, time: new Date('2019-12-18T15:06:11')},879 {type: 'file', id: nextId(), name: 'app.config.ts.tpl', size: 509, time: new Date('2019-12-18T15:06:11')},880 {type: 'file', id: nextId(), name: 'set_profile.js', size: 581, time: new Date('2019-12-18T15:06:11')}881 ]},882 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [883 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [884 {type: 'file', id: nextId(), name: 'app.config.ts', size: 509, time: new Date('2019-12-18T15:06:11')},885 {type: 'file', id: nextId(), name: 'appconfig.ts', size: 509, time: new Date('2019-12-18T15:06:11')}886 ]}887 ]}888 ]},889 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1202, time: new Date('2019-12-18T15:06:11')},890 {type: 'file', id: nextId(), name: 'logo-angular.jpg', size: 3354, time: new Date('2019-12-18T15:06:11')},891 {type: 'file', id: nextId(), name: 'logo-electron.jpg', size: 8028, time: new Date('2019-12-18T15:06:11')},892 {type: 'file', id: nextId(), name: 'logo-kendo.png', size: 11430, time: new Date('2019-12-18T15:06:11')},893 {type: 'file', id: nextId(), name: 'main.ts', size: 2388, time: new Date('2019-12-18T15:06:11')},894 {type: 'file', id: nextId(), name: 'package.json', size: 4139, time: new Date('2019-12-18T15:06:11')},895 {type: 'file', id: nextId(), name: 'postcss.config.js', size: 20, time: new Date('2019-12-18T15:06:11')},896 {type: 'file', id: nextId(), name: 'protractor.conf.js', size: 960, time: new Date('2019-12-18T15:06:11')},897 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [898 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [899 {type: 'file', id: nextId(), name: '_app-common.scss', size: 1617, time: new Date('2019-12-18T15:06:11')},900 {type: 'file', id: nextId(), name: 'app-routing.module.ts', size: 310, time: new Date('2019-12-18T15:06:11')},901 {type: 'file', id: nextId(), name: 'app.component.html', size: 23, time: new Date('2019-12-18T15:06:11')},902 {type: 'file', id: nextId(), name: 'app.component.scss', size: 0, time: new Date('2019-12-18T15:06:11')},903 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 986, time: new Date('2019-12-18T15:06:11')},904 {type: 'file', id: nextId(), name: 'app.component.ts', size: 156, time: new Date('2019-12-18T15:06:11')},905 {type: 'file', id: nextId(), name: 'app.config.ts', size: 507, time: new Date('2019-12-18T15:06:11')},906 {type: 'file', id: nextId(), name: 'app.module.ts', size: 2816, time: new Date('2019-12-18T15:06:11')},907 {type: 'file', id: nextId(), name: 'app.routes.ts', size: 717, time: new Date('2019-12-18T15:06:11')},908 {type: 'file', id: nextId(), name: 'app.style.css', size: 284, time: new Date('2019-12-18T15:06:11')},909 {type: 'directory', id: nextId(), name: 'charts', time: new Date('2019-12-18T15:06:11'), contents: [910 {type: 'file', id: nextId(), name: 'active-issues.component.ts', size: 9854, time: new Date('2019-12-18T15:06:11')},911 {type: 'file', id: nextId(), name: 'issue-types.component.ts', size: 2092, time: new Date('2019-12-18T15:06:11')},912 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [913 {type: 'file', id: nextId(), name: '_custom.scss', size: 2402, time: new Date('2019-12-18T15:06:11')},914 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1853, time: new Date('2019-12-18T15:06:11')},915 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},916 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5639, time: new Date('2019-12-18T15:06:11')},917 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},918 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [919 {type: 'file', id: nextId(), name: '_custom.scss', size: 2402, time: new Date('2019-12-18T15:06:11')},920 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1853, time: new Date('2019-12-18T15:06:11')},921 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},922 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5639, time: new Date('2019-12-18T15:06:11')},923 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},924 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 301, time: new Date('2019-12-18T15:06:11')}925 ]},926 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 301, time: new Date('2019-12-18T15:06:11')}927 ]},928 {type: 'file', id: nextId(), name: 'statistics.component.ts', size: 1249, time: new Date('2019-12-18T15:06:11')},929 {type: 'file', id: nextId(), name: 'types-distribution.component.ts', size: 4649, time: new Date('2019-12-18T15:06:11')}930 ]},931 {type: 'directory', id: nextId(), name: 'common', time: new Date('2019-12-18T15:06:11'), contents: [932 {type: 'file', id: nextId(), name: 'index.ts', size: 31, time: new Date('2019-12-18T15:06:11')},933 {type: 'directory', id: nextId(), name: 'utils', time: new Date('2019-12-18T15:06:11'), contents: [934 {type: 'file', id: nextId(), name: 'Config.ts', size: 593, time: new Date('2019-12-18T15:06:11')},935 {type: 'file', id: nextId(), name: 'index.ts', size: 59, time: new Date('2019-12-18T15:06:11')},936 {type: 'file', id: nextId(), name: 'router-module.ts', size: 48, time: new Date('2019-12-18T15:06:11')}937 ]}938 ]},939 {type: 'directory', id: nextId(), name: 'dashboard', time: new Date('2019-12-18T15:06:11'), contents: [940 {type: 'file', id: nextId(), name: 'dashboard.component.ts', size: 3014, time: new Date('2019-12-18T15:06:11')},941 {type: 'file', id: nextId(), name: 'dashboard.template.html', size: 1506, time: new Date('2019-12-18T15:06:11')},942 {type: 'file', id: nextId(), name: 'index.ts', size: 39, time: new Date('2019-12-18T15:06:11')},943 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [944 {type: 'file', id: nextId(), name: '_custom.scss', size: 2402, time: new Date('2019-12-18T15:06:11')},945 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1853, time: new Date('2019-12-18T15:06:11')},946 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},947 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5639, time: new Date('2019-12-18T15:06:11')},948 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},949 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 301, time: new Date('2019-12-18T15:06:11')}950 ]}951 ]},952 {type: 'file', id: nextId(), name: 'dashboard.style.scss', size: 5154, time: new Date('2019-12-18T15:06:11')},953 {type: 'directory', id: nextId(), name: 'directives', time: new Date('2019-12-18T15:06:11'), contents: [954 {type: 'file', id: nextId(), name: 'webview.directive.ts', size: 138, time: new Date('2019-12-18T15:06:11')}955 ]},956 {type: 'directory', id: nextId(), name: 'issues', time: new Date('2019-12-18T15:06:11'), contents: [957 {type: 'file', id: nextId(), name: 'index.ts', size: 36, time: new Date('2019-12-18T15:06:11')},958 {type: 'file', id: nextId(), name: 'issues.component.ts', size: 2236, time: new Date('2019-12-18T15:06:11')},959 {type: 'file', id: nextId(), name: 'issues.template.html', size: 5046, time: new Date('2019-12-18T15:06:11')},960 {type: 'file', id: nextId(), name: 'label.directive.ts', size: 1055, time: new Date('2019-12-18T15:06:11')}961 ]},962 {type: 'directory', id: nextId(), name: 'main-menu', time: new Date('2019-12-18T15:06:11'), contents: [963 {type: 'file', id: nextId(), name: 'main-menu.component.html', size: 1776, time: new Date('2019-12-18T15:06:11')},964 {type: 'file', id: nextId(), name: 'main-menu.component.scss', size: 0, time: new Date('2019-12-18T15:06:11')},965 {type: 'file', id: nextId(), name: 'main-menu.component.spec.ts', size: 643, time: new Date('2019-12-18T15:06:11')},966 {type: 'file', id: nextId(), name: 'main-menu.component.ts', size: 1786, time: new Date('2019-12-18T15:06:11')}967 ]},968 {type: 'directory', id: nextId(), name: 'markdown', time: new Date('2019-12-18T15:06:11'), contents: [969 {type: 'file', id: nextId(), name: 'markdown.component.ts', size: 411, time: new Date('2019-12-18T15:06:11')}970 ]},971 {type: 'directory', id: nextId(), name: 'profile', time: new Date('2019-12-18T15:06:11'), contents: [972 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},973 {type: 'file', id: nextId(), name: 'profile.component.ts', size: 1571, time: new Date('2019-12-18T15:06:11')},974 {type: 'file', id: nextId(), name: 'profile.template.html', size: 6096, time: new Date('2019-12-18T15:06:11')}975 ]},976 {type: 'directory', id: nextId(), name: 'providers', time: new Date('2019-12-18T15:06:11'), contents: [977 {type: 'file', id: nextId(), name: 'electron.service.ts', size: 737, time: new Date('2019-12-18T15:06:11')}978 ]},979 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [980 {type: 'file', id: nextId(), name: '_custom.scss', size: 2402, time: new Date('2019-12-18T15:06:11')},981 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1853, time: new Date('2019-12-18T15:06:11')},982 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},983 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5639, time: new Date('2019-12-18T15:06:11')},984 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},985 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 301, time: new Date('2019-12-18T15:06:11')},986 {type: 'file', id: nextId(), name: 'spinner.component.ts', size: 399, time: new Date('2019-12-18T15:06:11')}987 ]},988 {type: 'directory', id: nextId(), name: 'signin', time: new Date('2019-12-18T15:06:11'), contents: [989 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},990 {type: 'file', id: nextId(), name: 'signin.component.ts', size: 640, time: new Date('2019-12-18T15:06:11')},991 {type: 'file', id: nextId(), name: 'signin.template.html', size: 530, time: new Date('2019-12-18T15:06:11')}992 ]}993 ]},994 {type: 'file', id: nextId(), name: 'app.style.css', size: 284, time: new Date('2019-12-18T15:06:11')},995 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [996 {type: 'file', id: nextId(), name: 'background.jpg', size: 232337, time: new Date('2019-12-18T15:06:11')},997 {type: 'directory', id: nextId(), name: 'i18n', time: new Date('2019-12-18T15:06:11'), contents: [998 {type: 'file', id: nextId(), name: 'en.json', size: 78, time: new Date('2019-12-18T15:06:11')}999 ]},1000 {type: 'file', id: nextId(), name: 'issue-closed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},1001 {type: 'file', id: nextId(), name: 'issue-open.png', size: 1159, time: new Date('2019-12-18T15:06:11')},1002 {type: 'file', id: nextId(), name: 'issueclosed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},1003 {type: 'file', id: nextId(), name: 'issueopen.png', size: 1159, time: new Date('2019-12-18T15:06:11')},1004 {type: 'file', id: nextId(), name: 'login-left-bg.png', size: 35043, time: new Date('2019-12-18T15:06:11')},1005 {type: 'file', id: nextId(), name: 'login-right-bg.png', size: 40236, time: new Date('2019-12-18T15:06:11')}1006 ]},1007 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [1008 {type: 'file', id: nextId(), name: 'environment.dev.ts', size: 394, time: new Date('2019-12-18T15:06:11')},1009 {type: 'file', id: nextId(), name: 'environment.local.ts', size: 75, time: new Date('2019-12-18T15:06:11')},1010 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 72, time: new Date('2019-12-18T15:06:11')}1011 ]},1012 {type: 'file', id: nextId(), name: 'favicon.256x256.png', size: 14430, time: new Date('2019-12-18T15:06:11')},1013 {type: 'file', id: nextId(), name: 'favicon.icns', size: 85688, time: new Date('2019-12-18T15:06:11')},1014 {type: 'file', id: nextId(), name: 'favicon.ico', size: 16224, time: new Date('2019-12-18T15:06:11')},1015 {type: 'file', id: nextId(), name: 'favicon.png', size: 14430, time: new Date('2019-12-18T15:06:11')},1016 {type: 'file', id: nextId(), name: 'index.html', size: 491, time: new Date('2019-12-18T15:06:11')},1017 {type: 'file', id: nextId(), name: 'main.ts', size: 399, time: new Date('2019-12-18T15:06:11')},1018 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 1323, time: new Date('2019-12-18T15:06:11')},1019 {type: 'file', id: nextId(), name: 'styles.scss', size: 333, time: new Date('2019-12-18T15:06:11')},1020 {type: 'file', id: nextId(), name: 'test.ts', size: 761, time: new Date('2019-12-18T15:06:11')},1021 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 259, time: new Date('2019-12-18T15:06:11')},1022 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 416, time: new Date('2019-12-18T15:06:11')},1023 {type: 'file', id: nextId(), name: 'typings.d.ts', size: 190, time: new Date('2019-12-18T15:06:11')}1024 ]},1025 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 438, time: new Date('2019-12-18T15:06:11')},1026 {type: 'file', id: nextId(), name: 'tslint.json', size: 2998, time: new Date('2019-12-18T15:06:11')}1027 ]},1028 {type: 'directory', id: nextId(), name: 'kendo-angular-finance-portfolio', time: new Date('2019-12-18T15:06:11'), contents: [1029 {type: 'file', id: nextId(), name: 'README.md', size: 2408, time: new Date('2019-12-18T15:06:11')},1030 {type: 'file', id: nextId(), name: 'angular.json', size: 2835, time: new Date('2019-12-18T15:06:11')},1031 {type: 'file', id: nextId(), name: 'browserslist', size: 429, time: new Date('2019-12-18T15:06:11')},1032 {type: 'file', id: nextId(), name: 'package-lock.json', size: 437540, time: new Date('2019-12-18T15:06:11')},1033 {type: 'file', id: nextId(), name: 'package.json', size: 2359, time: new Date('2019-12-18T15:06:11')},1034 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [1035 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [1036 {type: 'file', id: nextId(), name: 'app-routing.module.ts', size: 949, time: new Date('2019-12-18T15:06:11')},1037 {type: 'file', id: nextId(), name: 'app.component.ts', size: 312, time: new Date('2019-12-18T15:06:11')},1038 {type: 'file', id: nextId(), name: 'app.module.ts', size: 2775, time: new Date('2019-12-18T15:06:11')},1039 {type: 'directory', id: nextId(), name: 'components', time: new Date('2019-12-18T15:06:11'), contents: [1040 {type: 'directory', id: nextId(), name: 'badge', time: new Date('2019-12-18T15:06:11'), contents: [1041 {type: 'file', id: nextId(), name: 'badge.component.html', size: 261, time: new Date('2019-12-18T15:06:11')},1042 {type: 'file', id: nextId(), name: 'badge.component.scss', size: 412, time: new Date('2019-12-18T15:06:11')},1043 {type: 'file', id: nextId(), name: 'badge.component.ts', size: 250, time: new Date('2019-12-18T15:06:11')}1044 ]},1045 {type: 'directory', id: nextId(), name: 'footer', time: new Date('2019-12-18T15:06:11'), contents: [1046 {type: 'file', id: nextId(), name: 'footer.component.html', size: 360, time: new Date('2019-12-18T15:06:11')},1047 {type: 'file', id: nextId(), name: 'footer.component.scss', size: 634, time: new Date('2019-12-18T15:06:11')},1048 {type: 'file', id: nextId(), name: 'footer.component.ts', size: 355, time: new Date('2019-12-18T15:06:11')}1049 ]},1050 {type: 'directory', id: nextId(), name: 'header', time: new Date('2019-12-18T15:06:11'), contents: [1051 {type: 'file', id: nextId(), name: 'header.component.html', size: 930, time: new Date('2019-12-18T15:06:11')},1052 {type: 'file', id: nextId(), name: 'header.component.scss', size: 1198, time: new Date('2019-12-18T15:06:11')},1053 {type: 'file', id: nextId(), name: 'header.component.ts', size: 668, time: new Date('2019-12-18T15:06:11')}1054 ]},1055 {type: 'directory', id: nextId(), name: 'heatmap', time: new Date('2019-12-18T15:06:11'), contents: [1056 {type: 'file', id: nextId(), name: 'heatmap.component.html', size: 1345, time: new Date('2019-12-18T15:06:11')},1057 {type: 'file', id: nextId(), name: 'heatmap.component.scss', size: 1159, time: new Date('2019-12-18T15:06:11')},1058 {type: 'file', id: nextId(), name: 'heatmap.component.ts', size: 4051, time: new Date('2019-12-18T15:06:11')}1059 ]},1060 {type: 'directory', id: nextId(), name: 'navigation', time: new Date('2019-12-18T15:06:11'), contents: [1061 {type: 'file', id: nextId(), name: 'navigation.component.html', size: 419, time: new Date('2019-12-18T15:06:11')},1062 {type: 'file', id: nextId(), name: 'navigation.component.scss', size: 318, time: new Date('2019-12-18T15:06:11')},1063 {type: 'file', id: nextId(), name: 'navigation.component.ts', size: 304, time: new Date('2019-12-18T15:06:11')}1064 ]},1065 {type: 'directory', id: nextId(), name: 'real-time-data', time: new Date('2019-12-18T15:06:11'), contents: [1066 {type: 'file', id: nextId(), name: 'real-time-data.component.html', size: 3229, time: new Date('2019-12-18T15:06:11')},1067 {type: 'file', id: nextId(), name: 'real-time-data.component.scss', size: 697, time: new Date('2019-12-18T15:06:11')},1068 {type: 'file', id: nextId(), name: 'real-time-data.component.ts', size: 2841, time: new Date('2019-12-18T15:06:11')}1069 ]},1070 {type: 'directory', id: nextId(), name: 'stock-chart', time: new Date('2019-12-18T15:06:11'), contents: [1071 {type: 'file', id: nextId(), name: 'stock-chart.component.html', size: 3603, time: new Date('2019-12-18T15:06:11')},1072 {type: 'file', id: nextId(), name: 'stock-chart.component.scss', size: 559, time: new Date('2019-12-18T15:06:11')},1073 {type: 'file', id: nextId(), name: 'stock-chart.component.ts', size: 4120, time: new Date('2019-12-18T15:06:11')}1074 ]},1075 {type: 'directory', id: nextId(), name: 'stock-details', time: new Date('2019-12-18T15:06:11'), contents: [1076 {type: 'file', id: nextId(), name: 'stock-details.component.html', size: 4674, time: new Date('2019-12-18T15:06:11')},1077 {type: 'file', id: nextId(), name: 'stock-details.component.scss', size: 230, time: new Date('2019-12-18T15:06:11')},1078 {type: 'file', id: nextId(), name: 'stock-details.component.ts', size: 3497, time: new Date('2019-12-18T15:06:11')}1079 ]},1080 {type: 'directory', id: nextId(), name: 'stock-list', time: new Date('2019-12-18T15:06:11'), contents: [1081 {type: 'file', id: nextId(), name: 'stock-list.component.html', size: 7409, time: new Date('2019-12-18T15:06:11')},1082 {type: 'file', id: nextId(), name: 'stock-list.component.scss', size: 3106, time: new Date('2019-12-18T15:06:11')},1083 {type: 'file', id: nextId(), name: 'stock-list.component.ts', size: 3548, time: new Date('2019-12-18T15:06:11')}1084 ]},1085 {type: 'directory', id: nextId(), name: 'stocks', time: new Date('2019-12-18T15:06:11'), contents: [1086 {type: 'file', id: nextId(), name: 'stocks.component.html', size: 304, time: new Date('2019-12-18T15:06:11')},1087 {type: 'file', id: nextId(), name: 'stocks.component.scss', size: 434, time: new Date('2019-12-18T15:06:11')},1088 {type: 'file', id: nextId(), name: 'stocks.component.ts', size: 330, time: new Date('2019-12-18T15:06:11')}1089 ]},1090 {type: 'directory', id: nextId(), name: 'user-profile', time: new Date('2019-12-18T15:06:11'), contents: [1091 {type: 'file', id: nextId(), name: 'user-profile.component.html', size: 3166, time: new Date('2019-12-18T15:06:11')},1092 {type: 'file', id: nextId(), name: 'user-profile.component.scss', size: 1177, time: new Date('2019-12-18T15:06:11')},1093 {type: 'file', id: nextId(), name: 'user-profile.component.ts', size: 1267, time: new Date('2019-12-18T15:06:11')}1094 ]}1095 ]},1096 {type: 'directory', id: nextId(), name: 'data', time: new Date('2019-12-18T15:06:11'), contents: [1097 {type: 'file', id: nextId(), name: 'stocks.ts', size: 41277, time: new Date('2019-12-18T15:06:11')}1098 ]},1099 {type: 'directory', id: nextId(), name: 'directives', time: new Date('2019-12-18T15:06:11'), contents: [1100 {type: 'file', id: nextId(), name: 'dropdownlist-popup-selector.directive.ts',1101  size: 1188, time: new Date('2019-12-18T15:06:11')}1102 ]},1103 {type: 'directory', id: nextId(), name: 'models', time: new Date('2019-12-18T15:06:11'), contents: [1104 {type: 'file', id: nextId(), name: 'index.ts', size: 98, time: new Date('2019-12-18T15:06:11')},1105 {type: 'file', id: nextId(), name: 'interval.ts', size: 298, time: new Date('2019-12-18T15:06:11')},1106 {type: 'file', id: nextId(), name: 'stock-interval-details.ts', size: 158, time: new Date('2019-12-18T15:06:11')},1107 {type: 'file', id: nextId(), name: 'stock.ts', size: 272, time: new Date('2019-12-18T15:06:11')}1108 ]},1109 {type: 'directory', id: nextId(), name: 'pipes', time: new Date('2019-12-18T15:06:11'), contents: [1110 {type: 'file', id: nextId(), name: 'helpers.ts', size: 1981, time: new Date('2019-12-18T15:06:11')},1111 {type: 'file', id: nextId(), name: 'number-format.pipe.ts', size: 275, time: new Date('2019-12-18T15:06:11')}1112 ]},1113 {type: 'directory', id: nextId(), name: 'services', time: new Date('2019-12-18T15:06:11'), contents: [1114 {type: 'file', id: nextId(), name: 'stock-data.service.ts', size: 4988, time: new Date('2019-12-18T15:06:11')}1115 ]}1116 ]},1117 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [1118 {type: 'file', id: nextId(), name: 'area.png', size: 410, time: new Date('2019-12-18T15:06:11')},1119 {type: 'file', id: nextId(), name: 'candle.png', size: 391, time: new Date('2019-12-18T15:06:11')},1120 {type: 'file', id: nextId(), name: 'cross-out.svg', size: 774, time: new Date('2019-12-18T15:06:11')},1121 {type: 'file', id: nextId(), name: 'footer-bg.svg', size: 2643, time: new Date('2019-12-18T15:06:11')},1122 {type: 'file', id: nextId(), name: 'header-bg.svg', size: 2649, time: new Date('2019-12-18T15:06:11')},1123 {type: 'file', id: nextId(), name: 'line.png', size: 522, time: new Date('2019-12-18T15:06:11')},1124 {type: 'file', id: nextId(), name: 'progress-logo.svg', size: 3665, time: new Date('2019-12-18T15:06:11')},1125 {type: 'file', id: nextId(), name: 'user.jpg', size: 136966, time: new Date('2019-12-18T15:06:11')}1126 ]},1127 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [1128 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},1129 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}1130 ]},1131 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},1132 {type: 'file', id: nextId(), name: 'index.html', size: 422, time: new Date('2019-12-18T15:06:11')},1133 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},1134 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},1135 {type: 'directory', id: nextId(), name: 'styles', time: new Date('2019-12-18T15:06:11'), contents: [1136 {type: 'file', id: nextId(), name: '_bootstrap.scss', size: 557, time: new Date('2019-12-18T15:06:11')},1137 {type: 'file', id: nextId(), name: '_kendo.scss', size: 1687, time: new Date('2019-12-18T15:06:11')},1138 {type: 'file', id: nextId(), name: '_main.scss', size: 147, time: new Date('2019-12-18T15:06:11')},1139 {type: 'file', id: nextId(), name: '_responsive.scss', size: 859, time: new Date('2019-12-18T15:06:11')},1140 {type: 'file', id: nextId(), name: '_typography.scss', size: 238, time: new Date('2019-12-18T15:06:11')},1141 {type: 'file', id: nextId(), name: '_variables.scss', size: 2212, time: new Date('2019-12-18T15:06:11')}1142 ]}1143 ]},1144 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 210, time: new Date('2019-12-18T15:06:11')},1145 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 543, time: new Date('2019-12-18T15:06:11')},1146 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},1147 {type: 'file', id: nextId(), name: 'tslint.json', size: 1988, time: new Date('2019-12-18T15:06:11')}1148 ]},1149 {type: 'directory', id: nextId(), name: 'material-dashboard', time: new Date('2019-12-18T15:06:11'), contents: [1150 {type: 'file', id: nextId(), name: 'angular.json', size: 3757, time: new Date('2019-12-18T15:06:11')},1151 {type: 'directory', id: nextId(), name: 'bin', time: new Date('2019-12-18T15:06:11'), contents: [1152 {type: 'file', id: nextId(), name: 'build-all.js', size: 597, time: new Date('2019-12-18T15:06:11')},1153 {type: 'file', id: nextId(), name: 'serve-project.js', size: 345, time: new Date('2019-12-18T15:06:11')}1154 ]},1155 {type: 'file', id: nextId(), name: 'package-lock.json', size: 448330, time: new Date('2019-12-18T15:06:11')},1156 {type: 'file', id: nextId(), name: 'package.json', size: 3063, time: new Date('2019-12-18T15:06:11')},1157 {type: 'directory', id: nextId(), name: 'project', time: new Date('2019-12-18T15:06:11'), contents: [1158 {type: 'directory', id: nextId(), name: 'integration-pwa-material', time: new Date('2019-12-18T15:06:11'), contents: [1159 {type: 'file', id: nextId(), name: 'README.md', size: 3234, time: new Date('2019-12-18T15:06:11')},1160 {type: 'file', id: nextId(), name: 'browserslist', size: 388, time: new Date('2019-12-18T15:06:11')},1161 {type: 'file', id: nextId(), name: 'karma.conf.js', size: 1031, time: new Date('2019-12-18T15:06:11')},1162 {type: 'file', id: nextId(), name: 'ngsw-config.json', size: 551, time: new Date('2019-12-18T15:06:11')},1163 {type: 'directory', id: nextId(), name: 'src', time: new Date('2019-12-18T15:06:11'), contents: [1164 {type: 'directory', id: nextId(), name: 'app', time: new Date('2019-12-18T15:06:11'), contents: [1165 {type: 'file', id: nextId(), name: 'app-routing.module.ts', size: 310, time: new Date('2019-12-18T15:06:11')},1166 {type: 'file', id: nextId(), name: 'app.component.html', size: 32, time: new Date('2019-12-18T15:06:11')},1167 {type: 'file', id: nextId(), name: 'app.component.spec.ts', size: 986, time: new Date('2019-12-18T15:06:11')},1168 {type: 'file', id: nextId(), name: 'app.component.ts', size: 163, time: new Date('2019-12-18T15:06:11')},1169 {type: 'file', id: nextId(), name: 'app.module.ts', size: 3227, time: new Date('2019-12-18T15:06:11')},1170 {type: 'file', id: nextId(), name: 'app.routes.ts', size: 717, time: new Date('2019-12-18T15:06:11')},1171 {type: 'directory', id: nextId(), name: 'charts', time: new Date('2019-12-18T15:06:11'), contents: [1172 {type: 'file', id: nextId(), name: 'active-issues.component.ts', size: 11951, time: new Date('2019-12-18T15:06:11')},1173 {type: 'file', id: nextId(), name: 'issue-types.component.ts', size: 2161, time: new Date('2019-12-18T15:06:11')},1174 {type: 'file', id: nextId(), name: 'statistics.component.ts', size: 1300, time: new Date('2019-12-18T15:06:11')},1175 {type: 'file', id: nextId(), name: 'types-distribution.component.ts', size: 5299, time: new Date('2019-12-18T15:06:11')}1176 ]},1177 {type: 'directory', id: nextId(), name: 'common', time: new Date('2019-12-18T15:06:11'), contents: [1178 {type: 'file', id: nextId(), name: 'index.ts', size: 31, time: new Date('2019-12-18T15:06:11')},1179 {type: 'directory', id: nextId(), name: 'utils', time: new Date('2019-12-18T15:06:11'), contents: [1180 {type: 'file', id: nextId(), name: 'Config.ts', size: 593, time: new Date('2019-12-18T15:06:11')},1181 {type: 'file', id: nextId(), name: 'index.ts', size: 59, time: new Date('2019-12-18T15:06:11')},1182 {type: 'file', id: nextId(), name: 'router-module.ts', size: 48, time: new Date('2019-12-18T15:06:11')}1183 ]}1184 ]},1185 {type: 'directory', id: nextId(), name: 'dashboard', time: new Date('2019-12-18T15:06:11'), contents: [1186 {type: 'file', id: nextId(), name: 'dashboard.component.ts', size: 3077, time: new Date('2019-12-18T15:06:11')},1187 {type: 'file', id: nextId(), name: 'dashboard.template.html', size: 1555, time: new Date('2019-12-18T15:06:11')},1188 {type: 'file', id: nextId(), name: 'index.ts', size: 39, time: new Date('2019-12-18T15:06:11')}1189 ]},1190 {type: 'directory', id: nextId(), name: 'issues', time: new Date('2019-12-18T15:06:11'), contents: [1191 {type: 'file', id: nextId(), name: 'index.ts', size: 36, time: new Date('2019-12-18T15:06:11')},1192 {type: 'file', id: nextId(), name: 'issues.component.ts', size: 2266, time: new Date('2019-12-18T15:06:11')},1193 {type: 'file', id: nextId(), name: 'issues.template.html', size: 5078, time: new Date('2019-12-18T15:06:11')},1194 {type: 'file', id: nextId(), name: 'label.directive.ts', size: 1136, time: new Date('2019-12-18T15:06:11')}1195 ]},1196 {type: 'directory', id: nextId(), name: 'main-menu', time: new Date('2019-12-18T15:06:11'), contents: [1197 {type: 'file', id: nextId(), name: 'main-menu.component.html', size: 2038, time: new Date('2019-12-18T15:06:11')},1198 {type: 'file', id: nextId(), name: 'main-menu.component.spec.ts', size: 643, time: new Date('2019-12-18T15:06:11')},1199 {type: 'file', id: nextId(), name: 'main-menu.component.ts', size: 1739, time: new Date('2019-12-18T15:06:11')}1200 ]},1201 {type: 'directory', id: nextId(), name: 'markdown', time: new Date('2019-12-18T15:06:11'), contents: [1202 {type: 'file', id: nextId(), name: 'markdown.component.ts', size: 492, time: new Date('2019-12-18T15:06:11')}1203 ]},1204 {type: 'directory', id: nextId(), name: 'profile', time: new Date('2019-12-18T15:06:11'), contents: [1205 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},1206 {type: 'file', id: nextId(), name: 'profile.component.ts', size: 1343, time: new Date('2019-12-18T15:06:11')},1207 {type: 'file', id: nextId(), name: 'profile.template.html', size: 6959, time: new Date('2019-12-18T15:06:11')}1208 ]},1209 {type: 'directory', id: nextId(), name: 'scss', time: new Date('2019-12-18T15:06:11'), contents: [1210 {type: 'file', id: nextId(), name: '_dashboard.scss', size: 1330, time: new Date('2019-12-18T15:06:11')},1211 {type: 'file', id: nextId(), name: '_globals.scss', size: 1741, time: new Date('2019-12-18T15:06:11')},1212 {type: 'file', id: nextId(), name: '_header.scss', size: 212, time: new Date('2019-12-18T15:06:11')},1213 {type: 'file', id: nextId(), name: '_issues.scss', size: 881, time: new Date('2019-12-18T15:06:11')},1214 {type: 'file', id: nextId(), name: '_login.scss', size: 579, time: new Date('2019-12-18T15:06:11')},1215 {type: 'file', id: nextId(), name: '_nav.scss', size: 2203, time: new Date('2019-12-18T15:06:11')},1216 {type: 'file', id: nextId(), name: '_profile.scss', size: 143, time: new Date('2019-12-18T15:06:11')},1217 {type: 'file', id: nextId(), name: '_typography.scss', size: 373, time: new Date('2019-12-18T15:06:11')},1218 {type: 'file', id: nextId(), name: '_variables.scss', size: 2631, time: new Date('2019-12-18T15:06:11')},1219 {type: 'file', id: nextId(), name: 'bootstrap-custom.scss', size: 95, time: new Date('2019-12-18T15:06:11')}1220 ]},1221 {type: 'directory', id: nextId(), name: 'shared', time: new Date('2019-12-18T15:06:11'), contents: [1222 {type: 'file', id: nextId(), name: 'github.service.ts', size: 1472, time: new Date('2019-12-18T15:06:11')},1223 {type: 'file', id: nextId(), name: 'index.ts', size: 33, time: new Date('2019-12-18T15:06:11')},1224 {type: 'file', id: nextId(), name: 'issues-processor.service.ts', size: 5617, time: new Date('2019-12-18T15:06:11')},1225 {type: 'file', id: nextId(), name: 'issues.model.ts', size: 1313, time: new Date('2019-12-18T15:06:11')},1226 {type: 'file', id: nextId(), name: 'shared.module.ts', size: 300, time: new Date('2019-12-18T15:06:11')},1227 {type: 'file', id: nextId(), name: 'spinner.component.ts', size: 403, time: new Date('2019-12-18T15:06:11')}1228 ]},1229 {type: 'directory', id: nextId(), name: 'signin', time: new Date('2019-12-18T15:06:11'), contents: [1230 {type: 'file', id: nextId(), name: 'index.ts', size: 37, time: new Date('2019-12-18T15:06:11')},1231 {type: 'file', id: nextId(), name: 'signin.component.ts', size: 660, time: new Date('2019-12-18T15:06:11')},1232 {type: 'file', id: nextId(), name: 'signin.template.html', size: 1017, time: new Date('2019-12-18T15:06:11')}1233 ]}1234 ]},1235 {type: 'directory', id: nextId(), name: 'assets', time: new Date('2019-12-18T15:06:11'), contents: [1236 {type: 'directory', id: nextId(), name: 'app_icon', time: new Date('2019-12-18T15:06:11'), contents: [1237 {type: 'file', id: nextId(), name: 'angularX144.png', size: 5078, time: new Date('2019-12-18T15:06:11')},1238 {type: 'file', id: nextId(), name: 'angularX192.png', size: 7010, time: new Date('2019-12-18T15:06:11')},1239 {type: 'file', id: nextId(), name: 'angularX36.png', size: 1600, time: new Date('2019-12-18T15:06:11')},1240 {type: 'file', id: nextId(), name: 'angularX48.png', size: 2070, time: new Date('2019-12-18T15:06:11')},1241 {type: 'file', id: nextId(), name: 'angularX512.png', size: 19822, time: new Date('2019-12-18T15:06:11')},1242 {type: 'file', id: nextId(), name: 'angularX72.png', size: 2715, time: new Date('2019-12-18T15:06:11')},1243 {type: 'file', id: nextId(), name: 'angularX96.png', size: 3571, time: new Date('2019-12-18T15:06:11')}1244 ]},1245 {type: 'directory', id: nextId(), name: 'help_images', time: new Date('2019-12-18T15:06:11'), contents: [1246 {type: 'file', id: nextId(), name: 'add_to_home.png', size: 51829, time: new Date('2019-12-18T15:06:11')},1247 {type: 'file', id: nextId(), name: 'cached_local.png', size: 55215, time: new Date('2019-12-18T15:06:11')},1248 {type: 'file', id: nextId(), name: 'cached_remote.png', size: 56083, time: new Date('2019-12-18T15:06:11')},1249 {type: 'file', id: nextId(), name: 'confirm.png', size: 25508, time: new Date('2019-12-18T15:06:11')},1250 {type: 'file', id: nextId(), name: 'dashboard.png', size: 101068, time: new Date('2019-12-18T15:06:11')},1251 {type: 'file', id: nextId(), name: 'offline.png', size: 36927, time: new Date('2019-12-18T15:06:11')},1252 {type: 'file', id: nextId(), name: 'sw.png', size: 36331, time: new Date('2019-12-18T15:06:11')}1253 ]},1254 {type: 'directory', id: nextId(), name: 'i18n', time: new Date('2019-12-18T15:06:11'), contents: [1255 {type: 'file', id: nextId(), name: 'en.json', size: 417, time: new Date('2019-12-18T15:06:11')}1256 ]},1257 {type: 'file', id: nextId(), name: 'issue-closed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},1258 {type: 'file', id: nextId(), name: 'issue-open.png', size: 1159, time: new Date('2019-12-18T15:06:11')},1259 {type: 'file', id: nextId(), name: 'issueclosed.png', size: 1222, time: new Date('2019-12-18T15:06:11')},1260 {type: 'file', id: nextId(), name: 'issueopen.png', size: 1159, time: new Date('2019-12-18T15:06:11')},1261 {type: 'file', id: nextId(), name: 'login-left-bg.png', size: 35043, time: new Date('2019-12-18T15:06:11')},1262 {type: 'file', id: nextId(), name: 'login-right-bg.png', size: 40236, time: new Date('2019-12-18T15:06:11')},1263 {type: 'file', id: nextId(), name: 'noConnection.png', size: 11232, time: new Date('2019-12-18T15:06:11')}1264 ]},1265 {type: 'directory', id: nextId(), name: 'environments', time: new Date('2019-12-18T15:06:11'), contents: [1266 {type: 'file', id: nextId(), name: 'environment.prod.ts', size: 51, time: new Date('2019-12-18T15:06:11')},1267 {type: 'file', id: nextId(), name: 'environment.ts', size: 662, time: new Date('2019-12-18T15:06:11')}1268 ]},1269 {type: 'file', id: nextId(), name: 'favicon.ico', size: 5430, time: new Date('2019-12-18T15:06:11')},1270 {type: 'file', id: nextId(), name: 'index.html', size: 703, time: new Date('2019-12-18T15:06:11')},1271 {type: 'file', id: nextId(), name: 'main.ts', size: 372, time: new Date('2019-12-18T15:06:11')},1272 {type: 'file', id: nextId(), name: 'manifest.json', size: 1422, time: new Date('2019-12-18T15:06:11')},1273 {type: 'file', id: nextId(), name: 'polyfills.ts', size: 2838, time: new Date('2019-12-18T15:06:11')},1274 {type: 'file', id: nextId(), name: 'styles.scss', size: 389, time: new Date('2019-12-18T15:06:11')},1275 {type: 'file', id: nextId(), name: 'test.ts', size: 642, time: new Date('2019-12-18T15:06:11')}1276 ]},1277 {type: 'file', id: nextId(), name: 'tsconfig.app.json', size: 172, time: new Date('2019-12-18T15:06:11')},1278 {type: 'file', id: nextId(), name: 'tsconfig.spec.json', size: 270, time: new Date('2019-12-18T15:06:11')},1279 {type: 'file', id: nextId(), name: 'tslint.json', size: 247, time: new Date('2019-12-18T15:06:11')}1280 ]}1281 ]},1282 {type: 'directory', id: nextId(), name: 'static', time: new Date('2019-12-18T15:06:11'), contents: [1283 {type: 'file', id: nextId(), name: '404.html', size: 292, time: new Date('2019-12-18T15:06:11')},1284 {type: 'file', id: nextId(), name: 'index.html', size: 724, time: new Date('2019-12-18T15:06:11')},1285 {type: 'file', id: nextId(), name: 'styles.css', size: 57, time: new Date('2019-12-18T15:06:11')}1286 ]},1287 {type: 'file', id: nextId(), name: 'tsconfig.json', size: 467, time: new Date('2019-12-18T15:06:11')},1288 {type: 'file', id: nextId(), name: 'tslint.json', size: 1954, time: new Date('2019-12-18T15:06:11')}1289 ]}1290 ]}...

Full Screen

Full Screen

dataset.js

Source:dataset.js Github

copy

Full Screen

1const defaultDataset = {2 "init": {3 answers: [4 {content: "仕事を依頼したい", nextId: "job_offer"},5 {content: "エンジニアのキャリアについて相談したい", nextId: "consultant"},6 {content: "学習コミュニティについて知りたい", nextId: "community"},7 {content: "お付き合いしたい", nextId: "dating"},8 ],9 question: "こんにちは!🐯トラハックへのご用件はなんでしょうか?",10 },11 "job_offer": {12 answers: [13 {content: "Webサイトを制作してほしい", nextId: "website"},14 {content: "Webアプリを開発してほしい", nextId: "webapp"},15 {content: "自動化ツールを作ってほしい", nextId: "automation_tool"},16 {content: "その他", nextId: "other_jobs"}17 ],18 question: "どのようなお仕事でしょうか?",19 },20 "website": {21 answers: [22 {content: "問い合わせる", nextId: "contact"},23 {content: "最初の質問に戻る", nextId: "init"}24 ],25 question: "Webサイト細作についてですね。コチラからお問い合わせできます。",26 },27 "webapp": {28 answers: [29 {content: "問い合わせる", nextId: "contact"},30 {content: "最初の質問に戻る", nextId: "init"}31 ],32 question: "Webアプリ開発についてですね。コチラからお問い合わせできます。",33 },34 "automation_tool": {35 answers: [36 {content: "問い合わせる", nextId: "contact"},37 {content: "最初の質問に戻る", nextId: "init"}38 ],39 question: "自動化ツール開発についてですね。コチラからお問い合わせできます。",40 },41 "other_jobs": {42 answers: [43 {content: "問い合わせる", nextId: "contact"},44 {content: "最初の質問に戻る", nextId: "init"}45 ],46 question: "その他についてですね。コチラからお問い合わせできます。",47 },48 "consultant": {49 answers: [50 {content: "YouTubeで動画を見る", nextId: "https://www.youtube.com/channel/UC-bOAxx-YOsviSmqh8COR0w"},51 {content: "学習コミュニティについて知りたい", nextId: "community"},52 {content: "最初の質問に戻る", nextId: "init"}53 ],54 question: "トラハックは普段からYouTubeでキャリアについて発信しています。また、僕が運営するエンジニア向け学習コミュニティ内でも相談に乗っていますよ。",55 },56 "community": {57 answers: [58 {content: "どんな活動をしているの?", nextId: "community_activity"},59 {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},60 {content: "最初の質問に戻る", nextId: "init"}61 ],62 question: "2020年3月から学習コミュニティを始めました!🎉Webエンジニアへの転職を目指す人向けに、プログラミングを教えたりキャリアの相談に乗っています。",63 },64 "community_activity": {65 answers: [66 {content: "さらに詳細を知りたい", nextId: "https://youtu.be/tIzE7hUDbBM"},67 {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},68 {content: "最初の質問に戻る", nextId: "init"}69 ],70 question: "フロントエンド向けの教材の提供、キャリアや勉強法に関するメルマガの配信、週1のオンライン作業会などを開催しています!\n詳細はYouTube動画で紹介しています。",71 },72 "dating": {73 answers: [74 {content: "DMする", nextId: "https://twitter.com/torahack_"},75 {content: "最初の質問に戻る", nextId: "init"}76 ],77 question: "まずは一緒にランチでもいかがですか?DMしてください😘",78 },79}...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1const storybookRoot = require('storybook-root');2const nextId = storybookRoot.nextId;3console.log(nextId());4console.log(nextId());5const storybookRoot = require('storybook-root');6const nextId = storybookRoot.nextId;7console.log(nextId());8console.log(nextId());9console.log(nextId());

Full Screen

Using AI Code Generation

copy

Full Screen

1var nextId = require('storybook-root').nextId;2var id = nextId();3var id2 = nextId();4var nextId = require('storybook-root').nextId;5var id = nextId();6var nextId = require('storybook-root').nextId;7var id = nextId();

Full Screen

Using AI Code Generation

copy

Full Screen

1import { nextId } from 'storybook-root';2import { storiesOf } from '@storybook/react';3storiesOf('Test', module).add('default', () => {4 return <div>{nextId()}</div>;5});6import { addDecorator } from '@storybook/react';7import { withKnobs } from '@storybook/addon-knobs';8import { setAddon, addParameters } from '@storybook/react';9import { create } from '@storybook/theming';10import { withInfo } from '@storybook/addon-info';11import { withTests } from '@storybook/addon-jest';12import { withA11y } from '@storybook/addon-a11y';13import { withPerformance } from 'storybook-addon-performance';14import { withConsole } from '@storybook/addon-console';15import { withViewport } from '@storybook/addon-viewport';16addDecorator(withKnobs);17addDecorator(withInfo);18addDecorator(withTests);19addDecorator(withA11y);20addDecorator(withPerformance);21addDecorator((storyFn, context) => withConsole()(storyFn)(context));22addParameters({23 viewport: {24 viewports: {25 iphone5: {26 styles: {27 },28 },29 iphone6: {30 styles: {31 },32 },33 iphone6plus: {34 styles: {35 },36 },37 iphoneX: {38 styles: {39 },40 },41 ipad: {42 styles: {43 },44 },45 ipadpro: {46 styles: {47 },48 },49 kindleFire2: {50 styles: {51 },52 },53 kindleFireHD: {

Full Screen

Using AI Code Generation

copy

Full Screen

1const { nextId } = require('storybook-root');2nextId('test');3const { nextId } = require('storybook-root');4nextId('test');5const { nextId } = require('storybook-root');6nextId('test');7const { nextId } = require('storybook-root');8nextId('test');9const { nextId } = require('storybook-root');10nextId('test');11const { nextId } = require('storybook-root');12nextId('test');13const { nextId } = require('storybook-root');14nextId('test');15const { nextId } = require('storybook-root');16nextId('test');17const { nextId } = require('storybook-root');18nextId('test');19const { nextId } = require('storybook-root');20nextId('test');21const { nextId } = require('storybook-root');22nextId('test');23const { nextId } = require('storybook-root');24nextId('test');25const { nextId } = require('storybook-root');26nextId('test');27const { nextId } = require('storybook-root');28nextId('test');29const { nextId } = require('storybook-root');30nextId('test');31const { nextId } = require('storybook-root');32nextId('test');33const { next

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run storybook-root automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful