@ngx-smz/core 21.1.2 → 21.1.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/fesm2022/ngx-smz-core.mjs +353 -837
- package/fesm2022/ngx-smz-core.mjs.map +1 -1
- package/package.json +1 -5
- package/resources/assets/images/asset-access.svg +46 -0
- package/resources/assets/images/asset-error.svg +74 -0
- package/resources/assets/scss/dialogs/smz-general-styles.scss +1 -1
- package/types/ngx-smz-core.d.ts +132 -185
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs +0 -413
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs.map +0 -1
- package/types/ngx-smz-core-src-lib-modules-prime-overlaypanel.d.ts +0 -80
package/types/ngx-smz-core.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { WritableSignal, InjectionToken, EnvironmentProviders, Type, ComponentRef, OnInit, AfterViewInit, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, Renderer2, AfterContentInit, QueryList, TemplateRef, NgZone, AnimationCallbackEvent, OnChanges, SimpleChanges, PipeTransform, ViewContainerRef, Injector, ModuleWithProviders, ComponentFactoryResolver, ApplicationRef,
|
|
2
|
+
import { WritableSignal, InjectionToken, EnvironmentProviders, Type, ComponentRef, OnInit, AfterViewInit, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, Renderer2, Signal, AfterContentInit, QueryList, TemplateRef, NgZone, AnimationCallbackEvent, OnChanges, SimpleChanges, PipeTransform, ViewContainerRef, Injector, ModuleWithProviders, ComponentFactoryResolver, ApplicationRef, InjectableType, ɵDirectiveType as _DirectiveType, ɵComponentType as _ComponentType, DoCheck } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { BehaviorSubject, Subscription, Observable, MonoTypeOperatorFunction } from 'rxjs';
|
|
5
5
|
import * as i3$2 from '@angular/forms';
|
|
6
6
|
import { UntypedFormGroup, NgModel, NgControl, ValidatorFn, AsyncValidator, AbstractControl, ControlValueAccessor, Validators, FormControl, UntypedFormControl, UntypedFormBuilder, ValidationErrors } from '@angular/forms';
|
|
7
7
|
import * as i2 from '@angular/common';
|
|
8
8
|
import { NgStyle, Location } from '@angular/common';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i41 from 'primeng/select';
|
|
10
10
|
import { SelectChangeEvent } from 'primeng/select';
|
|
11
11
|
import * as i3$1 from 'primeng/api';
|
|
12
|
-
import { TreeNode, MenuItem, MessageService, FilterMetadata,
|
|
12
|
+
import { TreeNode, MenuItem, MessageService, FilterMetadata, PrimeTemplate, BlockableUI, SortMeta, OverlayService, ScrollerOptions, FilterService, SelectItem, Translation } from 'primeng/api';
|
|
13
13
|
import * as i2$1 from 'primeng/ripple';
|
|
14
14
|
import * as i3 from 'primeng/progressbar';
|
|
15
15
|
import * as _ngxs_store from '@ngxs/store';
|
|
@@ -19,37 +19,37 @@ import * as i12 from 'primeng/dialog';
|
|
|
19
19
|
import * as i20 from 'primeng/table';
|
|
20
20
|
import { Table as Table$1, ColumnFilter as ColumnFilter$1 } from 'primeng/table';
|
|
21
21
|
import * as i6 from 'primeng/button';
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
22
|
+
import * as i57 from 'primeng/message';
|
|
23
|
+
import * as i16 from 'primeng/progressspinner';
|
|
24
|
+
import * as i7 from 'primeng/listbox';
|
|
25
25
|
import { ListboxClickEvent, Listbox } from 'primeng/listbox';
|
|
26
|
-
import * as
|
|
26
|
+
import * as i8 from 'primeng/popover';
|
|
27
27
|
import { Popover } from 'primeng/popover';
|
|
28
28
|
import { AutoCompleteCompleteEvent } from 'primeng/autocomplete';
|
|
29
29
|
import * as i24 from 'primeng/multiselect';
|
|
30
30
|
import { MultiSelectChangeEvent } from 'primeng/multiselect';
|
|
31
|
-
import * as
|
|
31
|
+
import * as i54 from 'primeng/radiobutton';
|
|
32
32
|
import { RadioButtonClickEvent } from 'primeng/radiobutton';
|
|
33
33
|
import * as _ngx_smz_core from '@ngx-smz/core';
|
|
34
34
|
import { DynamicDialogRef as DynamicDialogRef$1, DynamicDialogConfig as DynamicDialogConfig$1 } from 'primeng/dynamicdialog';
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
35
|
+
import * as i37 from 'primeng/datepicker';
|
|
36
|
+
import * as i38 from 'primeng/checkbox';
|
|
37
|
+
import * as i40 from 'primeng/colorpicker';
|
|
38
|
+
import * as i42 from 'primeng/fileupload';
|
|
39
|
+
import * as i45 from 'primeng/inputmask';
|
|
40
|
+
import * as i46 from 'primeng/inputnumber';
|
|
41
41
|
import * as i8$1 from 'primeng/toggleswitch';
|
|
42
42
|
import * as i3$3 from 'primeng/textarea';
|
|
43
43
|
import * as i9 from 'primeng/inputtext';
|
|
44
|
-
import * as
|
|
45
|
-
import * as
|
|
44
|
+
import * as i53 from 'primeng/password';
|
|
45
|
+
import * as i22 from 'primeng/tooltip';
|
|
46
46
|
import { Tooltip } from 'primeng/tooltip';
|
|
47
47
|
import * as _angular_platform_browser from '@angular/platform-browser';
|
|
48
48
|
import { DomSanitizer, SafeHtml, SafeResourceUrl, Title } from '@angular/platform-browser';
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
49
|
+
import * as i62 from 'primeng/autofocus';
|
|
50
|
+
import * as i63 from 'primeng/treeselect';
|
|
51
51
|
import { AnimationEvent } from '@angular/animations';
|
|
52
|
-
import * as
|
|
52
|
+
import * as i21 from 'primeng/toolbar';
|
|
53
53
|
import { HttpHeaders, HttpClient, HttpErrorResponse } from '@angular/common/http';
|
|
54
54
|
import { Scroller } from 'primeng/scroller';
|
|
55
55
|
import { PrimeNG } from 'primeng/config';
|
|
@@ -60,7 +60,7 @@ import * as i38$1 from 'primeng/togglebutton';
|
|
|
60
60
|
import * as i17 from 'primeng/iconfield';
|
|
61
61
|
import * as i18 from 'primeng/inputicon';
|
|
62
62
|
import * as i18$1 from 'primeng/badge';
|
|
63
|
-
import * as i7 from 'primeng/selectbutton';
|
|
63
|
+
import * as i7$1 from 'primeng/selectbutton';
|
|
64
64
|
import { Chart, LayoutPosition, Color, LinearScaleOptions, ChartDataset, PointStyle } from 'chart.js';
|
|
65
65
|
import { TreeTable } from 'primeng/treetable';
|
|
66
66
|
import * as i10 from 'primeng/picklist';
|
|
@@ -72,10 +72,11 @@ import * as i2$2 from '@angular/cdk/layout';
|
|
|
72
72
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
73
73
|
import * as i3$5 from 'primeng/dock';
|
|
74
74
|
import * as i4 from 'primeng/blockui';
|
|
75
|
+
import * as i9$1 from 'primeng/toast';
|
|
75
76
|
import * as i3$6 from 'primeng/drawer';
|
|
76
77
|
import * as i12$1 from 'primeng/tree';
|
|
77
78
|
import { Tree, TreeNodeUnSelectEvent, TreeNodeSelectEvent, TreeNodeExpandEvent, TreeNodeCollapseEvent, TreeNodeDropEvent } from 'primeng/tree';
|
|
78
|
-
import * as i16 from 'primeng/menu';
|
|
79
|
+
import * as i16$1 from 'primeng/menu';
|
|
79
80
|
import { Menu as Menu$1 } from 'primeng/menu';
|
|
80
81
|
import * as i11 from 'primeng/contextmenu';
|
|
81
82
|
import * as i19 from 'primeng/dataview';
|
|
@@ -512,11 +513,30 @@ declare class SmzFormsManagerService {
|
|
|
512
513
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmzFormsManagerService>;
|
|
513
514
|
}
|
|
514
515
|
|
|
516
|
+
declare class SmzFormValidationMessagesService {
|
|
517
|
+
private form;
|
|
518
|
+
private subscriptions;
|
|
519
|
+
private readonly controlToPropertyName;
|
|
520
|
+
private readonly validationMessagesByPropertyName;
|
|
521
|
+
private readonly messagesByPropertyNameSignal;
|
|
522
|
+
private readonly controlMessagesSignals;
|
|
523
|
+
readonly messagesByPropertyName: Signal<Record<string, string[]>>;
|
|
524
|
+
initialize(config: SmzForm<unknown>, form: UntypedFormGroup): void;
|
|
525
|
+
getMessagesSignalByControl(control: AbstractControl): Signal<string[]>;
|
|
526
|
+
getMessagesByPropertyName(): Record<string, string[]>;
|
|
527
|
+
private refreshAllMessages;
|
|
528
|
+
private resolveValidationMessages;
|
|
529
|
+
private resetState;
|
|
530
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmzFormValidationMessagesService, never>;
|
|
531
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SmzFormValidationMessagesService>;
|
|
532
|
+
}
|
|
533
|
+
|
|
515
534
|
declare class SmzFormViewdata {
|
|
516
535
|
config: SmzForm<any>;
|
|
517
536
|
form: UntypedFormGroup;
|
|
518
537
|
manager: SmzFormsManagerService;
|
|
519
538
|
cdf: ChangeDetectorRef;
|
|
539
|
+
private validationMessagesService;
|
|
520
540
|
isValid: boolean;
|
|
521
541
|
isCustomValidationValid: boolean;
|
|
522
542
|
get hasChangesFromInitialState(): boolean;
|
|
@@ -528,7 +548,7 @@ declare class SmzFormViewdata {
|
|
|
528
548
|
private _hasChangesFromLastKnownState;
|
|
529
549
|
private previousState;
|
|
530
550
|
private cachedResponse;
|
|
531
|
-
constructor(config: SmzForm<any>, form: UntypedFormGroup, manager: SmzFormsManagerService, cdf: ChangeDetectorRef);
|
|
551
|
+
constructor(config: SmzForm<any>, form: UntypedFormGroup, manager: SmzFormsManagerService, cdf: ChangeDetectorRef, validationMessagesService: SmzFormValidationMessagesService);
|
|
532
552
|
/** Retorna o objeto com os valores dos inputs; Esse objeto seguirá a nomemclatura do campo name de cada inputConfig */
|
|
533
553
|
getData<T extends Record<string, unknown>>(): SmzFormsResponse<T>;
|
|
534
554
|
/** Atualiza os valores dos inputs com seus dados default */
|
|
@@ -1344,6 +1364,7 @@ interface SmzFormsResponse<T> {
|
|
|
1344
1364
|
data: T;
|
|
1345
1365
|
isValid: boolean;
|
|
1346
1366
|
hasUnsavedChanges: boolean;
|
|
1367
|
+
validationMessagesByField?: Record<string, string[]>;
|
|
1347
1368
|
}
|
|
1348
1369
|
|
|
1349
1370
|
declare class SmzFormsConfig {
|
|
@@ -3220,77 +3241,6 @@ declare class MarkdownContentComponent {
|
|
|
3220
3241
|
static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownContentComponent, "smz-markdown-content", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
3221
3242
|
}
|
|
3222
3243
|
|
|
3223
|
-
declare class OverlayPanel implements AfterContentInit, OnDestroy {
|
|
3224
|
-
el: ElementRef;
|
|
3225
|
-
renderer: Renderer2;
|
|
3226
|
-
cd: ChangeDetectorRef;
|
|
3227
|
-
private zone;
|
|
3228
|
-
overlayService: OverlayService;
|
|
3229
|
-
private readonly config;
|
|
3230
|
-
dismissable: boolean;
|
|
3231
|
-
showCloseIcon: boolean;
|
|
3232
|
-
style: any;
|
|
3233
|
-
styleClass: string;
|
|
3234
|
-
appendTo: any;
|
|
3235
|
-
autoZIndex: boolean;
|
|
3236
|
-
ariaCloseLabel: string;
|
|
3237
|
-
baseZIndex: number;
|
|
3238
|
-
focusOnShow: boolean;
|
|
3239
|
-
mousePosition: boolean;
|
|
3240
|
-
showTransitionOptions: string;
|
|
3241
|
-
hideTransitionOptions: string;
|
|
3242
|
-
onShow: EventEmitter<any>;
|
|
3243
|
-
onHide: EventEmitter<any>;
|
|
3244
|
-
templates: QueryList<any>;
|
|
3245
|
-
overlayPanelRef: ElementRef<HTMLDivElement>;
|
|
3246
|
-
container: HTMLDivElement;
|
|
3247
|
-
overlayVisible: boolean;
|
|
3248
|
-
render: boolean;
|
|
3249
|
-
selfClick: boolean;
|
|
3250
|
-
documentClickListener: any;
|
|
3251
|
-
target: any;
|
|
3252
|
-
mouseEvent: any;
|
|
3253
|
-
willHide: boolean;
|
|
3254
|
-
scrollHandler: any;
|
|
3255
|
-
documentResizeListener: any;
|
|
3256
|
-
contentTemplate: TemplateRef<any>;
|
|
3257
|
-
destroyCallback: Function;
|
|
3258
|
-
overlayEventListener: any;
|
|
3259
|
-
overlaySubscription: Subscription;
|
|
3260
|
-
constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, zone: NgZone, overlayService: OverlayService);
|
|
3261
|
-
ngAfterContentInit(): void;
|
|
3262
|
-
bindDocumentClickListener(): void;
|
|
3263
|
-
unbindDocumentClickListener(): void;
|
|
3264
|
-
toggle(event: any, target?: any): void;
|
|
3265
|
-
show(event: any, target?: any): void;
|
|
3266
|
-
private afterOverlayShown;
|
|
3267
|
-
onOverlayClick(event: any): void;
|
|
3268
|
-
onContentClick(): void;
|
|
3269
|
-
hasTargetChanged(event: any, target: any): boolean;
|
|
3270
|
-
appendContainer(): void;
|
|
3271
|
-
restoreAppend(): void;
|
|
3272
|
-
align(): void;
|
|
3273
|
-
private cursorPosition;
|
|
3274
|
-
onLeaveDone(event: AnimationCallbackEvent): void;
|
|
3275
|
-
focus(): void;
|
|
3276
|
-
hide(): void;
|
|
3277
|
-
onCloseClick(event: any): void;
|
|
3278
|
-
onWindowResize(event: any): void;
|
|
3279
|
-
bindDocumentResizeListener(): void;
|
|
3280
|
-
unbindDocumentResizeListener(): void;
|
|
3281
|
-
bindScrollListener(): void;
|
|
3282
|
-
unbindScrollListener(): void;
|
|
3283
|
-
onContainerDestroy(): void;
|
|
3284
|
-
ngOnDestroy(): void;
|
|
3285
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanel, never>;
|
|
3286
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayPanel, "p-overlayPanel", never, { "dismissable": { "alias": "dismissable"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "ariaCloseLabel": { "alias": "ariaCloseLabel"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "focusOnShow": { "alias": "focusOnShow"; "required": false; }; "mousePosition": { "alias": "mousePosition"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; }, { "onShow": "onShow"; "onHide": "onHide"; }, ["templates"], ["*"], false, never>;
|
|
3287
|
-
}
|
|
3288
|
-
declare class OverlayPanelModule {
|
|
3289
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanelModule, never>;
|
|
3290
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayPanelModule, [typeof OverlayPanel], [typeof i2.CommonModule, typeof i2$1.RippleModule, typeof i3$1.SharedModule], [typeof OverlayPanel, typeof i3$1.SharedModule]>;
|
|
3291
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OverlayPanelModule>;
|
|
3292
|
-
}
|
|
3293
|
-
|
|
3294
3244
|
declare class CalendarComponent implements OnInit {
|
|
3295
3245
|
input: SmzCalendarControl;
|
|
3296
3246
|
control: FormControl;
|
|
@@ -3426,6 +3376,7 @@ declare class FormGroupComponent implements OnInit, AfterViewInit, OnChanges, On
|
|
|
3426
3376
|
private cdf;
|
|
3427
3377
|
manager: SmzFormsManagerService;
|
|
3428
3378
|
repository: SmzFormsRepositoryService;
|
|
3379
|
+
private validationMessagesService;
|
|
3429
3380
|
private readonly loggingService;
|
|
3430
3381
|
private logger;
|
|
3431
3382
|
isComponentActive: boolean;
|
|
@@ -3443,7 +3394,7 @@ declare class FormGroupComponent implements OnInit, AfterViewInit, OnChanges, On
|
|
|
3443
3394
|
controlTypes: typeof SmzControlType;
|
|
3444
3395
|
isInitialized: boolean;
|
|
3445
3396
|
configHasErrors: boolean;
|
|
3446
|
-
constructor(fb: UntypedFormBuilder, cdf: ChangeDetectorRef, manager: SmzFormsManagerService, repository: SmzFormsRepositoryService);
|
|
3397
|
+
constructor(fb: UntypedFormBuilder, cdf: ChangeDetectorRef, manager: SmzFormsManagerService, repository: SmzFormsRepositoryService, validationMessagesService: SmzFormValidationMessagesService);
|
|
3447
3398
|
ngOnInit(): void;
|
|
3448
3399
|
init(): void;
|
|
3449
3400
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -3699,23 +3650,19 @@ declare class RadioButtonComponent implements OnInit {
|
|
|
3699
3650
|
}
|
|
3700
3651
|
|
|
3701
3652
|
declare class ValidationMessagesComponent {
|
|
3653
|
+
private validationMessagesService;
|
|
3654
|
+
private formControl;
|
|
3702
3655
|
input: SmzControlTypes;
|
|
3703
|
-
control: AbstractControl;
|
|
3656
|
+
set control(value: AbstractControl);
|
|
3657
|
+
get control(): AbstractControl;
|
|
3704
3658
|
behaviors: SmzFormsBehaviorsConfig;
|
|
3705
3659
|
extraMessages: string[];
|
|
3660
|
+
controlMessages: Signal<string[]>;
|
|
3706
3661
|
uiConfig: _ngx_smz_core.NgxSmzUiConfig;
|
|
3707
3662
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationMessagesComponent, never>;
|
|
3708
3663
|
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationMessagesComponent, "smz-validation-messages", never, { "input": { "alias": "input"; "required": false; }; "control": { "alias": "control"; "required": false; }; "behaviors": { "alias": "behaviors"; "required": false; }; "extraMessages": { "alias": "extraMessages"; "required": false; }; }, {}, never, never, false, never>;
|
|
3709
3664
|
}
|
|
3710
3665
|
|
|
3711
|
-
declare class ValidationMessagesPipe$1 implements PipeTransform {
|
|
3712
|
-
constructor();
|
|
3713
|
-
transform(errors: ValidationErrors, messages: ValidationMessage[]): string[];
|
|
3714
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationMessagesPipe$1, never>;
|
|
3715
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ValidationMessagesPipe$1, "validationMessages", false>;
|
|
3716
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValidationMessagesPipe$1>;
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
3666
|
declare class FileDragDropDirective {
|
|
3720
3667
|
fileOver: boolean;
|
|
3721
3668
|
fileDropped: EventEmitter<any>;
|
|
@@ -4008,7 +3955,7 @@ declare class SafeContentPipeModule {
|
|
|
4008
3955
|
declare class SmzInputTagArea implements AfterViewInit, OnDestroy {
|
|
4009
3956
|
ngModel: NgModel;
|
|
4010
3957
|
private cdr;
|
|
4011
|
-
overlay:
|
|
3958
|
+
overlay: Popover;
|
|
4012
3959
|
inputElement: ElementRef;
|
|
4013
3960
|
listboxElement: Listbox;
|
|
4014
3961
|
config: SmzSmartTagConfig;
|
|
@@ -4037,7 +3984,7 @@ declare class SmzInputTagArea implements AfterViewInit, OnDestroy {
|
|
|
4037
3984
|
}
|
|
4038
3985
|
declare class SmzInputTagAreaModule {
|
|
4039
3986
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmzInputTagAreaModule, never>;
|
|
4040
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInputTagAreaModule, [typeof SmzInputTagArea], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$2.ReactiveFormsModule, typeof i3$3.TextareaModule, typeof SmzSmartTagModule, typeof
|
|
3987
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInputTagAreaModule, [typeof SmzInputTagArea], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$2.ReactiveFormsModule, typeof i3$3.TextareaModule, typeof SmzSmartTagModule, typeof i41.SelectModule, typeof i6.ButtonModule, typeof i7.ListboxModule, typeof i8.PopoverModule], [typeof SmzInputTagArea]>;
|
|
4041
3988
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmzInputTagAreaModule>;
|
|
4042
3989
|
}
|
|
4043
3990
|
|
|
@@ -4196,7 +4143,7 @@ declare const defaultFormsModuleConfig: SmzFormsConfig;
|
|
|
4196
4143
|
declare class NgxSmzFormsModule {
|
|
4197
4144
|
constructor(injector: Injector);
|
|
4198
4145
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzFormsModule, never>;
|
|
4199
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzFormsModule, [typeof CalendarComponent, typeof CheckBoxComponent, typeof CheckBoxGroupComponent, typeof ColorPickerComponent, typeof DropdownComponent, typeof FileUploadComponent, typeof FormFocusFirstInputDirective, typeof FormGroupComponent, typeof InputCurrencyComponent, typeof InputListComponent, typeof InputMaskComponent, typeof InputNumberComponent, typeof InputPasswordComponent, typeof InputSwitchComponent, typeof InputTextAreaComponent, typeof SmzInputAutocompleteTagArea, typeof InputTextComponent, typeof InputTreeComponent, typeof LinkedDropdownComponent, typeof LinkedMultiSelectComponent, typeof MultiSelectComponent, typeof RadioButtonComponent, typeof ValidationMessagesComponent, typeof
|
|
4146
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzFormsModule, [typeof CalendarComponent, typeof CheckBoxComponent, typeof CheckBoxGroupComponent, typeof ColorPickerComponent, typeof DropdownComponent, typeof FileUploadComponent, typeof FormFocusFirstInputDirective, typeof FormGroupComponent, typeof InputCurrencyComponent, typeof InputListComponent, typeof InputMaskComponent, typeof InputNumberComponent, typeof InputPasswordComponent, typeof InputSwitchComponent, typeof InputTextAreaComponent, typeof SmzInputAutocompleteTagArea, typeof InputTextComponent, typeof InputTreeComponent, typeof LinkedDropdownComponent, typeof LinkedMultiSelectComponent, typeof MultiSelectComponent, typeof RadioButtonComponent, typeof ValidationMessagesComponent, typeof FileDragDropDirective, typeof FileNameShortenPipe, typeof InputTagAreaComponent, typeof InputContentMaskComponent, typeof TransferValueAccessor, typeof InputContentMaskTextPipe, typeof InputListDialogCrudComponent, typeof InputListInlineCrudComponent, typeof InputListBatchCrudComponent, typeof InputTextButtonComponent, typeof FormSubmitComponent, typeof GetCurrentMultiselectOptionsPipe], [typeof i2.CommonModule, typeof i37.DatePickerModule, typeof i38.CheckboxModule, typeof ClickStopPropagationModule, typeof i40.ColorPickerModule, typeof i41.SelectModule, typeof i42.FileUploadModule, typeof i3$2.FormsModule, typeof InjectContentAppModule, typeof i45.InputMaskModule, typeof i46.InputNumberModule, typeof i8$1.ToggleSwitchModule, typeof i3$3.TextareaModule, typeof i9.InputTextModule, typeof i7.ListboxModule, typeof i24.MultiSelectModule, typeof NgGroupByPipeModule, typeof i53.PasswordModule, typeof i54.RadioButtonModule, typeof i3$2.ReactiveFormsModule, typeof SmzTemplatesPipeModule, typeof i22.TooltipModule, typeof i57.MessageModule, typeof SafeContentPipeModule, typeof SmzInputTagAreaModule, typeof NgxSmzDataPipesModule, typeof i6.ButtonModule, typeof i62.AutoFocusModule, typeof i63.TreeSelectModule, typeof SmzAutocompleteSelectorComponent, typeof SmzSmartTagModule, typeof SmzSmartAutocompleteTagModule, typeof LabelComponent, typeof i8.PopoverModule], [typeof CalendarComponent, typeof CheckBoxComponent, typeof CheckBoxGroupComponent, typeof ColorPickerComponent, typeof i41.SelectModule, typeof FileUploadComponent, typeof FormGroupComponent, typeof InputCurrencyComponent, typeof InputListComponent, typeof InputMaskComponent, typeof InputNumberComponent, typeof InputPasswordComponent, typeof InputSwitchComponent, typeof InputTextAreaComponent, typeof SmzInputAutocompleteTagArea, typeof InputTextComponent, typeof InputTreeComponent, typeof LinkedDropdownComponent, typeof LinkedMultiSelectComponent, typeof MultiSelectComponent, typeof RadioButtonComponent, typeof FormSubmitComponent]>;
|
|
4200
4147
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzFormsModule>;
|
|
4201
4148
|
}
|
|
4202
4149
|
|
|
@@ -4298,7 +4245,7 @@ declare class DynamicDialogComponent implements AfterViewInit, OnInit, OnDestroy
|
|
|
4298
4245
|
}
|
|
4299
4246
|
declare class DynamicDialogModule {
|
|
4300
4247
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicDialogModule, never>;
|
|
4301
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicDialogModule, [typeof DynamicDialogComponent, typeof DynamicDialogContent, typeof DynamicDialogFooter], [typeof i2.CommonModule, typeof
|
|
4248
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicDialogModule, [typeof DynamicDialogComponent, typeof DynamicDialogContent, typeof DynamicDialogFooter], [typeof i2.CommonModule, typeof i22.TooltipModule, typeof SafeContentPipeModule, typeof i62.AutoFocusModule], never>;
|
|
4302
4249
|
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicDialogModule>;
|
|
4303
4250
|
}
|
|
4304
4251
|
|
|
@@ -6142,7 +6089,7 @@ declare class Menu implements OnDestroy {
|
|
|
6142
6089
|
}
|
|
6143
6090
|
declare class SmzMenuModule {
|
|
6144
6091
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmzMenuModule, never>;
|
|
6145
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzMenuModule, [typeof Menu, typeof MenuItemContent], [typeof i2.CommonModule, typeof i3$4.RouterModule, typeof i2$1.RippleModule, typeof
|
|
6092
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzMenuModule, [typeof Menu, typeof MenuItemContent], [typeof i2.CommonModule, typeof i3$4.RouterModule, typeof i2$1.RippleModule, typeof i22.TooltipModule], [typeof Menu, typeof i3$4.RouterModule]>;
|
|
6146
6093
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmzMenuModule>;
|
|
6147
6094
|
}
|
|
6148
6095
|
|
|
@@ -6195,7 +6142,7 @@ declare class SmzMenuItemActionsDirective {
|
|
|
6195
6142
|
|
|
6196
6143
|
declare class NgxSmzMenuModule {
|
|
6197
6144
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzMenuModule, never>;
|
|
6198
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzMenuModule, [typeof SmzMenuComponent, typeof SmzMenuPipe, typeof SmzFlattenMenuPipe, typeof SmzMenuItemActionsDirective], [typeof i2.CommonModule, typeof i6.ButtonModule, typeof i3$1.SharedModule, typeof SmzMenuModule, typeof
|
|
6145
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzMenuModule, [typeof SmzMenuComponent, typeof SmzMenuPipe, typeof SmzFlattenMenuPipe, typeof SmzMenuItemActionsDirective], [typeof i2.CommonModule, typeof i6.ButtonModule, typeof i3$1.SharedModule, typeof SmzMenuModule, typeof i22.TooltipModule], [typeof SmzMenuComponent, typeof i3$1.SharedModule, typeof SmzMenuItemActionsDirective, typeof SmzFlattenMenuPipe]>;
|
|
6199
6146
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzMenuModule>;
|
|
6200
6147
|
}
|
|
6201
6148
|
|
|
@@ -6274,7 +6221,7 @@ declare class RbkAccessControlModule {
|
|
|
6274
6221
|
|
|
6275
6222
|
declare class NgxSmzTablesModule {
|
|
6276
6223
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTablesModule, never>;
|
|
6277
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTablesModule, [typeof SmzTableComponent, typeof SmzTableContextPipe, typeof SmzTableContentPipe$1, typeof SmzFilterObjectPipe, typeof SmzContentIconMatchesPipe, typeof SmzCloneTableItemsPipe, typeof SmzColumnFilterComponent, typeof SmzColumnFilter2Component, typeof SmzEditableSourcePipe, typeof SmzContentErrorsPipe, typeof SmzTableValidationMessagesComponent, typeof ValidationMessagesPipe, typeof SmzSincronizeTablePipe, typeof SmzTableContentComponent, typeof SmzTableContentActionsComponent, typeof SmzTableCaptionButtonsComponent, typeof SmzTableHeaderActionsComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i9.InputTextModule, typeof NgxSmzDataPipesModule, typeof i24.MultiSelectModule, typeof
|
|
6224
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTablesModule, [typeof SmzTableComponent, typeof SmzTableContextPipe, typeof SmzTableContentPipe$1, typeof SmzFilterObjectPipe, typeof SmzContentIconMatchesPipe, typeof SmzCloneTableItemsPipe, typeof SmzColumnFilterComponent, typeof SmzColumnFilter2Component, typeof SmzEditableSourcePipe, typeof SmzContentErrorsPipe, typeof SmzTableValidationMessagesComponent, typeof ValidationMessagesPipe, typeof SmzSincronizeTablePipe, typeof SmzTableContentComponent, typeof SmzTableContentActionsComponent, typeof SmzTableCaptionButtonsComponent, typeof SmzTableHeaderActionsComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i9.InputTextModule, typeof NgxSmzDataPipesModule, typeof i24.MultiSelectModule, typeof i41.SelectModule, typeof i37.DatePickerModule, typeof i3$2.FormsModule, typeof TableItemActionsModule, typeof ClickStopPropagationModule, typeof NgxSmzDataInfoModule, typeof i22.TooltipModule, typeof i32.SkeletonModule, typeof i3$3.TextareaModule, typeof i8.PopoverModule, typeof i3$2.ReactiveFormsModule, typeof i8$1.ToggleSwitchModule, typeof i46.InputNumberModule, typeof NgxSmzMenuModule, typeof i38$1.ToggleButtonModule, typeof NgVarModule, typeof RbkAccessControlModule, typeof i17.IconFieldModule, typeof i18.InputIconModule], [typeof SmzTableComponent, typeof SmzSincronizeTablePipe, typeof i3$1.SharedModule]>;
|
|
6278
6225
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTablesModule>;
|
|
6279
6226
|
}
|
|
6280
6227
|
|
|
@@ -6504,14 +6451,14 @@ declare class SmzChartModule {
|
|
|
6504
6451
|
|
|
6505
6452
|
declare class NgxSmzDocumentsModule {
|
|
6506
6453
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzDocumentsModule, never>;
|
|
6507
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzDocumentsModule, [typeof SmzDocumentComponent, typeof SmzDocumentContentComponent, typeof SmzDocumentTitleComponent, typeof SmzDocumentDividerComponent, typeof SmzDocumentFieldComponent, typeof SmzDocumentImageComponent, typeof SmzDocumentSpacerComponent, typeof SmzDocumentSubTitleComponent, typeof SmzDocumentFieldsGroupComponent, typeof SmzDocumentViewerComponent, typeof SmzDocumentTableComponent, typeof SmzDocumentChartComponent, typeof SmzDocumentPageBreakComponent, typeof SmzDocumentInjectableComponent, typeof SmzDocumentHiddenBreakComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i18$1.BadgeModule, typeof
|
|
6454
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzDocumentsModule, [typeof SmzDocumentComponent, typeof SmzDocumentContentComponent, typeof SmzDocumentTitleComponent, typeof SmzDocumentDividerComponent, typeof SmzDocumentFieldComponent, typeof SmzDocumentImageComponent, typeof SmzDocumentSpacerComponent, typeof SmzDocumentSubTitleComponent, typeof SmzDocumentFieldsGroupComponent, typeof SmzDocumentViewerComponent, typeof SmzDocumentTableComponent, typeof SmzDocumentChartComponent, typeof SmzDocumentPageBreakComponent, typeof SmzDocumentInjectableComponent, typeof SmzDocumentHiddenBreakComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i18$1.BadgeModule, typeof i6.ButtonModule, typeof NgxSmzTablesModule, typeof i9.InputTextModule, typeof i22.TooltipModule, typeof i7$1.SelectButtonModule, typeof NgVarModule, typeof ClickStopPropagationModule, typeof NgxSmzDataPipesModule, typeof i22.TooltipModule, typeof SmzChartModule, typeof InjectContentAppModule], [typeof SmzDocumentComponent]>;
|
|
6508
6455
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzDocumentsModule>;
|
|
6509
6456
|
}
|
|
6510
6457
|
|
|
6511
6458
|
declare class NgxSmzDialogsModule {
|
|
6512
6459
|
static forRoot(): ModuleWithProviders<NgxSmzDialogsModule>;
|
|
6513
6460
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzDialogsModule, never>;
|
|
6514
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzDialogsModule, [typeof DialogContentManagerComponent, typeof MessageContentComponent, typeof MessageFromObservableContentComponent, typeof HtmlContentComponent, typeof TableContentComponent, typeof DialogFooterComponent, typeof GuideFooterComponent, typeof ConfirmOnEnterDirective, typeof DocumentContentComponent, typeof MarkdownContentComponent], [typeof i2.CommonModule, typeof i3$2.ReactiveFormsModule, typeof i12.DialogModule, typeof
|
|
6461
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzDialogsModule, [typeof DialogContentManagerComponent, typeof MessageContentComponent, typeof MessageFromObservableContentComponent, typeof HtmlContentComponent, typeof TableContentComponent, typeof DialogFooterComponent, typeof GuideFooterComponent, typeof ConfirmOnEnterDirective, typeof DocumentContentComponent, typeof MarkdownContentComponent], [typeof i2.CommonModule, typeof i3$2.ReactiveFormsModule, typeof i12.DialogModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i57.MessageModule, typeof i16.ProgressSpinnerModule, typeof NgxSmzFormsModule, typeof InjectContentAppModule, typeof NgGroupByPipeModule, typeof DynamicDialogModule, typeof i21.ToolbarModule, typeof SmzTemplatesPipeModule, typeof i22.TooltipModule, typeof i3.ProgressBarModule, typeof SafeContentPipeModule, typeof NgxSmzTablesModule, typeof NgxSmzDocumentsModule, typeof i62.AutoFocusModule], never>;
|
|
6515
6462
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzDialogsModule>;
|
|
6516
6463
|
}
|
|
6517
6464
|
|
|
@@ -7350,7 +7297,7 @@ declare class SmzDialogTableBuilder<TResponse> {
|
|
|
7350
7297
|
}
|
|
7351
7298
|
|
|
7352
7299
|
declare function showPersistentDialog(entity: Record<string, unknown>, entityName: string, title: string, action: (payload?: unknown) => void, options?: InputConversionOptions): void;
|
|
7353
|
-
declare function showDialog<
|
|
7300
|
+
declare function showDialog<TEntity, TResponse>(entity: TEntity, entityName: string, title: string, confirmCallback: (data: TResponse) => void, options?: InputConversionOptions, logResult?: boolean): void;
|
|
7354
7301
|
declare function showConfirmation(title: string, messages: string[], confirmCallback: () => void): void;
|
|
7355
7302
|
declare function showMessage(title: string, message: string, confirmCallback: () => void): void;
|
|
7356
7303
|
declare function showObjectDialog(title: string, event: unknown, confirmCallback?: () => void): void;
|
|
@@ -8456,7 +8403,7 @@ declare const routerModuleForChildUsersModule: i0.ModuleWithProviders<RouterModu
|
|
|
8456
8403
|
declare class UsersModule {
|
|
8457
8404
|
constructor();
|
|
8458
8405
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsersModule, never>;
|
|
8459
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UsersModule, [typeof UsersPageComponent, typeof UserClaimsComponent], [typeof i2.CommonModule, typeof i3$4.RouterModule, typeof i3$2.FormsModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof NgxSmzTablesModule, typeof RbkAccessControlModule, typeof i10.PickListModule, typeof NgxSmzMenuModule, typeof NgxSmzDataPipesModule, typeof NgVarModule], never>;
|
|
8406
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UsersModule, [typeof UsersPageComponent, typeof UserClaimsComponent], [typeof i2.CommonModule, typeof i3$4.RouterModule, typeof i3$2.FormsModule, typeof i6.ButtonModule, typeof i7$1.SelectButtonModule, typeof NgxSmzTablesModule, typeof RbkAccessControlModule, typeof i10.PickListModule, typeof NgxSmzMenuModule, typeof NgxSmzDataPipesModule, typeof NgVarModule], never>;
|
|
8460
8407
|
static ɵinj: i0.ɵɵInjectorDeclaration<UsersModule>;
|
|
8461
8408
|
}
|
|
8462
8409
|
|
|
@@ -9729,62 +9676,6 @@ declare class MenuHelperService {
|
|
|
9729
9676
|
static ɵprov: i0.ɵɵInjectableDeclaration<MenuHelperService>;
|
|
9730
9677
|
}
|
|
9731
9678
|
|
|
9732
|
-
interface FaqsRouterConfig {
|
|
9733
|
-
enabled: boolean;
|
|
9734
|
-
tag: string;
|
|
9735
|
-
}
|
|
9736
|
-
interface FaqDetails {
|
|
9737
|
-
id: string;
|
|
9738
|
-
question: string;
|
|
9739
|
-
answer: string;
|
|
9740
|
-
}
|
|
9741
|
-
interface FaqUpdate {
|
|
9742
|
-
id: string;
|
|
9743
|
-
tag: string;
|
|
9744
|
-
question: string;
|
|
9745
|
-
answer: string;
|
|
9746
|
-
}
|
|
9747
|
-
interface FaqCreation {
|
|
9748
|
-
tag: string;
|
|
9749
|
-
question: string;
|
|
9750
|
-
answer: string;
|
|
9751
|
-
}
|
|
9752
|
-
interface DbData<T> {
|
|
9753
|
-
items: T;
|
|
9754
|
-
lastUpdated: Date | null;
|
|
9755
|
-
}
|
|
9756
|
-
|
|
9757
|
-
interface SmzRouteData {
|
|
9758
|
-
layout?: RouteLayoutData;
|
|
9759
|
-
appArea?: string;
|
|
9760
|
-
title?: string;
|
|
9761
|
-
clearReusableRoutes?: boolean;
|
|
9762
|
-
requiredStates?: string[];
|
|
9763
|
-
requiredFeatureStates?: string[];
|
|
9764
|
-
claim?: string;
|
|
9765
|
-
cacheStrategy?: ReusableRouteConfig;
|
|
9766
|
-
faqs?: FaqsRouterConfig;
|
|
9767
|
-
}
|
|
9768
|
-
interface RouteLayoutData {
|
|
9769
|
-
mode?: 'full' | 'menu-only' | 'topbar-only' | 'none' | 'custom';
|
|
9770
|
-
hideFooter?: boolean;
|
|
9771
|
-
contentPadding?: string;
|
|
9772
|
-
contentStyleClass?: string;
|
|
9773
|
-
}
|
|
9774
|
-
|
|
9775
|
-
declare class RouterDataListenerService {
|
|
9776
|
-
private router;
|
|
9777
|
-
private activatedRoute;
|
|
9778
|
-
private dialogs;
|
|
9779
|
-
private store;
|
|
9780
|
-
data: SmzRouteData;
|
|
9781
|
-
constructor(router: Router, activatedRoute: ActivatedRoute, dialogs: SmzDialogsService, store: Store);
|
|
9782
|
-
private normalizeLayoutData;
|
|
9783
|
-
private mergeLayoutDatas;
|
|
9784
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouterDataListenerService, never>;
|
|
9785
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RouterDataListenerService>;
|
|
9786
|
-
}
|
|
9787
|
-
|
|
9788
9679
|
interface SmzLoginData {
|
|
9789
9680
|
username: string;
|
|
9790
9681
|
password: string;
|
|
@@ -9902,6 +9793,31 @@ declare class SmzFaqsConfig {
|
|
|
9902
9793
|
};
|
|
9903
9794
|
}
|
|
9904
9795
|
|
|
9796
|
+
interface FaqsRouterConfig {
|
|
9797
|
+
enabled: boolean;
|
|
9798
|
+
tag: string;
|
|
9799
|
+
}
|
|
9800
|
+
interface FaqDetails {
|
|
9801
|
+
id: string;
|
|
9802
|
+
question: string;
|
|
9803
|
+
answer: string;
|
|
9804
|
+
}
|
|
9805
|
+
interface FaqUpdate {
|
|
9806
|
+
id: string;
|
|
9807
|
+
tag: string;
|
|
9808
|
+
question: string;
|
|
9809
|
+
answer: string;
|
|
9810
|
+
}
|
|
9811
|
+
interface FaqCreation {
|
|
9812
|
+
tag: string;
|
|
9813
|
+
question: string;
|
|
9814
|
+
answer: string;
|
|
9815
|
+
}
|
|
9816
|
+
interface DbData<T> {
|
|
9817
|
+
items: T;
|
|
9818
|
+
lastUpdated: Date | null;
|
|
9819
|
+
}
|
|
9820
|
+
|
|
9905
9821
|
declare class FaqsManagerService {
|
|
9906
9822
|
private store;
|
|
9907
9823
|
config: SmzFaqsConfig;
|
|
@@ -9980,6 +9896,24 @@ declare class NgxSmzFaqsModule {
|
|
|
9980
9896
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzFaqsModule>;
|
|
9981
9897
|
}
|
|
9982
9898
|
|
|
9899
|
+
interface SmzRouteData {
|
|
9900
|
+
layout?: RouteLayoutData;
|
|
9901
|
+
appArea?: string;
|
|
9902
|
+
title?: string;
|
|
9903
|
+
clearReusableRoutes?: boolean;
|
|
9904
|
+
requiredStates?: string[];
|
|
9905
|
+
requiredFeatureStates?: string[];
|
|
9906
|
+
claim?: string;
|
|
9907
|
+
cacheStrategy?: ReusableRouteConfig;
|
|
9908
|
+
faqs?: FaqsRouterConfig;
|
|
9909
|
+
}
|
|
9910
|
+
interface RouteLayoutData {
|
|
9911
|
+
mode?: 'full' | 'menu-only' | 'topbar-only' | 'none' | 'custom';
|
|
9912
|
+
hideFooter?: boolean;
|
|
9913
|
+
contentPadding?: string;
|
|
9914
|
+
contentStyleClass?: string;
|
|
9915
|
+
}
|
|
9916
|
+
|
|
9983
9917
|
declare function sortMenuItemsByLabel(menuItems: MenuCreation[], sort?: boolean): MenuCreation[];
|
|
9984
9918
|
|
|
9985
9919
|
declare class ThemeManagerService {
|
|
@@ -10172,6 +10106,19 @@ declare class HephaestusProviderModule {
|
|
|
10172
10106
|
static ɵinj: i0.ɵɵInjectorDeclaration<HephaestusProviderModule>;
|
|
10173
10107
|
}
|
|
10174
10108
|
|
|
10109
|
+
declare class RouterDataListenerService {
|
|
10110
|
+
private router;
|
|
10111
|
+
private activatedRoute;
|
|
10112
|
+
private dialogs;
|
|
10113
|
+
private store;
|
|
10114
|
+
data: SmzRouteData;
|
|
10115
|
+
constructor(router: Router, activatedRoute: ActivatedRoute, dialogs: SmzDialogsService, store: Store);
|
|
10116
|
+
private normalizeLayoutData;
|
|
10117
|
+
private mergeLayoutDatas;
|
|
10118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RouterDataListenerService, never>;
|
|
10119
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RouterDataListenerService>;
|
|
10120
|
+
}
|
|
10121
|
+
|
|
10175
10122
|
declare class HephaestusLayoutComponent implements OnInit, AfterContentInit {
|
|
10176
10123
|
readonly layout: HephaestusLayout;
|
|
10177
10124
|
readonly routerListener: RouterDataListenerService;
|
|
@@ -10349,7 +10296,7 @@ declare class SmzExportDialogModule {
|
|
|
10349
10296
|
|
|
10350
10297
|
declare class OutletModule {
|
|
10351
10298
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutletModule, never>;
|
|
10352
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OutletModule, [typeof OutletComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof SmzThemeManagerModule, typeof GlobalLoaderModule, typeof NgxSmzDockModule, typeof NgxSmzUiBlockModule, typeof SmzExportDialogModule], [typeof OutletComponent]>;
|
|
10299
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OutletModule, [typeof OutletComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof SmzThemeManagerModule, typeof GlobalLoaderModule, typeof NgxSmzDockModule, typeof NgxSmzUiBlockModule, typeof SmzExportDialogModule, typeof i9$1.ToastModule], [typeof OutletComponent]>;
|
|
10353
10300
|
static ɵinj: i0.ɵɵInjectorDeclaration<OutletModule>;
|
|
10354
10301
|
}
|
|
10355
10302
|
|
|
@@ -10692,13 +10639,13 @@ declare class GlobalAssistanceComponent implements OnInit {
|
|
|
10692
10639
|
|
|
10693
10640
|
declare class GlobalAssistanceModule {
|
|
10694
10641
|
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAssistanceModule, never>;
|
|
10695
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GlobalAssistanceModule, [typeof GlobalAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule], [typeof GlobalAssistanceComponent]>;
|
|
10642
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GlobalAssistanceModule, [typeof GlobalAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7$1.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule], [typeof GlobalAssistanceComponent]>;
|
|
10696
10643
|
static ɵinj: i0.ɵɵInjectorDeclaration<GlobalAssistanceModule>;
|
|
10697
10644
|
}
|
|
10698
10645
|
|
|
10699
10646
|
declare class HephaestusAssistanceModule {
|
|
10700
10647
|
static ɵfac: i0.ɵɵFactoryDeclaration<HephaestusAssistanceModule, never>;
|
|
10701
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HephaestusAssistanceModule, [typeof HephaestusAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof HephaestusAssistanceComponent]>;
|
|
10648
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HephaestusAssistanceModule, [typeof HephaestusAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7$1.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof HephaestusAssistanceComponent]>;
|
|
10702
10649
|
static ɵinj: i0.ɵɵInjectorDeclaration<HephaestusAssistanceModule>;
|
|
10703
10650
|
}
|
|
10704
10651
|
|
|
@@ -10973,7 +10920,7 @@ declare class ShortenPipe implements PipeTransform {
|
|
|
10973
10920
|
declare class SmzNotificationsModule {
|
|
10974
10921
|
constructor(service: SmzNotificationsService);
|
|
10975
10922
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmzNotificationsModule, never>;
|
|
10976
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzNotificationsModule, [typeof SmzNotificationsComponent, typeof NotificationsListComponent, typeof NotificationItemComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i18$1.BadgeModule, typeof
|
|
10923
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzNotificationsModule, [typeof SmzNotificationsComponent, typeof NotificationsListComponent, typeof NotificationItemComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i18$1.BadgeModule, typeof i8.PopoverModule, typeof i6.ButtonModule, typeof NgxSmzTablesModule, typeof i9.InputTextModule, typeof i22.TooltipModule, typeof i7$1.SelectButtonModule, typeof NgVarModule, typeof ClickStopPropagationModule, typeof NgxSmzDataPipesModule, typeof i3$1.SharedModule, typeof SmzResponsiveComponent, typeof FilterByPipe, typeof ShortenPipe], [typeof SmzNotificationsComponent]>;
|
|
10977
10924
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmzNotificationsModule>;
|
|
10978
10925
|
}
|
|
10979
10926
|
|
|
@@ -11041,7 +10988,7 @@ declare class AthenaAssistanceComponent implements OnInit {
|
|
|
11041
10988
|
|
|
11042
10989
|
declare class AthenaAssistanceModule$1 {
|
|
11043
10990
|
static ɵfac: i0.ɵɵFactoryDeclaration<AthenaAssistanceModule$1, never>;
|
|
11044
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AthenaAssistanceModule$1, [typeof AthenaAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof AthenaAssistanceComponent]>;
|
|
10991
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AthenaAssistanceModule$1, [typeof AthenaAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7$1.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof AthenaAssistanceComponent]>;
|
|
11045
10992
|
static ɵinj: i0.ɵɵInjectorDeclaration<AthenaAssistanceModule$1>;
|
|
11046
10993
|
}
|
|
11047
10994
|
|
|
@@ -11325,13 +11272,14 @@ declare class NewAthenaAssistanceComponent {
|
|
|
11325
11272
|
|
|
11326
11273
|
declare class AthenaAssistanceModule {
|
|
11327
11274
|
static ɵfac: i0.ɵɵFactoryDeclaration<AthenaAssistanceModule, never>;
|
|
11328
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AthenaAssistanceModule, [typeof NewAthenaAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof NewAthenaAssistanceComponent]>;
|
|
11275
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AthenaAssistanceModule, [typeof NewAthenaAssistanceComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i3$1.SharedModule, typeof i3$6.DrawerModule, typeof i6.ButtonModule, typeof i7$1.SelectButtonModule, typeof i8$1.ToggleSwitchModule, typeof i9.InputTextModule, typeof InputBlurDetectionModule, typeof GlobalAssistanceModule], [typeof NewAthenaAssistanceComponent]>;
|
|
11329
11276
|
static ɵinj: i0.ɵɵInjectorDeclaration<AthenaAssistanceModule>;
|
|
11330
11277
|
}
|
|
11331
11278
|
|
|
11332
|
-
declare class NewAthenaHorizontalMenuComponent implements
|
|
11279
|
+
declare class NewAthenaHorizontalMenuComponent implements AfterContentInit, OnChanges {
|
|
11333
11280
|
private _eref;
|
|
11334
11281
|
templates: QueryList<PrimeTemplate>;
|
|
11282
|
+
store: Store;
|
|
11335
11283
|
topbarTitle$: Observable<string>;
|
|
11336
11284
|
appLogo$: Observable<_ngx_smz_core.SmzAppLogo>;
|
|
11337
11285
|
layout$: Observable<_ngx_smz_core.NewAthenaLayout>;
|
|
@@ -11342,7 +11290,6 @@ declare class NewAthenaHorizontalMenuComponent implements OnInit, AfterContentIn
|
|
|
11342
11290
|
menuType: typeof MenuType;
|
|
11343
11291
|
headerExtrasTemplate: TemplateRef<any>;
|
|
11344
11292
|
constructor(_eref: ElementRef);
|
|
11345
|
-
ngOnInit(): void;
|
|
11346
11293
|
ngAfterContentInit(): void;
|
|
11347
11294
|
ngOnChanges(changes: SimpleChanges): void;
|
|
11348
11295
|
toogleOnly(item: MenuItem, menu: MenuItem[]): void;
|
|
@@ -11529,7 +11476,7 @@ declare class SmzDataTransformTreePipe implements PipeTransform {
|
|
|
11529
11476
|
|
|
11530
11477
|
declare class NgxSmzTreesModule {
|
|
11531
11478
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTreesModule, never>;
|
|
11532
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTreesModule, [typeof SmzTreeComponent, typeof SmzDataTransformTreePipe], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof ClickStopPropagationModule, typeof NgxSmzDataInfoModule, typeof
|
|
11479
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTreesModule, [typeof SmzTreeComponent, typeof SmzDataTransformTreePipe], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof ClickStopPropagationModule, typeof NgxSmzDataInfoModule, typeof i22.TooltipModule, typeof i11.ContextMenuModule, typeof i12$1.TreeModule, typeof i22.TooltipModule, typeof i9.InputTextModule, typeof i32.SkeletonModule, typeof NgxSmzMenuModule, typeof i16$1.MenuModule, typeof i17.IconFieldModule, typeof i18.InputIconModule], [typeof SmzTreeComponent, typeof i3$1.SharedModule]>;
|
|
11533
11480
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTreesModule>;
|
|
11534
11481
|
}
|
|
11535
11482
|
|
|
@@ -11623,7 +11570,7 @@ declare class NgCloneModule {
|
|
|
11623
11570
|
|
|
11624
11571
|
declare class NgxSmzTreeWithDetailsModule {
|
|
11625
11572
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTreeWithDetailsModule, never>;
|
|
11626
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTreeWithDetailsModule, [typeof SmzTreeWithDetailsComponent, typeof TreeItemsPipe], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof
|
|
11573
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTreeWithDetailsModule, [typeof SmzTreeWithDetailsComponent, typeof TreeItemsPipe], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof i22.TooltipModule, typeof NgxSmzMenuModule, typeof NgxSmzTreesModule, typeof NgCloneModule, typeof NgxSmzUiBlockModule, typeof NgVarModule], [typeof SmzTreeWithDetailsComponent, typeof i3$1.SharedModule]>;
|
|
11627
11574
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTreeWithDetailsModule>;
|
|
11628
11575
|
}
|
|
11629
11576
|
|
|
@@ -11703,7 +11650,7 @@ declare class SmzInfoDatePipe implements PipeTransform {
|
|
|
11703
11650
|
|
|
11704
11651
|
declare class SmzInfoDateModule {
|
|
11705
11652
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmzInfoDateModule, never>;
|
|
11706
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInfoDateModule, [typeof SmzInfoDateComponent, typeof SmzInfoDatePipe], [typeof i2.CommonModule, typeof
|
|
11653
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInfoDateModule, [typeof SmzInfoDateComponent, typeof SmzInfoDatePipe], [typeof i2.CommonModule, typeof i22.TooltipModule], [typeof SmzInfoDateComponent]>;
|
|
11707
11654
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmzInfoDateModule>;
|
|
11708
11655
|
}
|
|
11709
11656
|
|
|
@@ -11965,7 +11912,7 @@ declare class MentionableTextareaComponent {
|
|
|
11965
11912
|
|
|
11966
11913
|
declare class NgxSmzCommentsModule {
|
|
11967
11914
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzCommentsModule, never>;
|
|
11968
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzCommentsModule, [typeof SmzCommentsComponent, typeof SmzCommentsSectionComponent], [typeof i2.CommonModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof
|
|
11915
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzCommentsModule, [typeof SmzCommentsComponent, typeof SmzCommentsSectionComponent], [typeof i2.CommonModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof NgxSmzFormsModule, typeof i12$1.TreeModule, typeof NgxSmzDataPipesModule, typeof SmzMessagesModule, typeof MentionableTextareaComponent], [typeof SmzCommentsSectionComponent]>;
|
|
11969
11916
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzCommentsModule>;
|
|
11970
11917
|
}
|
|
11971
11918
|
|
|
@@ -12623,7 +12570,7 @@ declare class NgxSmzServerImageModule {
|
|
|
12623
12570
|
|
|
12624
12571
|
declare class NgxSmzCardsModule {
|
|
12625
12572
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzCardsModule, never>;
|
|
12626
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzCardsModule, [typeof SmzCardsComponent, typeof SmzListItemComponent, typeof SmzGridItemComponent, typeof SmzCardsContentPipe, typeof SmzCardsTransformContentPipe, typeof SmzCardsResetContextPipe, typeof SmzCardsContentSelectorDirective, typeof ButtonActionsDirective, typeof ImgPlaceholderDirective, typeof SmzInjectDataPathComponent, typeof SmzTextContentComponent, typeof SmzImageContentComponent, typeof SmzRawTypeComponent, typeof SmzImageWithDetailsTypeComponent, typeof SmzInfoATypeComponent, typeof SmzFlipCardTypeComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i19.DataViewModule, typeof i6.ButtonModule, typeof i9.InputTextModule, typeof
|
|
12573
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzCardsModule, [typeof SmzCardsComponent, typeof SmzListItemComponent, typeof SmzGridItemComponent, typeof SmzCardsContentPipe, typeof SmzCardsTransformContentPipe, typeof SmzCardsResetContextPipe, typeof SmzCardsContentSelectorDirective, typeof ButtonActionsDirective, typeof ImgPlaceholderDirective, typeof SmzInjectDataPathComponent, typeof SmzTextContentComponent, typeof SmzImageContentComponent, typeof SmzRawTypeComponent, typeof SmzImageWithDetailsTypeComponent, typeof SmzInfoATypeComponent, typeof SmzFlipCardTypeComponent], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i19.DataViewModule, typeof i6.ButtonModule, typeof i9.InputTextModule, typeof i41.SelectModule, typeof i3$2.FormsModule, typeof i24.MultiSelectModule, typeof NgxSmzServerImageModule, typeof NgxSmzMenuModule, typeof i22.TooltipModule, typeof SafeContentPipeModule, typeof NgxSmzDataPipesModule, typeof ClickStopPropagationModule, typeof NgVarModule, typeof i17.IconFieldModule, typeof i18.InputIconModule], [typeof SmzCardsComponent, typeof SmzGridItemComponent, typeof i3$1.SharedModule]>;
|
|
12627
12574
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzCardsModule>;
|
|
12628
12575
|
}
|
|
12629
12576
|
|
|
@@ -12935,7 +12882,7 @@ type SmzSvgAnchorTypes = 'container' | 'root' | 'world';
|
|
|
12935
12882
|
|
|
12936
12883
|
declare class SmzSvgComponent implements OnChanges, AfterViewInit, OnDestroy {
|
|
12937
12884
|
cdf: ChangeDetectorRef;
|
|
12938
|
-
overlayPanel:
|
|
12885
|
+
overlayPanel: Popover;
|
|
12939
12886
|
state: SmzSvgState;
|
|
12940
12887
|
pins: SmzSvgPin[];
|
|
12941
12888
|
draw: SmzSVGWrapper;
|
|
@@ -12976,7 +12923,7 @@ declare class SmzSvgComponent implements OnChanges, AfterViewInit, OnDestroy {
|
|
|
12976
12923
|
|
|
12977
12924
|
declare class SmzSvgModule {
|
|
12978
12925
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmzSvgModule, never>;
|
|
12979
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzSvgModule, [typeof SmzSvgComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof
|
|
12926
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmzSvgModule, [typeof SmzSvgComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof i8.PopoverModule], [typeof SmzSvgComponent]>;
|
|
12980
12927
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmzSvgModule>;
|
|
12981
12928
|
}
|
|
12982
12929
|
|