@smartsoft001-mobilems/angular 2.78.0 → 2.80.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.
@@ -1,8 +1,8 @@
1
1
  import { TranslateService } from '@ngx-translate/core';
2
2
  import * as _smartsoft001_mobilems_models from '@smartsoft001-mobilems/models';
3
- import { Config, Page, IUser as IUser$1, MsFile, MenuItem, ConfigPageType, ConfigMenuItem, ArticleWidgetType, ArticleWidget, IArticleWidget, IArticleWidgetText, PageSlide } from '@smartsoft001-mobilems/models';
4
- import * as i0 from '@angular/core';
5
- import { ModuleWithProviders, TemplateRef, InjectionToken, ElementRef, AfterContentInit, OnInit, AfterViewInit } from '@angular/core';
3
+ import { Config, Page, IUser as IUser$1, MsFile, MenuItem, ITab, MsFileFromFeature, ConfigPageType, ConfigMenuItem, ArticleWidgetType, ArticleWidget, IArticleWidget, IArticleWidgetText, PageSlide as PageSlide$1 } from '@smartsoft001-mobilems/models';
4
+ import * as _angular_core from '@angular/core';
5
+ import { ModuleWithProviders, TemplateRef, InjectionToken, ElementRef, AfterContentInit, OnDestroy, OnInit, AfterViewInit } from '@angular/core';
6
6
  import * as i1 from '@angular/router';
7
7
  import { CanActivateFn, ActivatedRoute } from '@angular/router';
8
8
  import { AppBaseComponent, PageBaseComponent, BaseComponent } from '@smartsoft001/angular';
