@smartsoft001-mobilems/angular 2.77.0 → 2.79.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/index.d.ts
CHANGED
|
@@ -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
|
|
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';
|
|
@@ -12,6 +12,7 @@ import { MetaDefinition } from '@angular/platform-browser';
|
|
|
12
12
|
import { CrudSearchService, ICrudFilter, CrudService, ICrudFilterQueryItem, CrudFacade } from '@smartsoft001/crud-shell-angular';
|
|
13
13
|
import * as dist_packages_shared_models_src from 'dist/packages/shared/models/src';
|
|
14
14
|
import { IEntity } from '@smartsoft001/domain-core';
|
|
15
|
+
import { MsObject } from '@smartsoft001-mobilems/objects-domain';
|
|
15
16
|
import { MasonryOptions } from '@thisissoon/angular-masonry';
|
|
16
17
|
|
|
17
18
|
declare function setTranslationsAndLang(service: TranslateService): void;
|
|
@@ -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:
|
|
38
|
-
static ɵprov:
|
|
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:
|
|
47
|
-
static ɵprov:
|
|
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:
|
|
52
|
-
static ɵcmp:
|
|
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:
|
|
59
|
-
static ɵmod:
|
|
60
|
-
static ɵinj:
|
|
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:
|
|
70
|
-
static ɵprov:
|
|
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:
|
|
79
|
-
static ɵprov:
|
|
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:
|
|
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:
|
|
93
|
-
static ɵprov:
|
|
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:
|
|
115
|
-
static ɵprov:
|
|
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:
|
|
126
|
-
static ɵprov:
|
|
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:
|
|
131
|
-
readonly showFooter:
|
|
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:
|
|
137
|
-
static ɵprov:
|
|
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:
|
|
167
|
-
static ɵprov:
|
|
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:
|
|
215
|
-
static ɵprov:
|
|
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:
|
|
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:
|
|
248
|
-
static ɵprov:
|
|
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:
|
|
263
|
-
static ɵprov:
|
|
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:
|
|
274
|
-
static ɵprov:
|
|
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:
|
|
282
|
-
static ɵprov:
|
|
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:
|
|
293
|
+
readonly config: _angular_core.Signal<ITranslationConfig>;
|
|
293
294
|
readonly config$: Observable<{
|
|
294
295
|
lang: string;
|
|
295
296
|
}>;
|
|
296
|
-
readonly currentLanguage:
|
|
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:
|
|
303
|
-
static ɵprov:
|
|
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:
|
|
325
|
-
readonly wordSpacingValue:
|
|
326
|
-
readonly letterSpacingValue:
|
|
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:
|
|
341
|
-
static ɵprov:
|
|
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:
|
|
377
|
-
static ɵdir:
|
|
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:
|
|
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:
|
|
465
|
+
contentTpl: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
461
466
|
ngAfterContentInit(): void;
|
|
462
|
-
static ɵfac:
|
|
463
|
-
static ɵdir:
|
|
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:
|
|
473
|
-
static ɵdir:
|
|
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:
|
|
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:
|
|
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:
|
|
499
|
-
static ɵcmp:
|
|
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:
|
|
520
|
-
readonly currentYear:
|
|
521
|
-
readonly staticPages:
|
|
522
|
-
readonly hasStaticPages:
|
|
523
|
-
readonly menuItems:
|
|
524
|
-
readonly hasMenuItems:
|
|
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:
|
|
529
|
-
static ɵcmp:
|
|
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:
|
|
552
|
-
readonly isMobile:
|
|
553
|
-
readonly showWcagConfig:
|
|
554
|
-
readonly showSearchPanel:
|
|
555
|
-
readonly user:
|
|
556
|
-
readonly localCollectionCount:
|
|
557
|
-
readonly headerConfig:
|
|
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:
|
|
567
|
-
readonly isSearchVisible:
|
|
568
|
-
readonly isLocalCollectionVisible:
|
|
569
|
-
readonly isLanguageSelectorVisible:
|
|
570
|
-
readonly isUserAccountVisible:
|
|
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:
|
|
584
|
-
static ɵcmp:
|
|
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:
|
|
589
|
-
options:
|
|
590
|
-
classes:
|
|
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:
|
|
594
|
-
masonryReady:
|
|
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:
|
|
603
|
-
static ɵcmp:
|
|
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:
|
|
626
|
-
readonly searchEnabled:
|
|
627
|
-
readonly config:
|
|
628
|
-
readonly menuConfig:
|
|
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:
|
|
635
|
-
readonly isMobileMenu:
|
|
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:
|
|
644
|
-
static ɵcmp:
|
|
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:
|
|
796
|
+
item: _angular_core.InputSignal<ArticleWidget>;
|
|
653
797
|
extendMap: ArticlesWidgetComponentsToken | null;
|
|
654
|
-
component:
|
|
655
|
-
inputs:
|
|
798
|
+
component: _angular_core.Signal<any>;
|
|
799
|
+
inputs: _angular_core.Signal<{
|
|
656
800
|
item: ArticleWidget;
|
|
657
801
|
}>;
|
|
658
|
-
static ɵfac:
|
|
659
|
-
static ɵcmp:
|
|
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:
|
|
664
|
-
static ɵfac:
|
|
665
|
-
static ɵdir:
|
|
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:
|
|
670
|
-
static ɵcmp:
|
|
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:
|
|
925
|
-
static ɵdir:
|
|
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:
|
|
1092
|
+
readonly scrollUnit: _angular_core.InputSignal<number>;
|
|
949
1093
|
/** Indicates if the container can scroll further to the right */
|
|
950
|
-
canScrollEndHorizontal:
|
|
1094
|
+
canScrollEndHorizontal: _angular_core.WritableSignal<boolean>;
|
|
951
1095
|
/** Indicates if the container can scroll further to the left */
|
|
952
|
-
canScrollStartHorizontal:
|
|
1096
|
+
canScrollStartHorizontal: _angular_core.WritableSignal<boolean>;
|
|
953
1097
|
/** Indicates if the container can scroll further down */
|
|
954
|
-
canScrollEndVertical:
|
|
1098
|
+
canScrollEndVertical: _angular_core.WritableSignal<boolean>;
|
|
955
1099
|
/** Indicates if the container can scroll further up */
|
|
956
|
-
canScrollStartVertical:
|
|
1100
|
+
canScrollStartVertical: _angular_core.WritableSignal<boolean>;
|
|
957
1101
|
/** Current horizontal scroll position */
|
|
958
|
-
scrollLeftPosition:
|
|
1102
|
+
scrollLeftPosition: _angular_core.WritableSignal<number>;
|
|
959
1103
|
/** Current vertical scroll position */
|
|
960
|
-
scrollTopPosition:
|
|
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:
|
|
986
|
-
static ɵdir:
|
|
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:
|
|
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:
|
|
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:
|
|
1064
|
-
static ɵdir:
|
|
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:
|
|
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:
|
|
1083
|
-
static ɵdir:
|
|
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:
|
|
1092
|
-
static ɵdir:
|
|
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:
|
|
1244
|
+
protected readonly params: _angular_core.Signal<i1.Params | undefined>;
|
|
1101
1245
|
config: _smartsoft001_mobilems_models.Config | null;
|
|
1102
|
-
data:
|
|
1103
|
-
loading:
|
|
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:
|
|
1108
|
-
static ɵdir:
|
|
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 };
|