|
| 1 | +import { Component, OnInit } from '@angular/core'; |
| 2 | + |
| 3 | +@Component({ |
| 4 | + selector: 'app-report-of-work', |
| 5 | + templateUrl: './report-of-work.component.html', |
| 6 | + styleUrls: ['./report-of-work.component.scss'] |
| 7 | +}) |
| 8 | +export class ReportOfWorkComponent implements OnInit { |
| 9 | + reports: Array<any>; |
| 10 | + constructor() { |
| 11 | + this.reports = []; |
| 12 | + this.reports.push({ link: '/setup', desc: 'ok' }); |
| 13 | + this.reports.push({ link: '/theming', desc: 'ok' }); |
| 14 | + this.reports.push({ link: '/accorsdion', desc: 'work', error: 'document.createElement is not a function' }); |
| 15 | + this.reports.push({ link: '/autocomplete', desc: 'work', error: 'document.createElement is not a function' }); |
| 16 | + this.reports.push({ link: '/blockui', desc: 'work', error: 'document.createElement is not a function' }); |
| 17 | + this.reports.push({ link: '/breadcrumb', desc: 'ok' }); |
| 18 | + this.reports.push({ link: '/button', desc: 'work', error: 'document.createElement is not a function' }); |
| 19 | + this.reports.push({ link: '/calendar', desc: 'work', error: 'document.createElement is not a function' }); |
| 20 | + this.reports.push({ link: '/captcha', desc: 'ok' }); |
| 21 | + this.reports.push({ link: '/carousel', desc: 'no' }); |
| 22 | + this.reports.push({ link: '/chart', desc: 'ok' }); |
| 23 | + this.reports.push({ link: '/checkbox', desc: 'ok' }); |
| 24 | + this.reports.push({ link: '/chips', desc: 'ok' }); |
| 25 | + this.reports.push({ link: '/codehighlighter', desc: 'ok если использовать global[\'Prism\'] = null;' }); |
| 26 | + this.reports.push({ link: '/colorpicker', desc: 'ok' }); |
| 27 | + this.reports.push({ link: '/confirmdialog', desc: 'work', error: 'document.createElement is not a function' }); |
| 28 | + // tslint:disable-next-line:max-line-length |
| 29 | + this.reports.push({ link: '/contextmenu', desc: 'work', error: 'No provider for ContextMenu' }); |
| 30 | + this.reports.push({ link: '/datagrid', desc: 'ok' }); |
| 31 | + this.reports.push({ link: '/datalist', desc: 'ok' }); |
| 32 | + this.reports.push({ link: '/datascroller', desc: 'ok' }); |
| 33 | + // tslint:disable-next-line:max-line-length |
| 34 | + this.reports.push({ link: '/datatable', desc: 'work', error: 'No provider for DataTable!' }); |
| 35 | + this.reports.push({ link: '/defer', desc: 'work', error: 'this.el.nativeElement.getBoundingClientRect is not a function' }); |
| 36 | + this.reports.push({ link: '/dialog', desc: 'work', error: 'document.createElement is not a function' }); |
| 37 | + // tslint:disable-next-line:max-line-length |
| 38 | + this.reports.push({ link: '/dragdrop', desc: 'work', error: 'No provider for DataTable!' }); |
| 39 | + this.reports.push({ link: '/dropdown', desc: 'ok' }); |
| 40 | + this.reports.push({ link: '/editor', desc: 'bad', error: 'Quill is not defined' }); |
| 41 | + this.reports.push({ link: '/fieldset', desc: 'ok' }); |
| 42 | + this.reports.push({ link: '/fileupload', desc: 'work', error: 'document.createElement is not a function' }); |
| 43 | + this.reports.push({ link: '/galleria', desc: 'work', error: 'getComputedStyle is not defined' }); |
| 44 | + this.reports.push({ link: '/grid', desc: 'ok' }); |
| 45 | + this.reports.push({ link: '/growl', desc: 'work', error: 'document.createElement is not a function' }); |
| 46 | + // tslint:disable-next-line:max-line-length |
| 47 | + this.reports.push({ link: '/inplace', desc: 'work', error: 'No provider for DataTable' }); |
| 48 | + this.reports.push({ link: '/inputmask', desc: 'ok' }); |
| 49 | + this.reports.push({ link: '/inputswitch', desc: 'ok' }); |
| 50 | + this.reports.push({ link: '/inputtext', desc: 'work', error: 'document.createElement is not a function' }); |
| 51 | + this.reports.push({ link: '/inputgroup', desc: 'work', error: 'document.createElement is not a function' }); |
| 52 | + this.reports.push({ link: '/inputtextarea', desc: 'ok' }); |
| 53 | + this.reports.push({ link: '/lightbox', desc: 'ok' }); |
| 54 | + this.reports.push({ link: '/listbox', desc: 'work', error: 'document.createElement is not a function' }); |
| 55 | + this.reports.push({ link: '/megamenu', desc: 'ok' }); |
| 56 | + // tslint:disable-next-line:max-line-length |
| 57 | + this.reports.push({ link: '/menu', desc: 'work', error: ' No provider for Menu!' }); |
| 58 | + this.reports.push({ link: '/menubar', desc: 'work', error: 'document.createElement is not a function' }); |
| 59 | + this.reports.push({ link: '/menumodel', desc: 'ok' }); |
| 60 | + this.reports.push({ link: '/messages', desc: 'work', error: 'document.createElement is not a function' }); |
| 61 | + this.reports.push({ link: '/multiselect', desc: 'ok' }); |
| 62 | + this.reports.push({ link: '/orderlist', desc: 'work', error: 'document.createElement is not a function' }); |
| 63 | + this.reports.push({ link: '/organizationchart', desc: 'work', error: 'No provider for OrganizationChart!' }); |
| 64 | + this.reports.push({ link: '/overlaypanel', desc: 'work', error: ' No provider for DataTable!' }); |
| 65 | + this.reports.push({ link: '/paginator', desc: 'work', error: 'getComputedStyle is not defined' }); |
| 66 | + this.reports.push({ link: '/panel', desc: 'work', error: 'document.createElement is not a function' }); |
| 67 | + this.reports.push({ link: '/panelmenu', desc: 'ok' }); |
| 68 | + this.reports.push({ |
| 69 | + link: '/password', |
| 70 | + desc: 'TypeError', |
| 71 | + error: 'Cannot read property \'removeChild\' of undefined at Password.ngOnDestroy' |
| 72 | + }); |
| 73 | + this.reports.push({ link: '/picklist', desc: 'work', error: 'document.createElement is not a function' }); |
| 74 | + this.reports.push({ link: '/progressbar', desc: 'ok'}); |
| 75 | + this.reports.push({ link: '/progressspinner', desc: 'ok' }); |
| 76 | + this.reports.push({ link: '/radiobutton', desc: 'ok', error: '' }); |
| 77 | + this.reports.push({ link: '/rating', desc: 'ok', error: '' }); |
| 78 | + this.reports.push({ link: '/responsive', desc: 'TypeError', error: 'Cannot read property \'removeChild\' of undefined' }); |
| 79 | + this.reports.push({ link: '/rtl', desc: 'work', error: 'document.createElement is not a function' }); |
| 80 | + this.reports.push({ link: '/schedule', desc: 'TypeError', error: 'jQuery is not defined' }); |
| 81 | + this.reports.push({ link: '/selectbutton', desc: 'work', error: 'document.createElement is not a function' }); |
| 82 | + this.reports.push({ link: '/sidebar', desc: 'work', error: 'document.createElement is not a function' }); |
| 83 | + this.reports.push({ link: '/slidemenu', desc: 'work', error: 'No provider for SlideMenu!' }); |
| 84 | + this.reports.push({ link: '/slider', desc: 'ok', error: '' }); |
| 85 | + this.reports.push({ link: '/spinner', desc: 'ok', error: '' }); |
| 86 | + this.reports.push({ link: '/splitbutton', desc: 'work', error: 'document.createElement is not a function' }); |
| 87 | + this.reports.push({ link: '/steps', desc: 'ok', error: '' }); |
| 88 | + this.reports.push({ link: '/support', desc: 'ok', error: '' }); |
| 89 | + this.reports.push({ link: '/tabmenu', desc: 'ok', error: '' }); |
| 90 | + this.reports.push({ link: '/tabview', desc: 'ok', error: '' }); |
| 91 | + this.reports.push({ link: '/terminal', desc: 'ok', error: '' }); |
| 92 | + this.reports.push({ link: '/tieredmenu', desc: 'work', error: 'document.createElement is not a function' }); |
| 93 | + this.reports.push({ link: '/togglebutton', desc: 'ok', error: '' }); |
| 94 | + this.reports.push({ link: '/toolbar', desc: 'work', error: 'document.createElement is not a function' }); |
| 95 | + this.reports.push({ link: '/tooltip', desc: 'Event error build', error: 'Event is not defined' }); |
| 96 | + this.reports.push({ link: '/tree', desc: 'work', error: 'No provider for ContextMenu' }); |
| 97 | + this.reports.push({ link: '/treetable', desc: 'work', error: ' No provider for ContextMenu' }); |
| 98 | + this.reports.push({ link: '/tristatecheckbox', desc: 'ok', error: '' }); |
| 99 | + this.reports.push({ link: '/validation', desc: 'work', error: 'document.createElement is not a function' }); |
| 100 | + } |
| 101 | + |
| 102 | + ngOnInit() { |
| 103 | + } |
| 104 | + |
| 105 | +} |
0 commit comments