@snabcentr/client-ui 3.41.3 → 3.41.4

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.41.3",
3
+ "version": "3.41.4",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -13,6 +13,10 @@ export declare class ScFrequentlyAskedQuestionsComponent {
13
13
  * {@link InputSignal} отображения загрузки.
14
14
  */
15
15
  readonly showLoading: InputSignal<boolean>;
16
+ /**
17
+ * Признак что приложение запущено на сервере.
18
+ */
19
+ protected readonly isServer: Readonly<boolean>;
16
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ScFrequentlyAskedQuestionsComponent, never>;
17
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ScFrequentlyAskedQuestionsComponent, "sc-frequently-asked-questions", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "showLoading": { "alias": "showLoading"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
18
22
  }
package/release_notes.tmp CHANGED
@@ -1,4 +1,4 @@
1
- ## 3.41.3 (2025-10-16)
1
+ ## 3.41.4 (2025-10-20)
2
2
 
3
3
  ### fixed (4 changes)
4
4