@tilde-nlp/ngx-common 8.0.7 → 8.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/tilde-nlp-ngx-common.mjs +1 -6
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
- package/styles/spin-animation.scss +4 -4
- package/styles/theme-colors.scss +133 -0
- package/styles/tilde-fonts.scss +2 -2
- package/styles/tilde-style.scss +0 -2
- package/styles/tilde-theme.scss +58 -82
- package/styles/typography.scss +42 -44
- package/styles/variables/colors.variables.scss +26 -26
- package/web-components/index.html +1 -1
- package/web-components/styles.css +1 -1
|
@@ -19,7 +19,7 @@ import { MatTooltipModule } from '@angular/material/tooltip';
|
|
|
19
19
|
import * as i2$2 from '@ngbracket/ngx-layout/flex';
|
|
20
20
|
import * as i3 from '@ngbracket/ngx-layout/extended';
|
|
21
21
|
import * as i1$4 from '@angular/common/http';
|
|
22
|
-
import { HttpErrorResponse,
|
|
22
|
+
import { HttpErrorResponse, provideHttpClient, withInterceptorsFromDi, HttpClient } from '@angular/common/http';
|
|
23
23
|
import * as i15 from '@angular/material/paginator';
|
|
24
24
|
import { MatPaginatorIntl, MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
25
25
|
import * as i2$4 from '@angular/material/progress-spinner';
|
|
@@ -632,11 +632,6 @@ class AuthHeadersHelper {
|
|
|
632
632
|
}
|
|
633
633
|
return authHeaders;
|
|
634
634
|
}
|
|
635
|
-
static getLangHeaders(lang) {
|
|
636
|
-
return new HttpHeaders({
|
|
637
|
-
'Accept-Language': lang,
|
|
638
|
-
});
|
|
639
|
-
}
|
|
640
635
|
}
|
|
641
636
|
|
|
642
637
|
class FileExtensionHelper {
|