@snabcentr/client-ui 3.52.7 → 3.53.1
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/frequently-asked-questions/sc-frequently-asked-questions.component.mjs +2 -2
- package/esm2022/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.mjs +22 -4
- package/fesm2022/snabcentr-client-ui.mjs +20 -3
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -1
- package/pages/frequently-asked-questions/sc-frequently-asked-questions.component.d.ts +1 -1
- package/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.d.ts +12 -0
- package/release_notes.tmp +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snabcentr/client-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.1",
|
|
4
4
|
"author": "Snabcentr Ltd.",
|
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
|
6
6
|
"license": "Commercial",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"angularx-qrcode": "^18.0.2",
|
|
37
37
|
"lodash-es": "^4.17.21",
|
|
38
38
|
"rxjs": "^7.8.1",
|
|
39
|
+
"schema-dts": "^1.1.5",
|
|
39
40
|
"zone.js": "~0.14.10"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@ export declare class ScFrequentlyAskedQuestionsComponent {
|
|
|
14
14
|
*/
|
|
15
15
|
readonly showLoading: InputSignal<boolean>;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Признак, что приложение запущено на сервере.
|
|
18
18
|
*/
|
|
19
19
|
protected readonly isServer: Readonly<boolean>;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScFrequentlyAskedQuestionsComponent, never>;
|
|
@@ -14,6 +14,18 @@ export declare class ScFrequentlyAskedQuestionsWithGroupsComponent {
|
|
|
14
14
|
* Сервис конвертации данных.
|
|
15
15
|
*/
|
|
16
16
|
private readonly convertersService;
|
|
17
|
+
/**
|
|
18
|
+
* Сервис установки SEO-данных приложения.
|
|
19
|
+
*/
|
|
20
|
+
private readonly seoService;
|
|
21
|
+
/**
|
|
22
|
+
* Фабрика для создания данных Schema.org.
|
|
23
|
+
*/
|
|
24
|
+
private readonly schemaOrgFactory;
|
|
25
|
+
/**
|
|
26
|
+
* Сервис маршрутизации.
|
|
27
|
+
*/
|
|
28
|
+
private readonly router;
|
|
17
29
|
/**
|
|
18
30
|
* Индекс первой страницы.
|
|
19
31
|
*/
|
package/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 3.
|
|
1
|
+
## 3.53.1 (2026-07-22)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### added (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#13612: Добавлена установка SEO-параметров на странице FAQ](web_soft/libs/angular/snabcentr-client-ui-lib@3903ac1eab2b5da1da522d7f0f784d050f3228dd) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!425))
|
|
6
6
|
|