@snabcentr/client-ui 3.41.3 → 3.41.5
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/error-handler/error-block-status/error-block-status.component.d.ts +8 -0
- package/esm2022/error-handler/error-block-status/error-block-status.component.mjs +13 -1
- package/esm2022/pages/frequently-asked-questions/sc-frequently-asked-questions.component.mjs +29 -8
- package/fesm2022/snabcentr-client-ui.mjs +35 -4
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/pages/frequently-asked-questions/sc-frequently-asked-questions.component.d.ts +4 -0
- package/release_notes.tmp +1 -1
package/package.json
CHANGED
|
@@ -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