@snabcentr/client-ui 3.34.1 → 3.35.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.34.1",
3
+ "version": "3.35.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -8,3 +8,4 @@ export * from './sc-country-ids';
8
8
  export * from './sc-user-providers';
9
9
  export * from './sc-date-formatter';
10
10
  export * from './sc-date-value-transformer';
11
+ export * from './sc-notify-when-in-stock-required-fields';
@@ -0,0 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * Токен для массива полей, которые должны быть заполнены хотя бы одним значением, в запросе на уведомление о поступлении товара.
4
+ */
5
+ export declare const SC_NOTIFY_WHEN_IN_STOCK_REQUIRED_FIELDS: InjectionToken<string[]>;
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.34.1 (2025-07-15)
1
+ ## 3.35.0 (2025-07-23)
2
2
 
3
- ### fixed (1 change)
3
+ ### changed (1 change)
4
4
 
5
- - [#11623: Доработано отображение шагов при создании контрагента ИП](web_soft/libs/angular/snabcentr-client-ui-lib@1176ef0b213fc7116f524858a20c0c7d99e8e439) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!300))
5
+ - [#11691: Доработана форма отправки запроса на уведомление о поступлении товара на склад.](web_soft/libs/angular/snabcentr-client-ui-lib@44032d2d1cac80ff16bfb7b27df29ab920c217dd) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!302))
6
6
 
@@ -1112,6 +1112,10 @@ video {
1112
1112
  justify-items: center !important;
1113
1113
  }
1114
1114
 
1115
+ .\!gap-1 {
1116
+ gap: 0.25rem !important;
1117
+ }
1118
+
1115
1119
  .gap-0\.5 {
1116
1120
  gap: 0.125rem;
1117
1121
  }
@@ -1217,6 +1221,10 @@ video {
1217
1221
  white-space: nowrap;
1218
1222
  }
1219
1223
 
1224
+ .break-all {
1225
+ word-break: break-all;
1226
+ }
1227
+
1220
1228
  .\!rounded-xl {
1221
1229
  border-radius: 0.75rem !important;
1222
1230
  }