@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.36.10",
3
+ "version": "3.36.11",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/pages/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './frequently-asked-questions/sc-frequently-asked-questions.component';
2
2
  export * from './frequently-asked-questions-group-selector/sc-frequently-asked-questions-group-selector.component';
3
3
  export * from './frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component';
4
- export * from './privacy-policy-page/sc-privacy-policy-page.component';
4
+ export * from './personal-data-processing-policy/sc-personal-data-processing-policy.component';
@@ -0,0 +1,18 @@
1
+ import { ScIUrls } from '@snabcentr/client-core';
2
+ import { ScICompanyInfo } from '../../config';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Страница политики обработки персональных данных пользователей сайта.
6
+ */
7
+ export declare class ScPersonalDataProcessingPolicyComponent {
8
+ /**
9
+ * Данные настроек окружения.
10
+ */
11
+ protected readonly companyInfo: Readonly<ScICompanyInfo>;
12
+ /**
13
+ * Список ссылок на разделы backend'a.
14
+ */
15
+ protected readonly urls: ScIUrls;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPersonalDataProcessingPolicyComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScPersonalDataProcessingPolicyComponent, "sc-personal-data-processing-policy", never, {}, {}, never, never, true, never>;
18
+ }
@@ -1,6 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { IScCompanyInfo } from '../config';
2
+ import { ScICompanyInfo } from '../config';
3
3
  /**
4
4
  * Токен для получения полной информации о компании.
5
5
  */
6
- export declare const SC_COMPANY_INFO: InjectionToken<IScCompanyInfo>;
6
+ export declare const SC_COMPANY_INFO: InjectionToken<ScICompanyInfo>;
package/release_notes.tmp CHANGED
@@ -1,9 +1,4 @@
1
- ## 3.36.10 (2025-09-09)
2
-
3
- ### added (2 changes)
4
-
5
- - [#12215: Добавлен компонент "Политика обработки персональных данных"](web_soft/libs/angular/snabcentr-client-ui-lib@81b31bce15b1abe83c7653f9f01ad7cd44840946) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!321))
6
- - [#11982: Обновлены компоненты аутентификации для поддержки нового API Keycloak.](web_soft/libs/angular/snabcentr-client-ui-lib@e354d9b75eff1fda7ad6dcaa25031e4588a5212b) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!304))
1
+ ## 3.36.11 (2025-09-09)
7
2
 
8
3
  ### fixed (4 changes)
9
4
 
@@ -17,3 +12,7 @@
17
12
  - [#12183: Обновлены компоненты, зависимости и настройки проектов до Angular 20](web_soft/libs/angular/snabcentr-client-ui-lib@f5e0dfe567fb0bc8c3233d6df20df6f385c4157e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!318))
18
13
  - [#11981: Изменена строгость валидации номера телефона. Исправлена ошибка сообщения валидации.](web_soft/libs/angular/snabcentr-client-ui-lib@851ed55a0aca5ef07310911f5bfffeaf8cc9b1df) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!305))
19
14
 
15
+ ### added (1 change)
16
+
17
+ - [#11982: Обновлены компоненты аутентификации для поддержки нового API Keycloak.](web_soft/libs/angular/snabcentr-client-ui-lib@e354d9b75eff1fda7ad6dcaa25031e4588a5212b) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!304))
18
+