@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/esm2022/error-handler/sc-error-handler.component.mjs +3 -3
- package/esm2022/pages/index.mjs +3 -0
- package/esm2022/pages/questions-and-answers/questions-and-answers.component.mjs +32 -0
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/snabcentr-client-ui.mjs +56 -34
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/pages/index.d.ts +2 -0
- package/pages/questions-and-answers/questions-and-answers.component.d.ts +18 -0
- package/public-api.d.ts +1 -0
- package/release_notes.tmp +2 -2
package/package.json
CHANGED
package/pages/index.d.ts
ADDED
@@ -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
package/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 3.8.
|
1
|
+
## 3.8.4 (2024-12-25)
|
2
2
|
|
3
3
|
### fixed (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#10751: Исправлены экспорты компонентов](web_soft/libs/angular/snabcentr-client-ui-lib@e056e7b5a1fee60effd712cc148fdda7ee91b5bc) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!207))
|
6
6
|
|