@snabcentr/client-ui 4.14.0 → 4.14.2
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/catalog/catalog-filters/sc-catalog-filters.component.d.ts +7 -0
- package/esm2022/catalog/catalog-filters/sc-catalog-filters.component.mjs +18 -2
- package/esm2022/share/share-dialog/sc-share-dialog.component.mjs +12 -7
- package/fesm2022/snabcentr-client-ui.mjs +27 -6
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -1
- package/release_notes.tmp +3 -3
- package/share/share-dialog/sc-share-dialog.component.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snabcentr/client-ui",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.2",
|
|
4
4
|
"author": "Snabcentr Ltd.",
|
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"description": "Snabcentr client UI package.",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
+
"@angular/cdk": "^18.2.14",
|
|
9
10
|
"@angular/common": "^18.2.14",
|
|
10
11
|
"@angular/compiler": "^18.2.14",
|
|
11
12
|
"@angular/core": "^18.2.14",
|
package/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 4.14.
|
|
1
|
+
## 4.14.2 (2026-09-14)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#13839:
|
|
5
|
+
- [#13839: Исправлено копирование ссылки в диалоге "Поделиться" на сайтах без защищённого соединения](web_soft/libs/angular/snabcentr-client-ui-lib@b642d16f22480fad27c10a48c4447b77c5f1d5f1) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!446))
|
|
6
6
|
|
|
@@ -16,9 +16,9 @@ export declare class ScShareDialogComponent implements OnInit {
|
|
|
16
16
|
*/
|
|
17
17
|
private readonly context;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Сервис копирования текста в буфер обмена.
|
|
20
20
|
*/
|
|
21
|
-
private readonly
|
|
21
|
+
private readonly clipboard;
|
|
22
22
|
/**
|
|
23
23
|
* Ссылка на объект окна браузера.
|
|
24
24
|
*/
|