@snabcentr/client-ui 3.8.2 → 3.8.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.8.2",
3
+ "version": "3.8.4",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -0,0 +1,2 @@
1
+ export * from './questions-and-answers/questions-and-answers.component';
2
+ export * from './questions-and-answers/sc-i-qa-info';
@@ -0,0 +1,18 @@
1
+ import { Observable } from 'rxjs';
2
+ import { ScIQAInfo } from './sc-i-qa-info';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Компонент "Вопросы-ответы".
6
+ */
7
+ export declare class QuestionsAndAnswersComponent {
8
+ /**
9
+ * {@link Observable} изменения Email для связи по вопросам рекламаций.
10
+ */
11
+ protected readonly reclamationsEmail$: Observable<string | undefined>;
12
+ /**
13
+ * Данные для страницы "Вопросы-ответы"
14
+ */
15
+ protected readonly data: ScIQAInfo;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuestionsAndAnswersComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<QuestionsAndAnswersComponent, "app-questions-and-answers", never, {}, {}, never, never, true, never>;
18
+ }
package/public-api.d.ts CHANGED
@@ -16,6 +16,7 @@ export * from './loader';
16
16
  export * from './brands-list';
17
17
  export * from './news';
18
18
  export * from './order';
19
+ export * from './pages';
19
20
  export * from './pipes';
20
21
  export * from './samples';
21
22
  export * from './providers';
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.8.2 (2024-12-24)
1
+ ## 3.8.4 (2024-12-25)
2
2
 
3
3
  ### fixed (1 change)
4
4
 
5
- - [#10731: Исправлены ошибки импортов](web_soft/libs/angular/snabcentr-client-ui-lib@f9553585889d7188efc4a23c7b912def5565bb71) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!205))
5
+ - [#10751: Исправлены экспорты компонентов](web_soft/libs/angular/snabcentr-client-ui-lib@e056e7b5a1fee60effd712cc148fdda7ee91b5bc) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!207))
6
6