[AAE-10472] Upgrade and deprecate libs (#7788)

* upgrade and deprecate libs

* upgrade flex layout

* cleanup tslint libs

* diable the test

* exclude flaky e2e
This commit is contained in:
Denys Vuika
2022-08-26 16:56:51 +01:00
committed by GitHub
parent 4a39161ad3
commit 6f209726e9
27 changed files with 325 additions and 1501 deletions

View File

@@ -1,5 +1,3 @@
/* tslint:disable:adf-license-banner */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -33,7 +33,6 @@ export class ViewUtilService {
* Content groups based on categorization of files that can be viewed in the web browser. This
* implementation or grouping is tied to the definition the ng component: ViewerComponent
*/
// tslint:disable-next-line:variable-name
static ContentGroup = {
IMAGE: 'image',
MEDIA: 'media',
@@ -44,7 +43,6 @@ export class ViewUtilService {
/**
* The name of the rendition with the media subtitles in the supported format
*/
/* tslint:disable-next-line */
static SUBTITLES_RENDITION_NAME = 'webvtt';
/**