@snabcentr/client-ui 3.39.0 → 3.40.0
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/esm2022/pages/index.mjs +2 -1
- package/esm2022/pages/privacy-policy/sc-privacy-policy.component.mjs +30 -0
- package/fesm2022/snabcentr-client-ui.mjs +23 -1
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/pages/index.d.ts +1 -0
- package/pages/privacy-policy/sc-privacy-policy.component.d.ts +17 -0
- package/release_notes.tmp +11 -3
package/package.json
CHANGED
package/pages/index.d.ts
CHANGED
@@ -2,4 +2,5 @@ export * from './frequently-asked-questions/sc-frequently-asked-questions.compon
|
|
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
4
|
export * from './personal-data-processing-policy/sc-personal-data-processing-policy.component';
|
5
|
+
export * from './privacy-policy/sc-privacy-policy.component';
|
5
6
|
export * from './public-offer/sc-public-offer.component';
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { ScICompanyBaseInfo, ScIUrls } from '@snabcentr/client-core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* Компонент политики конфиденциальности интернет-сайта.
|
5
|
+
*/
|
6
|
+
export declare class ScPrivacyPolicyComponent {
|
7
|
+
/**
|
8
|
+
* Данные о компании.
|
9
|
+
*/
|
10
|
+
protected readonly companyInfo: Readonly<ScICompanyBaseInfo>;
|
11
|
+
/**
|
12
|
+
* Список ссылок приложения.
|
13
|
+
*/
|
14
|
+
protected readonly urls: ScIUrls;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScPrivacyPolicyComponent, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScPrivacyPolicyComponent, "sc-privacy-policy", never, {}, {}, never, never, true, never>;
|
17
|
+
}
|
package/release_notes.tmp
CHANGED
@@ -1,10 +1,18 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.40.0 (2025-09-12)
|
2
2
|
|
3
|
-
### fixed (
|
3
|
+
### fixed (4 changes)
|
4
4
|
|
5
5
|
- [#12183: Исправлены тесты](web_soft/libs/angular/snabcentr-client-ui-lib@2b99ec4bdd24026058f7c8e98cb2c16d764635c3) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!320))
|
6
|
+
- [#12073: Исправлено отображение уведомлений контактов менеджера. Убрана...](web_soft/libs/angular/snabcentr-client-ui-lib@240c8fea7bffefc7b1d7922e10862112cfeafe01) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!311))
|
7
|
+
- [#12094: Доработаны сообщения об ошибках API Keycloak](web_soft/libs/angular/snabcentr-client-ui-lib@05c9d36e1fa593cb159009299ff727b0605f12d8) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!307))
|
8
|
+
- [#11691: Доработана логика заполнения формы запроса на уведомление о...](web_soft/libs/angular/snabcentr-client-ui-lib@9fc8c8c711f4fdf1c516809a8611e8292ca7ea65) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!306))
|
6
9
|
|
7
|
-
### changed (
|
10
|
+
### changed (2 changes)
|
8
11
|
|
9
12
|
- [#12183: Обновлены компоненты, зависимости и настройки проектов до Angular 20](web_soft/libs/angular/snabcentr-client-ui-lib@f5e0dfe567fb0bc8c3233d6df20df6f385c4157e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!318))
|
13
|
+
- [#11981: Изменена строгость валидации номера телефона. Исправлена ошибка сообщения валидации.](web_soft/libs/angular/snabcentr-client-ui-lib@851ed55a0aca5ef07310911f5bfffeaf8cc9b1df) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!305))
|
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))
|
10
18
|
|