@snabcentr/client-ui 3.36.10 → 3.36.11

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.
@@ -1,18 +0,0 @@
1
- import { ScIUrls } from '@snabcentr/client-core';
2
- import { IScCompanyInfo } from '../../config';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Страница политики обработки персональных данных пользователей сайта.
6
- */
7
- export declare class ScPrivacyPolicyPageComponent {
8
- /**
9
- * Данные настроек окружения.
10
- */
11
- protected readonly companyInfo: Readonly<IScCompanyInfo>;
12
- /**
13
- * Список ссылок на разделы backend'a.
14
- */
15
- protected readonly urls: ScIUrls;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ScPrivacyPolicyPageComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ScPrivacyPolicyPageComponent, "sc-privacy-policy-page", never, {}, {}, never, never, true, never>;
18
- }