@@ -13,6 +13,7 @@ import { CrudSearchService, ICrudFilter, CrudService, ICrudFilterQueryItem, Crud
13
13
  import * as dist_packages_shared_models_src from 'dist/packages/shared/models/src';
14
14
  import { IEntity } from '@smartsoft001/domain-core';
15
15
  import { MasonryOptions } from '@thisissoon/angular-masonry';
16
+ import { MsObject } from '@smartsoft001-mobilems/objects-domain';
16
17
 
17
18
  declare function setTranslationsAndLang(service: TranslateService): void;
18
19
  interface ITranslateData {
@@ -34,8 +35,8 @@ declare class ConfigsFacade {
34
35
  get data(): Config | null;
35
36
  getPage(id: number | 'home'): Promise<Page>;
36
37
  init(): Promise<Config>;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfigsFacade, never>;
38
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfigsFacade>;
38
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfigsFacade, never>;
39
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ConfigsFacade>;
39
40
  }
40
41
 
41
42
  declare class SharedConfig {
@@ -43,21 +44,21 @@ declare class SharedConfig {
43
44
  multimediaUrl: string;
44
45
  mainLogoPath: string;
45
46
  styleVariables?: Record<string, any>;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedConfig, never>;
47
- static ɵprov: i0.ɵɵInjectableDeclaration<SharedConfig>;
47
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SharedConfig, never>;
48
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<SharedConfig>;
48
49
  }
49
50
 
50
51
  declare class AppComponent extends AppBaseComponent {
51
- static ɵfac: i0.ɵɵFactoryDeclaration<AppComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<AppComponent, "smart-mobilems-app", never, {}, {}, never, ["header", "footer"], true, never>;
52
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AppComponent, never>;
53
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AppComponent, "smart-mobilems-app", never, {}, {}, never, ["header", "footer"], true, never>;
53
54
  }
54
55
 
55
56
  declare class SharedModule {
56
57
  static forFeature(config: SharedConfig): ModuleWithProviders<SharedModule>;
57
58
  static forRoot(config: SharedConfig): ModuleWithProviders<SharedModule>;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
59
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.RouterModule, typeof AppComponent], [typeof AppComponent]>;
60
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
59
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SharedModule, never>;
60
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.RouterModule, typeof AppComponent], [typeof AppComponent]>;
61
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<SharedModule>;
61
62
  }
62
63
 
63
64
  declare class AuthStorageService {
@@ -66,8 +67,8 @@ declare class AuthStorageService {
66
67
  getUser(): IUser$1 | null;
67
68
  removeUser(): void;
68
69
  hasUser(): boolean;
69
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthStorageService, never>;
70
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthStorageService>;
70
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AuthStorageService, never>;
71
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AuthStorageService>;
71
72
  }
72
73
 
73
74
  declare class ConfigsService {
@@ -75,22 +76,22 @@ declare class ConfigsService {
75
76
  private readonly config;
76
77
  get(): Promise<Config>;
77
78
  getPage(id: number | 'home'): Promise<Page>;
78
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfigsService, never>;
79
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfigsService>;
79
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfigsService, never>;
80
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ConfigsService>;
80
81
  }
81
82
 
82
83
  declare class ContrastService {
83
84
  private readonly platformId;
84
85
  private readonly isBrowser;
85
- readonly isActive: i0.WritableSignal<boolean>;
86
+ readonly isActive: _angular_core.WritableSignal<boolean>;
86
87
  constructor();
87
88
  changeTheme(active: boolean): void;
88
89
  toggle(): void;
89
90
  private applyContrast;
90
91
  private setProperties;
91
92
  private removeProperties;
92
- static ɵfac: i0.ɵɵFactoryDeclaration<ContrastService, never>;
93
- static ɵprov: i0.ɵɵInjectableDeclaration<ContrastService>;
93
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContrastService, never>;
94
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ContrastService>;
94
95
  }
95
96
 
96
97
  interface IDictionaryItem {
@@ -111,8 +112,8 @@ declare class DictionaryService<T> {
111
112
  nodeId?: number;
112
113
  context?: string;
113
114
  }): Observable<IDictionaryItem[]>;
114
- static ɵfac: i0.ɵɵFactoryDeclaration<DictionaryService<any>, never>;
115
- static ɵprov: i0.ɵɵInjectableDeclaration<DictionaryService<any>>;
115
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DictionaryService<any>, never>;
116
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DictionaryService<any>>;
116
117
  }
117
118
 
118
119
  type FileUrlMode = 'cache' | 'big' | 'noCache';
@@ -122,19 +123,19 @@ declare class FileUrlService {
122
123
  private replaceExtensionIfCache;
123
124
  private getFileName;
124
125
  private getPath;
125
- static ɵfac: i0.ɵɵFactoryDeclaration<FileUrlService, never>;
126
- static ɵprov: i0.ɵɵInjectableDeclaration<FileUrlService>;
126
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileUrlService, never>;
127
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<FileUrlService>;
127
128
  }
128
129
 
129
130
  declare class GlobalService {
130
- readonly showHeader: i0.WritableSignal<boolean>;
131
- readonly showFooter: i0.WritableSignal<boolean>;
131
+ readonly showHeader: _angular_core.WritableSignal<boolean>;
132
+ readonly showFooter: _angular_core.WritableSignal<boolean>;
132
133
  setHeaderVisibility(visible: boolean): void;
133
134
  setFooterVisibility(visible: boolean): void;
134
135
  hexToRgb(hex: string): number[] | null;
135
136
  rgbToHex(r: number, g: number, b: number): string;
136
- static ɵfac: i0.ɵɵFactoryDeclaration<GlobalService, never>;
137
- static ɵprov: i0.ɵɵInjectableDeclaration<GlobalService>;
137
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<GlobalService, never>;
138
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<GlobalService>;
138
139
  }
139
140
 
140
141
  declare class MetaService {
@@ -163,8 +164,8 @@ declare class MetaService {
163
164
  private buildImageUrl;
164
165
  private removeHtmlTags;
165
166
  private getRouteTitle;
166
- static ɵfac: i0.ɵɵFactoryDeclaration<MetaService, never>;
167
- static ɵprov: i0.ɵɵInjectableDeclaration<MetaService>;
167
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetaService, never>;
168
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<MetaService>;
168
169
  }
169
170
 
170
171
  /**
@@ -211,8 +212,8 @@ declare class ModalService {
211
212
  * Closes all currently open modals.
212
213
  */
213
214
  closeAll(): void;
214
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
215
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
215
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ModalService, never>;
216
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ModalService>;
216
217
  }
217
218
 
218
219
  type SearchSource = 'objects' | 'publicCollections' | 'articles' | 'creators' | 'imprints';
@@ -235,7 +236,7 @@ declare class SearchService extends CrudSearchService {
235
236
  private readonly http;
236
237
  private _currentSearchText;
237
238
  private readonly config;
238
- searchText: i0.Signal<string>;
239
+ searchText: _angular_core.Signal<string>;
239
240
  constructor();
240
241
  get currentSearchText(): string;
241
242
  setFilter(val: Partial<ICrudFilter>): void;
@@ -244,8 +245,8 @@ declare class SearchService extends CrudSearchService {
244
245
  search(txt: string, data?: ISearchData): Observable<ISearchResults>;
245
246
  getFilterQuery(type: SearchSource, txt: string, data?: ISearchData): string;
246
247
  private getUrlsMap;
247
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, never>;
248
- static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
248
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchService, never>;
249
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<SearchService>;
249
250
  }
250
251
  declare function getSearchFilterQuery(type: SearchSource, txt: string, data?: ISearchData): string;
251
252
 
@@ -259,8 +260,8 @@ declare class SeoService {
259
260
  updateDescription(description: string): void;
260
261
  updateOgTags(title?: string, description?: string, image?: string, url?: string): void;
261
262
  private decodeHtml;
262
- static ɵfac: i0.ɵɵFactoryDeclaration<SeoService, never>;
263
- static ɵprov: i0.ɵɵInjectableDeclaration<SeoService>;
263
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SeoService, never>;
264
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<SeoService>;
264
265
  }
265
266
 
266
267
  declare class SettingsService {
@@ -270,16 +271,16 @@ declare class SettingsService {
270
271
  getBaseTitle(): string;
271
272
  getCanLink(): boolean;
272
273
  getMainLogo(): string;
273
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingsService, never>;
274
- static ɵprov: i0.ɵɵInjectableDeclaration<SettingsService>;
274
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SettingsService, never>;
275
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<SettingsService>;
275
276
  }
276
277
 
277
278
  declare class StyleService {
278
279
  private readonly smartStyleService;
279
280
  private readonly config;
280
281
  init(elementRef: ElementRef, customVariables?: Record<string, any>): void;
281
- static ɵfac: i0.ɵɵFactoryDeclaration<StyleService, never>;
282
- static ɵprov: i0.ɵɵInjectableDeclaration<StyleService>;
282
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StyleService, never>;
283
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<StyleService>;
283
284
  }
284
285
 
285
286
  interface ITranslationConfig {
@@ -289,18 +290,18 @@ declare class TranslationService {
289
290
  private readonly translateService;
290
291
  private readonly platformId;
291
292
  private readonly _config;
292
- readonly config: i0.Signal<ITranslationConfig>;
293
+ readonly config: _angular_core.Signal<ITranslationConfig>;
293
294
  readonly config$: Observable<{
294
295
  lang: string;
295
296
  }>;
296
- readonly currentLanguage: i0.Signal<string>;
297
+ readonly currentLanguage: _angular_core.Signal<string>;
297
298
  get(key: string, params?: any): string;
298
299
  init(defaultLang?: string, availableLangs?: string[]): Promise<void>;
299
300
  setLanguage(language: string): void;
300
301
  private save;
301
302
  private getInitialLanguage;
302
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, never>;
303
- static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
303
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TranslationService, never>;
304
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<TranslationService>;
304
305
  }
305
306
 
306
307
  type WcagContrast = 'high' | 'normal';
@@ -321,9 +322,9 @@ declare class WcagService {
321
322
  private readonly platformId;
322
323
  private readonly isBrowser;
323
324
  private readonly _config;
324
- readonly config: i0.Signal<IWcagConfig>;
325
- readonly wordSpacingValue: i0.Signal<number>;
326
- readonly letterSpacingValue: i0.Signal<number>;
325
+ readonly config: _angular_core.Signal<IWcagConfig>;
326
+ readonly wordSpacingValue: _angular_core.Signal<number>;
327
+ readonly letterSpacingValue: _angular_core.Signal<number>;
327
328
  constructor();
328
329
  init(): Promise<void>;
329
330
  setContrast(value: WcagContrast): void;
@@ -337,8 +338,8 @@ declare class WcagService {
337
338
  private save;
338
339
  private applyConfigToDOM;
339
340
  private announceChange;
340
- static ɵfac: i0.ɵɵFactoryDeclaration<WcagService, never>;
341
- static ɵprov: i0.ɵɵInjectableDeclaration<WcagService>;
341
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<WcagService, never>;
342
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<WcagService>;
342
343
  }
343
344
 
344
345
  declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudService<T> {
@@ -373,8 +374,8 @@ declare class QueryFilterService {
373
374
  declare const SERVICES: (typeof AuthStorageService | typeof ConfigsService | typeof ContrastService | typeof DictionaryService | typeof FileUrlService | typeof GlobalService | typeof TranslationService | typeof MetaService | typeof ModalService | typeof SearchService | typeof SeoService | typeof SettingsService | typeof StyleService | typeof WcagService | typeof ConfigsFacade)[];
374
375
 
375
376
  declare class PageComponent extends PageBaseComponent {
376
- static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
377
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageComponent, never, never, {}, {}, never, never, true, never>;
377
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageComponent, never>;
378
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PageComponent, never, never, {}, {}, never, never, true, never>;
378
379
  }
379
380
 
380
381
  type FilterType = string | string[] | MenuItem | MenuItem[] | undefined;
@@ -434,6 +435,8 @@ declare class FiltersContext<T extends IEntity<string>> extends BaseComponent {
434
435
  get cycles(): FilterType;
435
436
  set authors(val: FilterType);
436
437
  get authors(): FilterType;
438
+ set formFeature(val: FilterType);
439
+ get formFeature(): FilterType;
437
440
  set targetGroups(val: FilterType);
438
441
  get targetGroups(): FilterType;
439
442
  set template(val: FilterType);
@@ -442,12 +445,14 @@ declare class FiltersContext<T extends IEntity<string>> extends BaseComponent {
442
445
  get types(): FilterType;
443
446
  set extraNumbersValue(val: FilterType);
444
447
  get extraNumbersValue(): FilterType;
448
+ set inventoryNumber(val: FilterType);
449
+ get inventoryNumber(): FilterType;
445
450
  set filters(filters: Array<{
446
451
  val: FilterType;
447
452
  key: string;
448
453
  type: '=' | '!=' | '>=' | '<=' | '<' | '>';
449
454
  }> | undefined);
450
- totalCount: i0.Signal<number>;
455
+ totalCount: _angular_core.Signal<number>;
451
456
  constructor(facade: CrudFacade<T>);
452
457
  private refresh;
453
458
  private filterGet;
@@ -457,10 +462,10 @@ declare class FiltersContext<T extends IEntity<string>> extends BaseComponent {
457
462
  declare abstract class FiltersBaseComponent<T extends IEntity<string>> implements AfterContentInit {
458
463
  private facade;
459
464
  context?: FiltersContext<T>;
460
- contentTpl: i0.Signal<TemplateRef<unknown> | undefined>;
465
+ contentTpl: _angular_core.Signal<TemplateRef<unknown> | undefined>;
461
466
  ngAfterContentInit(): void;
462
- static ɵfac: i0.ɵɵFactoryDeclaration<FiltersBaseComponent<any>, never>;
463
- static ɵdir: i0.ɵɵDirectiveDeclaration<FiltersBaseComponent<any>, "smart-mobilems-filters", never, {}, {}, ["contentTpl"], never, true, never>;
467
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FiltersBaseComponent<any>, never>;
468
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FiltersBaseComponent<any>, "smart-mobilems-filters", never, {}, {}, ["contentTpl"], never, true, never>;
464
469
  }
465
470
 
466
471
  declare class ScrollTopComponent {
@@ -469,8 +474,147 @@ declare class ScrollTopComponent {
469
474
  constructor(document: Document);
470
475
  onWindowScroll(): void;
471
476
  scrollToTop(): void;
472
- static ɵfac: i0.ɵɵFactoryDeclaration<ScrollTopComponent, never>;
473
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollTopComponent, never, never, {}, {}, never, never, true, never>;
477
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollTopComponent, never>;
478
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScrollTopComponent, never, never, {}, {}, never, never, true, never>;
479
+ }
480
+
481
+ declare class PageSlide {
482
+ id: number;
483
+ title: string;
484
+ subTitle?: string;
485
+ textPosition: 'left' | 'right';
486
+ imageDesktop: string;
487
+ imageTablet: string;
488
+ imageMobile: string;
489
+ }
490
+ declare class SliderBaseComponent implements OnDestroy, OnInit {
491
+ private readonly fileUrlService;
492
+ readonly slides: _angular_core.InputSignal<PageSlide[]>;
493
+ readonly autoplayEnabled: _angular_core.WritableSignal<boolean>;
494
+ readonly windowWidth: _angular_core.WritableSignal<number>;
495
+ readonly slideImages: _angular_core.Signal<string[]>;
496
+ private readonly ngZone;
497
+ private resizeListener?;
498
+ private readonly swiperContainer;
499
+ private swiper?;
500
+ constructor();
501
+ ngOnInit(): void;
502
+ ngOnDestroy(): void;
503
+ toggleAutoplay(): void;
504
+ getImage(slide: PageSlide): string;
505
+ private initSwiper;
506
+ private recreateSwiper;
507
+ private createSwiper;
508
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SliderBaseComponent, never>;
509
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SliderBaseComponent, never, never, { "slides": { "alias": "slides"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
510
+ }
511
+
512
+ declare class SearchBaseComponent<SEARCH_PATH extends string | 'obiekty'> implements OnDestroy, OnInit {
513
+ private readonly route;
514
+ private readonly router;
515
+ private readonly service;
516
+ private readonly params;
517
+ text: _angular_core.WritableSignal<string>;
518
+ data: _angular_core.WritableSignal<any>;
519
+ tabs: _angular_core.WritableSignal<ITab[]>;
520
+ searchMap: {
521
+ fallbackId: string;
522
+ fallbackLabel: string;
523
+ fallbackProperty: string;
524
+ searchTabs: Array<{
525
+ id: string;
526
+ label: string;
527
+ property: string;
528
+ }>;
529
+ };
530
+ readonly activeTab: _angular_core.WritableSignal<SEARCH_PATH>;
531
+ constructor();
532
+ ngOnInit(): void;
533
+ ngOnDestroy(): void;
534
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchBaseComponent<any>, never>;
535
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SearchBaseComponent<any>, never, never, {}, {}, never, never, true, never>;
536
+ }
537
+
538
+ declare class MediaTabBaseComponent<MediaType> {
539
+ item: _angular_core.InputSignal<MsObject>;
540
+ formFeatureTypes: _angular_core.InputSignal<MsFileFromFeature[]>;
541
+ readonly models: _angular_core.Signal<MediaType[]>;
542
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MediaTabBaseComponent<any>, never>;
543
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<MediaTabBaseComponent<any>, never, never, { "item": { "alias": "item"; "required": true; "isSignal": true; }; "formFeatureTypes": { "alias": "formFeatureTypes"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
544
+ }
545
+
546
+ declare class GalleryFullscreenBaseComponent implements AfterViewInit, OnDestroy {
547
+ private readonly fileUrlService;
548
+ private readonly document;
549
+ private readonly ngZone;
550
+ readonly items: _angular_core.InputSignal<{
551
+ title?: string;
552
+ image?: MsFile;
553
+ file?: MsFile;
554
+ }[] | undefined>;
555
+ readonly alt: _angular_core.InputSignal<string>;
556
+ readonly id: _angular_core.InputSignal<string>;
557
+ readonly selectedIndex: _angular_core.ModelSignal<number>;
558
+ closeChange: _angular_core.OutputEmitterRef<void>;
559
+ private touchStartDistance;
560
+ private touchStartZoom;
561
+ private pinchStartClientX;
562
+ private pinchStartClientY;
563
+ private pinchStartTransformX;
564
+ private pinchStartTransformY;
565
+ readonly isPanning: _angular_core.WritableSignal<boolean>;
566
+ private panStartX;
567
+ private panStartY;
568
+ private panStartTransformX;
569
+ private panStartTransformY;
570
+ private touchStartedOnButton;
571
+ readonly canGoPrevious: _angular_core.Signal<boolean>;
572
+ readonly canGoNext: _angular_core.Signal<boolean | undefined>;
573
+ readonly fullscreenIndex: _angular_core.WritableSignal<number>;
574
+ readonly zoomLevel: _angular_core.WritableSignal<number>;
575
+ readonly rotation: _angular_core.WritableSignal<number>;
576
+ readonly transform: _angular_core.Signal<string>;
577
+ readonly imageTransform: _angular_core.WritableSignal<{
578
+ x: number;
579
+ y: number;
580
+ }>;
581
+ readonly isFullscreenLoading: _angular_core.WritableSignal<boolean>;
582
+ readonly fullscreenItem: _angular_core.Signal<{
583
+ title?: string;
584
+ image?: MsFile;
585
+ file?: MsFile;
586
+ } | null>;
587
+ private osdViewer;
588
+ private openseadragonModule;
589
+ readonly osdContainerId: _angular_core.Signal<string>;
590
+ constructor();
591
+ ngAfterViewInit(): void;
592
+ ngOnDestroy(): void;
593
+ initFullscreen(): Promise<void>;
594
+ onFullscreenImageLoad(): void;
595
+ startLoading(): void;
596
+ stopLoading(): void;
597
+ closeFullscreen(): void;
598
+ rotateRight(): void;
599
+ handleKeyboardEvent(event: KeyboardEvent): void;
600
+ handleTouchStart(event: TouchEvent): boolean;
601
+ handleTouchMove(event: TouchEvent): boolean;
602
+ handleTouchEnd(): void;
603
+ handleMouseDown(event: MouseEvent): false;
604
+ handleMouseMove(event: MouseEvent): false;
605
+ handleMouseUp(): void;
606
+ handleWheel(event: WheelEvent): false;
607
+ previousImage(): void;
608
+ nextImage(): void;
609
+ selectThumbnail(index: number): void;
610
+ zoomIn(): void;
611
+ zoomOut(): void;
612
+ resetZoom(): void;
613
+ downloadImage(): Promise<void>;
614
+ private loadOsdImage;
615
+ private getDistance;
616
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<GalleryFullscreenBaseComponent, never>;
617
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GalleryFullscreenBaseComponent, never, never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; }, { "selectedIndex": "selectedIndexChange"; "closeChange": "closeChange"; }, never, never, true, never>;
474
618
  }
475
619
 
476
620
  /**
@@ -481,11 +625,11 @@ declare class ModalContainerComponent {
481
625
  /**
482
626
  * Template to render inside the modal content area.
483
627
  */
484
- contentTemplate: i0.InputSignal<TemplateRef<any>>;
628
+ contentTemplate: _angular_core.InputSignal<TemplateRef<any>>;
485
629
  /**
486
630
  * Emits when backdrop is clicked or ESC key is pressed.
487
631
  */
488
- backdropClick: i0.OutputEmitterRef<void>;
632
+ backdropClick: _angular_core.OutputEmitterRef<void>;
489
633
  /**
490
634
  * Listens for ESC key press on document level.
491
635
  */
@@ -495,8 +639,8 @@ declare class ModalContainerComponent {
495
639
  * @param _event Mouse click event
496
640
  */
497
641
  onBackdropClick(_event: MouseEvent): void;
498
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
499
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "smart-mobilems-modal-container", never, { "contentTemplate": { "alias": "contentTemplate"; "required": true; "isSignal": true; }; }, { "backdropClick": "backdropClick"; }, never, never, true, never>;
642
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
643
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalContainerComponent, "smart-mobilems-modal-container", never, { "contentTemplate": { "alias": "contentTemplate"; "required": true; "isSignal": true; }; }, { "backdropClick": "backdropClick"; }, never, never, true, never>;
500
644
  }
501
645
 
502
646
  interface IFooterStaticPage {
@@ -516,17 +660,17 @@ interface IFooterConfig {
516
660
  }
517
661
  declare class FooterComponent {
518
662
  private configsFacade;
519
- readonly config: i0.Signal<_smartsoft001_mobilems_models.Config | null>;
520
- readonly currentYear: i0.Signal<number>;
521
- readonly staticPages: i0.Signal<IFooterStaticPage[]>;
522
- readonly hasStaticPages: i0.Signal<boolean>;
523
- readonly menuItems: i0.Signal<ConfigMenuItem[]>;
524
- readonly hasMenuItems: i0.Signal<boolean>;
663
+ readonly config: _angular_core.Signal<_smartsoft001_mobilems_models.Config | null>;
664
+ readonly currentYear: _angular_core.Signal<number>;
665
+ readonly staticPages: _angular_core.Signal<IFooterStaticPage[]>;
666
+ readonly hasStaticPages: _angular_core.Signal<boolean>;
667
+ readonly menuItems: _angular_core.Signal<ConfigMenuItem[]>;
668
+ readonly hasMenuItems: _angular_core.Signal<boolean>;
525
669
  getStaticPageById(id: number): IFooterStaticPage | undefined;
526
670
  getStaticPageTitle(id: number): string | undefined;
527
671
  updateConfig(_config: IFooterConfig): void;
528
- static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
529
- static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "smart-mobilems-footer", never, {}, {}, never, never, true, never>;
672
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FooterComponent, never>;
673
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FooterComponent, "smart-mobilems-footer", never, {}, {}, never, never, true, never>;
530
674
  }
531
675
 
532
676
  interface IHeaderUser {
@@ -548,13 +692,13 @@ declare class HeaderComponent {
548
692
  private configsFacade;
549
693
  private router;
550
694
  private platformId;
551
- readonly config: i0.Signal<dist_packages_shared_models_src.Config | null>;
552
- readonly isMobile: i0.Signal<boolean>;
553
- readonly showWcagConfig: i0.WritableSignal<boolean>;
554
- readonly showSearchPanel: i0.WritableSignal<boolean>;
555
- readonly user: i0.WritableSignal<IHeaderUser | null>;
556
- readonly localCollectionCount: i0.WritableSignal<number>;
557
- readonly headerConfig: i0.Signal<{
695
+ readonly config: _angular_core.Signal<dist_packages_shared_models_src.Config | null>;
696
+ readonly isMobile: _angular_core.Signal<boolean>;
697
+ readonly showWcagConfig: _angular_core.WritableSignal<boolean>;
698
+ readonly showSearchPanel: _angular_core.WritableSignal<boolean>;
699
+ readonly user: _angular_core.WritableSignal<IHeaderUser | null>;
700
+ readonly localCollectionCount: _angular_core.WritableSignal<number>;
701
+ readonly headerConfig: _angular_core.Signal<{
558
702
  header?: {
559
703
  showWcagConfig?: boolean;
560
704
  showSearch?: boolean;
@@ -563,11 +707,11 @@ declare class HeaderComponent {
563
707
  showUserAccount?: boolean;
564
708
  };
565
709
  }>;
566
- readonly isWcagVisible: i0.Signal<boolean>;
567
- readonly isSearchVisible: i0.Signal<boolean>;
568
- readonly isLocalCollectionVisible: i0.Signal<boolean>;
569
- readonly isLanguageSelectorVisible: i0.Signal<boolean>;
570
- readonly isUserAccountVisible: i0.Signal<boolean>;
710
+ readonly isWcagVisible: _angular_core.Signal<boolean>;
711
+ readonly isSearchVisible: _angular_core.Signal<boolean>;
712
+ readonly isLocalCollectionVisible: _angular_core.Signal<boolean>;
713
+ readonly isLanguageSelectorVisible: _angular_core.Signal<boolean>;
714
+ readonly isUserAccountVisible: _angular_core.Signal<boolean>;
571
715
  toggleWcagConfig(): void;
572
716
  toggleSearchPanel(): void;
573
717
  onWcagCloseButtonEvent(closed: boolean): void;
@@ -580,18 +724,18 @@ declare class HeaderComponent {
580
724
  getUser(): IHeaderUser | null;
581
725
  getLocalCollectionCount(): number;
582
726
  updateConfig(): void;
583
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
584
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "smart-mobilems-header", never, {}, {}, never, never, true, never>;
727
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HeaderComponent, never>;
728
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<HeaderComponent, "smart-mobilems-header", never, {}, {}, never, never, true, never>;
585
729
  }
586
730
 
587
731
  declare class MasonryGridComponent {
588
- list: i0.InputSignal<unknown[] | undefined>;
589
- options: i0.InputSignal<MasonryOptions>;
590
- classes: i0.InputSignal<string | string[]>;
732
+ list: _angular_core.InputSignal<unknown[] | undefined>;
733
+ options: _angular_core.InputSignal<MasonryOptions>;
734
+ classes: _angular_core.InputSignal<string | string[]>;
591
735
  private masonryInstance?;
592
736
  private masonryGridRef;
593
- masonryContentTpl: i0.Signal<TemplateRef<unknown> | undefined>;
594
- masonryReady: i0.WritableSignal<boolean>;
737
+ masonryContentTpl: _angular_core.Signal<TemplateRef<unknown> | undefined>;
738
+ masonryReady: _angular_core.WritableSignal<boolean>;
595
739
  private masonry;
596
740
  private defaultOptions;
597
741
  constructor();
@@ -599,8 +743,8 @@ declare class MasonryGridComponent {
599
743
  destroyMasonry(): void;
600
744
  private waitForImagesToLoad;
601
745
  private layoutMasonry;
602
- static ɵfac: i0.ɵɵFactoryDeclaration<MasonryGridComponent, never>;
603
- static ɵcmp: i0.ɵɵComponentDeclaration<MasonryGridComponent, "smart-mobilems-masonry-grid", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "classes": { "alias": "classes"; "required": false; "isSignal": true; }; }, {}, ["masonryContentTpl"], never, true, never>;
746
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MasonryGridComponent, never>;
747
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MasonryGridComponent, "smart-mobilems-masonry-grid", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "classes": { "alias": "classes"; "required": false; "isSignal": true; }; }, {}, ["masonryContentTpl"], never, true, never>;
604
748
  }
605
749
 
606
750
  interface IMenuItem {
@@ -622,17 +766,17 @@ declare class MenuComponent {
622
766
  private configsFacade;
623
767
  private router;
624
768
  private platformId;
625
- readonly menuItems: i0.InputSignal<IMenuItem[]>;
626
- readonly searchEnabled: i0.InputSignal<boolean>;
627
- readonly config: i0.Signal<dist_packages_shared_models_src.Config | null>;
628
- readonly menuConfig: i0.Signal<{
769
+ readonly menuItems: _angular_core.InputSignal<IMenuItem[]>;
770
+ readonly searchEnabled: _angular_core.InputSignal<boolean>;
771
+ readonly config: _angular_core.Signal<dist_packages_shared_models_src.Config | null>;
772
+ readonly menuConfig: _angular_core.Signal<{
629
773
  menu?: {
630
774
  enabled?: boolean;
631
775
  mobileBreakpoint?: number;
632
776
  };
633
777
  }>;
634
- readonly mobileBreakpoint: i0.Signal<number>;
635
- readonly isMobileMenu: i0.Signal<boolean>;
778
+ readonly mobileBreakpoint: _angular_core.Signal<number>;
779
+ readonly isMobileMenu: _angular_core.Signal<boolean>;
636
780
  private _menuOpenState;
637
781
  toggleMenu(): void;
638
782
  closeMenu(): void;
@@ -640,8 +784,8 @@ declare class MenuComponent {
640
784
  isRouteActive(route: string): boolean;
641
785
  getMenuItemTitle(item: IMenuItem): string;
642
786
  getMenuItemAriaLabel(item: IMenuItem): string;
643
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
644
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "smart-mobilems-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "searchEnabled": { "alias": "searchEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
787
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuComponent, never>;
788
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuComponent, "smart-mobilems-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "searchEnabled": { "alias": "searchEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
645
789
  }
646
790
 
647
791
  type ArticlesWidgetComponentsToken = {
@@ -649,25 +793,25 @@ type ArticlesWidgetComponentsToken = {
649
793
  };
650
794
  declare const ARTICLES_WIDGET_COMPONENTS_TOKEN: InjectionToken<ArticlesWidgetComponentsToken>;
651
795
  declare class WidgetComponent {
652
- item: i0.InputSignal<ArticleWidget>;
796
+ item: _angular_core.InputSignal<ArticleWidget>;
653
797
  extendMap: ArticlesWidgetComponentsToken | null;
654
- component: i0.Signal<any>;
655
- inputs: i0.Signal<{
798
+ component: _angular_core.Signal<any>;
799
+ inputs: _angular_core.Signal<{
656
800
  item: ArticleWidget;
657
801
  }>;
658
- static ɵfac: i0.ɵɵFactoryDeclaration<WidgetComponent, never>;
659
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetComponent, "smart-widget", never, { "item": { "alias": "item"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
802
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetComponent, never>;
803
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<WidgetComponent, "smart-widget", never, { "item": { "alias": "item"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
660
804
  }
661
805
 
662
806
  declare class WidgetBaseComponent<T extends IArticleWidget> {
663
- item: i0.InputSignal<T | undefined>;
664
- static ɵfac: i0.ɵɵFactoryDeclaration<WidgetBaseComponent<any>, never>;
665
- static ɵdir: i0.ɵɵDirectiveDeclaration<WidgetBaseComponent<any>, never, never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
807
+ item: _angular_core.InputSignal<T | undefined>;
808
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetBaseComponent<any>, never>;
809
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<WidgetBaseComponent<any>, never, never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
666
810
  }
667
811
 
668
812
  declare class WidgetTextComponent extends WidgetBaseComponent<IArticleWidgetText> {
669
- static ɵfac: i0.ɵɵFactoryDeclaration<WidgetTextComponent, never>;
670
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetTextComponent, "smart-widget-text", never, {}, {}, never, never, true, never>;
813
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetTextComponent, never>;
814
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<WidgetTextComponent, "smart-widget-text", never, {}, {}, never, never, true, never>;
671
815
  }
672
816
 
673
817
  declare const COMPONENTS: (typeof AppComponent)[];
@@ -921,8 +1065,8 @@ declare class HoverDirective {
921
1065
  * Removes the "hover" class when the mouse leaves the element
922
1066
  */
923
1067
  onMouseLeave(): void;
924
- static ɵfac: i0.ɵɵFactoryDeclaration<HoverDirective, never>;
925
- static ɵdir: i0.ɵɵDirectiveDeclaration<HoverDirective, "[smartHover]", never, {}, {}, never, never, true, never>;
1068
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HoverDirective, never>;
1069
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HoverDirective, "[smartHover]", never, {}, {}, never, never, true, never>;
926
1070
  }
927
1071
 
928
1072
  /**
@@ -945,19 +1089,19 @@ declare class ScrollableDirective implements OnInit {
945
1089
  * The number of pixels to scroll per unit when using scroll methods.
946
1090
  * Can be updated dynamically to change scroll behavior.
947
1091
  */
948
- readonly scrollUnit: i0.InputSignal<number>;
1092
+ readonly scrollUnit: _angular_core.InputSignal<number>;
949
1093
  /** Indicates if the container can scroll further to the right */
950
- canScrollEndHorizontal: i0.WritableSignal<boolean>;
1094
+ canScrollEndHorizontal: _angular_core.WritableSignal<boolean>;
951
1095
  /** Indicates if the container can scroll further to the left */
952
- canScrollStartHorizontal: i0.WritableSignal<boolean>;
1096
+ canScrollStartHorizontal: _angular_core.WritableSignal<boolean>;
953
1097
  /** Indicates if the container can scroll further down */
954
- canScrollEndVertical: i0.WritableSignal<boolean>;
1098
+ canScrollEndVertical: _angular_core.WritableSignal<boolean>;
955
1099
  /** Indicates if the container can scroll further up */
956
- canScrollStartVertical: i0.WritableSignal<boolean>;
1100
+ canScrollStartVertical: _angular_core.WritableSignal<boolean>;
957
1101
  /** Current horizontal scroll position */
958
- scrollLeftPosition: i0.WritableSignal<number>;
1102
+ scrollLeftPosition: _angular_core.WritableSignal<number>;
959
1103
  /** Current vertical scroll position */
960
- scrollTopPosition: i0.WritableSignal<number>;
1104
+ scrollTopPosition: _angular_core.WritableSignal<number>;
961
1105
  constructor();
962
1106
  ngOnInit(): void;
963
1107
  /**
@@ -982,8 +1126,8 @@ declare class ScrollableDirective implements OnInit {
982
1126
  * Adds window resize listener to recalculate overflow on resize
983
1127
  */
984
1128
  private addResizeListener;
985
- static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableDirective, never>;
986
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollableDirective, "[smartScrollable]", ["smartScrollable"], { "scrollUnit": { "alias": "scrollUnit"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
1129
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollableDirective, never>;
1130
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScrollableDirective, "[smartScrollable]", ["smartScrollable"], { "scrollUnit": { "alias": "scrollUnit"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
987
1131
  }
988
1132
 
989
1133
  /**
@@ -1050,18 +1194,18 @@ declare class ClickOutsideDirective {
1050
1194
  * Controls whether the directive responds to click events.
1051
1195
  * When false, no outside clicks are detected.
1052
1196
  */
1053
- readonly isActive: i0.InputSignal<boolean>;
1197
+ readonly isActive: _angular_core.InputSignal<boolean>;
1054
1198
  /**
1055
1199
  * Emits when a click outside the element is detected while isActive is true.
1056
1200
  */
1057
- readonly smartClickOutside: i0.OutputEmitterRef<ClickOutsideEvent>;
1201
+ readonly smartClickOutside: _angular_core.OutputEmitterRef<ClickOutsideEvent>;
1058
1202
  private readonly clickEffect;
1059
1203
  /**
1060
1204
  * Handles document click events and checks if the click was outside the element.
1061
1205
  */
1062
1206
  onClick(event: MouseEvent | null): void;
1063
- static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
1064
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[smartClickOutside]", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "smartClickOutside": "smartClickOutside"; }, never, never, true, never>;
1207
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
1208
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[smartClickOutside]", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "smartClickOutside": "smartClickOutside"; }, never, never, true, never>;
1065
1209
  }
1066
1210
 
1067
1211
  declare const DIRECTIVES: never[];
@@ -1074,13 +1218,13 @@ declare abstract class HomeComponent implements OnInit, AfterViewInit {
1074
1218
  private readonly seoService;
1075
1219
  private readonly translateService;
1076
1220
  private configsFacade;
1077
- slides: i0.WritableSignal<PageSlide[]>;
1221
+ slides: _angular_core.WritableSignal<PageSlide$1[]>;
1078
1222
  ngOnInit(): Promise<void>;
1079
1223
  ngAfterViewInit(): Promise<void>;
1080
1224
  protected setTitle(): void;
1081
1225
  private initSlides;
1082
- static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
1083
- static ɵdir: i0.ɵɵDirectiveDeclaration<HomeComponent, never, never, {}, {}, never, never, true, never>;
1226
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HomeComponent, never>;
1227
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HomeComponent, never, never, {}, {}, never, never, true, never>;
1084
1228
  }
1085
1229
 
1086
1230
  declare abstract class NotFoundComponent implements OnInit {
@@ -1088,8 +1232,8 @@ declare abstract class NotFoundComponent implements OnInit {
1088
1232
  private readonly translateService;
1089
1233
  ngOnInit(): Promise<void>;
1090
1234
  protected setTitle(): void;
1091
- static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
1092
- static ɵdir: i0.ɵɵDirectiveDeclaration<NotFoundComponent, never, never, {}, {}, never, never, true, never>;
1235
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotFoundComponent, never>;
1236
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NotFoundComponent, never, never, {}, {}, never, never, true, never>;
1093
1237
  }
1094
1238
 
1095
1239
  declare abstract class PageStaticComponent {
@@ -1097,16 +1241,16 @@ declare abstract class PageStaticComponent {
1097
1241
  protected readonly route: ActivatedRoute;
1098
1242
  protected readonly seoService: SeoService;
1099
1243
  protected readonly translateService: TranslateService;
1100
- protected readonly params: i0.Signal<i1.Params | undefined>;
1244
+ protected readonly params: _angular_core.Signal<i1.Params | undefined>;
1101
1245
  config: _smartsoft001_mobilems_models.Config | null;
1102
- data: i0.WritableSignal<Page | null>;
1103
- loading: i0.WritableSignal<boolean>;
1246
+ data: _angular_core.WritableSignal<Page | null>;
1247
+ loading: _angular_core.WritableSignal<boolean>;
1104
1248
  constructor();
1105
1249
  loadData(id: number): Promise<void>;
1106
1250
  protected setTitle(): void;
1107
- static ɵfac: i0.ɵɵFactoryDeclaration<PageStaticComponent, never>;
1108
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageStaticComponent, never, never, {}, {}, never, never, true, never>;
1251
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageStaticComponent, never>;
1252
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PageStaticComponent, never, never, {}, {}, never, never, true, never>;
1109
1253
  }
1110
1254
 
1111
- export { ARTICLES_WIDGET_COMPONENTS_TOKEN, AppComponent, AuthStorageService, COMPONENTS, ClickOutsideDirective, ConfigsFacade, ConfigsService, ContrastService, CrudBaseService, DIRECTIVES, DictionaryService, FileUrlService, FiltersBaseComponent, FiltersContext, FooterComponent, GameType, GlobalService, HeaderComponent, HomeComponent, HoverDirective, ImageBox, ListMode, MasonryGridComponent, MenuComponent, MetaService, ModalContainerComponent, ModalRef, ModalService, NotFoundComponent, PageComponent, PageStaticComponent, QueryFilterService, SEARCH_CONFIG_TOKEN, SERVICES, ScrollTopComponent, ScrollableDirective, SearchService, SeoService, SettingsService, SharedConfig, SharedModule, StyleService, TRANSLATE_DATA_PL, TranslationService, WcagService, WidgetBaseComponent, WidgetComponent, WidgetTextComponent, authenticationGuard, environment, getSearchFilterQuery, setTranslationsAndLang, unauthorizedGuard };
1255
+ export { ARTICLES_WIDGET_COMPONENTS_TOKEN, AppComponent, AuthStorageService, COMPONENTS, ClickOutsideDirective, ConfigsFacade, ConfigsService, ContrastService, CrudBaseService, DIRECTIVES, DictionaryService, FileUrlService, FiltersBaseComponent, FiltersContext, FooterComponent, GalleryFullscreenBaseComponent, GameType, GlobalService, HeaderComponent, HomeComponent, HoverDirective, ImageBox, ListMode, MasonryGridComponent, MediaTabBaseComponent, MenuComponent, MetaService, ModalContainerComponent, ModalRef, ModalService, NotFoundComponent, PageComponent, PageSlide, PageStaticComponent, QueryFilterService, SEARCH_CONFIG_TOKEN, SERVICES, ScrollTopComponent, ScrollableDirective, SearchBaseComponent, SearchService, SeoService, SettingsService, SharedConfig, SharedModule, SliderBaseComponent, StyleService, TRANSLATE_DATA_PL, TranslationService, WcagService, WidgetBaseComponent, WidgetComponent, WidgetTextComponent, authenticationGuard, environment, getSearchFilterQuery, setTranslationsAndLang, unauthorizedGuard };
1112
1256
  export type { ArticlesWidgetComponentsToken, ChangePasswordErrorMessage, ClickOutsideEvent, FileUrlMode, FilterType, ForgotPasswordErrorMessage, IAudio, IDictionaryItem, IErrorMessages, IFilterItem, IFilterOne, IFooterConfig, IFooterStaticPage, IGame, IGameAnswer, IGameMemoConfig, IGamePuzzleConfig, IGameQuestion, IGameQuizConfig, IHeaderConfig, IHeaderUser, IImages, ILoginResponse, IMenuConfig, IMenuItem, IObjectGallery, IObjectGalleryItem, IObjectGallerySingleObject, IQuickMenu, ISearchConfig, ISearchData, ISearchResults, ISingleObjectMultimedia, ITranslateData, ITranslationConfig, IUser, IUserInfo, IUserModify, IUserQuery, IUserQueryList, IUserRegister, IVideo, IWcagConfig, ModifyUserErrorMessage, RegisterErrorMessage, SearchQuery, SearchSource, WcagChangeType, WcagContrast, WcagGrayscale, WcagLetterSpacing, WcagText, WcagWordSpacing };