@ngx-smz/core 21.1.3 → 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.
@@ -9,7 +9,7 @@ import { NgStyle, Location } from '@angular/common';
9
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, OverlayService, PrimeTemplate, BlockableUI, SortMeta, ScrollerOptions, FilterService, SelectItem, Translation } from 'primeng/api';
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';
@@ -20,10 +20,10 @@ 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
22
  import * as i57 from 'primeng/message';
23
- import * as i17$1 from 'primeng/progressspinner';
24
- import * as i8 from 'primeng/listbox';
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 i68 from 'primeng/popover';
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';
@@ -42,14 +42,14 @@ 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
44
  import * as i53 from 'primeng/password';
45
- import * as i23 from 'primeng/tooltip';
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
49
  import * as i62 from 'primeng/autofocus';
50
50
  import * as i63 from 'primeng/treeselect';
51
51
  import { AnimationEvent } from '@angular/animations';
52
- import * as i22 from 'primeng/toolbar';
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';
@@ -123,7 +124,7 @@ declare class LoggingService {
123
124
  private levelRank;
124
125
  /** expose current settings */
125
126
  readonly isEnabled: i0.Signal<boolean>;
126
- readonly currentLevel: i0.Signal<"error" | "debug" | "info" | "warn">;
127
+ readonly currentLevel: i0.Signal<"debug" | "info" | "warn" | "error">;
127
128
  readonly activeScopes: i0.Signal<string[]>;
128
129
  /** toggle logging global */
129
130
  enable(): void;
@@ -3240,77 +3241,6 @@ declare class MarkdownContentComponent {
3240
3241
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownContentComponent, "smz-markdown-content", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
3241
3242
  }
3242
3243
 
3243
- declare class OverlayPanel implements AfterContentInit, OnDestroy {
3244
- el: ElementRef;
3245
- renderer: Renderer2;
3246
- cd: ChangeDetectorRef;
3247
- private zone;
3248
- overlayService: OverlayService;
3249
- private readonly config;
3250
- dismissable: boolean;
3251
- showCloseIcon: boolean;
3252
- style: any;
3253
- styleClass: string;
3254
- appendTo: any;
3255
- autoZIndex: boolean;
3256
- ariaCloseLabel: string;
3257
- baseZIndex: number;
3258
- focusOnShow: boolean;
3259
- mousePosition: boolean;
3260
- showTransitionOptions: string;
3261
- hideTransitionOptions: string;
3262
- onShow: EventEmitter<any>;
3263
- onHide: EventEmitter<any>;
3264
- templates: QueryList<any>;
3265
- overlayPanelRef: ElementRef<HTMLDivElement>;
3266
- container: HTMLDivElement;
3267
- overlayVisible: boolean;
3268
- render: boolean;
3269
- selfClick: boolean;
3270
- documentClickListener: any;
3271
- target: any;
3272
- mouseEvent: any;
3273
- willHide: boolean;
3274
- scrollHandler: any;
3275
- documentResizeListener: any;
3276
- contentTemplate: TemplateRef<any>;
3277
- destroyCallback: Function;
3278
- overlayEventListener: any;
3279
- overlaySubscription: Subscription;
3280
- constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, zone: NgZone, overlayService: OverlayService);
3281
- ngAfterContentInit(): void;
3282
- bindDocumentClickListener(): void;
3283
- unbindDocumentClickListener(): void;
3284
- toggle(event: any, target?: any): void;
3285
- show(event: any, target?: any): void;
3286
- private afterOverlayShown;
3287
- onOverlayClick(event: any): void;
3288
- onContentClick(): void;
3289
- hasTargetChanged(event: any, target: any): boolean;
3290
- appendContainer(): void;
3291
- restoreAppend(): void;
3292
- align(): void;
3293
- private cursorPosition;
3294
- onLeaveDone(event: AnimationCallbackEvent): void;
3295
- focus(): void;
3296
- hide(): void;
3297
- onCloseClick(event: any): void;
3298
- onWindowResize(event: any): void;
3299
- bindDocumentResizeListener(): void;
3300
- unbindDocumentResizeListener(): void;
3301
- bindScrollListener(): void;
3302
- unbindScrollListener(): void;
3303
- onContainerDestroy(): void;
3304
- ngOnDestroy(): void;
3305
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanel, never>;
3306
- 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>;
3307
- }
3308
- declare class OverlayPanelModule {
3309
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanelModule, never>;
3310
- static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayPanelModule, [typeof OverlayPanel], [typeof i2.CommonModule, typeof i2$1.RippleModule, typeof i3$1.SharedModule], [typeof OverlayPanel, typeof i3$1.SharedModule]>;
3311
- static ɵinj: i0.ɵɵInjectorDeclaration<OverlayPanelModule>;
3312
- }
3313
-
3314
3244
  declare class CalendarComponent implements OnInit {
3315
3245
  input: SmzCalendarControl;
3316
3246
  control: FormControl;
@@ -4025,7 +3955,7 @@ declare class SafeContentPipeModule {
4025
3955
  declare class SmzInputTagArea implements AfterViewInit, OnDestroy {
4026
3956
  ngModel: NgModel;
4027
3957
  private cdr;
4028
- overlay: OverlayPanel;
3958
+ overlay: Popover;
4029
3959
  inputElement: ElementRef;
4030
3960
  listboxElement: Listbox;
4031
3961
  config: SmzSmartTagConfig;
@@ -4054,7 +3984,7 @@ declare class SmzInputTagArea implements AfterViewInit, OnDestroy {
4054
3984
  }
4055
3985
  declare class SmzInputTagAreaModule {
4056
3986
  static ɵfac: i0.ɵɵFactoryDeclaration<SmzInputTagAreaModule, never>;
4057
- 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 OverlayPanelModule, typeof i41.SelectModule, typeof i6.ButtonModule, typeof i8.ListboxModule], [typeof SmzInputTagArea]>;
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]>;
4058
3988
  static ɵinj: i0.ɵɵInjectorDeclaration<SmzInputTagAreaModule>;
4059
3989
  }
4060
3990
 
@@ -4213,7 +4143,7 @@ declare const defaultFormsModuleConfig: SmzFormsConfig;
4213
4143
  declare class NgxSmzFormsModule {
4214
4144
  constructor(injector: Injector);
4215
4145
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzFormsModule, never>;
4216
- 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 i8.ListboxModule, typeof i24.MultiSelectModule, typeof NgGroupByPipeModule, typeof i53.PasswordModule, typeof i54.RadioButtonModule, typeof i3$2.ReactiveFormsModule, typeof SmzTemplatesPipeModule, typeof i23.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 i68.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]>;
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]>;
4217
4147
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzFormsModule>;
4218
4148
  }
4219
4149
 
@@ -4315,7 +4245,7 @@ declare class DynamicDialogComponent implements AfterViewInit, OnInit, OnDestroy
4315
4245
  }
4316
4246
  declare class DynamicDialogModule {
4317
4247
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicDialogModule, never>;
4318
- static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicDialogModule, [typeof DynamicDialogComponent, typeof DynamicDialogContent, typeof DynamicDialogFooter], [typeof i2.CommonModule, typeof i23.TooltipModule, typeof SafeContentPipeModule, typeof i62.AutoFocusModule], never>;
4248
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicDialogModule, [typeof DynamicDialogComponent, typeof DynamicDialogContent, typeof DynamicDialogFooter], [typeof i2.CommonModule, typeof i22.TooltipModule, typeof SafeContentPipeModule, typeof i62.AutoFocusModule], never>;
4319
4249
  static ɵinj: i0.ɵɵInjectorDeclaration<DynamicDialogModule>;
4320
4250
  }
4321
4251
 
@@ -6159,7 +6089,7 @@ declare class Menu implements OnDestroy {
6159
6089
  }
6160
6090
  declare class SmzMenuModule {
6161
6091
  static ɵfac: i0.ɵɵFactoryDeclaration<SmzMenuModule, never>;
6162
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmzMenuModule, [typeof Menu, typeof MenuItemContent], [typeof i2.CommonModule, typeof i3$4.RouterModule, typeof i2$1.RippleModule, typeof i23.TooltipModule], [typeof Menu, typeof i3$4.RouterModule]>;
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]>;
6163
6093
  static ɵinj: i0.ɵɵInjectorDeclaration<SmzMenuModule>;
6164
6094
  }
6165
6095
 
@@ -6212,7 +6142,7 @@ declare class SmzMenuItemActionsDirective {
6212
6142
 
6213
6143
  declare class NgxSmzMenuModule {
6214
6144
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzMenuModule, never>;
6215
- 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 i23.TooltipModule], [typeof SmzMenuComponent, typeof i3$1.SharedModule, typeof SmzMenuItemActionsDirective, typeof SmzFlattenMenuPipe]>;
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]>;
6216
6146
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzMenuModule>;
6217
6147
  }
6218
6148
 
@@ -6291,7 +6221,7 @@ declare class RbkAccessControlModule {
6291
6221
 
6292
6222
  declare class NgxSmzTablesModule {
6293
6223
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTablesModule, never>;
6294
- 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 i23.TooltipModule, typeof i32.SkeletonModule, typeof i3$3.TextareaModule, typeof OverlayPanelModule, 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]>;
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]>;
6295
6225
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTablesModule>;
6296
6226
  }
6297
6227
 
@@ -6521,14 +6451,14 @@ declare class SmzChartModule {
6521
6451
 
6522
6452
  declare class NgxSmzDocumentsModule {
6523
6453
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzDocumentsModule, never>;
6524
- 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 OverlayPanelModule, typeof i6.ButtonModule, typeof NgxSmzTablesModule, typeof i9.InputTextModule, typeof i23.TooltipModule, typeof i7.SelectButtonModule, typeof NgVarModule, typeof ClickStopPropagationModule, typeof NgxSmzDataPipesModule, typeof i23.TooltipModule, typeof SmzChartModule, typeof InjectContentAppModule], [typeof SmzDocumentComponent]>;
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]>;
6525
6455
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzDocumentsModule>;
6526
6456
  }
6527
6457
 
6528
6458
  declare class NgxSmzDialogsModule {
6529
6459
  static forRoot(): ModuleWithProviders<NgxSmzDialogsModule>;
6530
6460
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzDialogsModule, never>;
6531
- 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 OverlayPanelModule, typeof i20.TableModule, typeof i6.ButtonModule, typeof i57.MessageModule, typeof i17$1.ProgressSpinnerModule, typeof NgxSmzFormsModule, typeof InjectContentAppModule, typeof NgGroupByPipeModule, typeof DynamicDialogModule, typeof i22.ToolbarModule, typeof SmzTemplatesPipeModule, typeof i23.TooltipModule, typeof i3.ProgressBarModule, typeof SafeContentPipeModule, typeof NgxSmzTablesModule, typeof NgxSmzDocumentsModule, typeof i62.AutoFocusModule], never>;
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>;
6532
6462
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzDialogsModule>;
6533
6463
  }
6534
6464
 
@@ -8473,7 +8403,7 @@ declare const routerModuleForChildUsersModule: i0.ModuleWithProviders<RouterModu
8473
8403
  declare class UsersModule {
8474
8404
  constructor();
8475
8405
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersModule, never>;
8476
- 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>;
8477
8407
  static ɵinj: i0.ɵɵInjectorDeclaration<UsersModule>;
8478
8408
  }
8479
8409
 
@@ -9746,62 +9676,6 @@ declare class MenuHelperService {
9746
9676
  static ɵprov: i0.ɵɵInjectableDeclaration<MenuHelperService>;
9747
9677
  }
9748
9678
 
9749
- interface FaqsRouterConfig {
9750
- enabled: boolean;
9751
- tag: string;
9752
- }
9753
- interface FaqDetails {
9754
- id: string;
9755
- question: string;
9756
- answer: string;
9757
- }
9758
- interface FaqUpdate {
9759
- id: string;
9760
- tag: string;
9761
- question: string;
9762
- answer: string;
9763
- }
9764
- interface FaqCreation {
9765
- tag: string;
9766
- question: string;
9767
- answer: string;
9768
- }
9769
- interface DbData<T> {
9770
- items: T;
9771
- lastUpdated: Date | null;
9772
- }
9773
-
9774
- interface SmzRouteData {
9775
- layout?: RouteLayoutData;
9776
- appArea?: string;
9777
- title?: string;
9778
- clearReusableRoutes?: boolean;
9779
- requiredStates?: string[];
9780
- requiredFeatureStates?: string[];
9781
- claim?: string;
9782
- cacheStrategy?: ReusableRouteConfig;
9783
- faqs?: FaqsRouterConfig;
9784
- }
9785
- interface RouteLayoutData {
9786
- mode?: 'full' | 'menu-only' | 'topbar-only' | 'none' | 'custom';
9787
- hideFooter?: boolean;
9788
- contentPadding?: string;
9789
- contentStyleClass?: string;
9790
- }
9791
-
9792
- declare class RouterDataListenerService {
9793
- private router;
9794
- private activatedRoute;
9795
- private dialogs;
9796
- private store;
9797
- data: SmzRouteData;
9798
- constructor(router: Router, activatedRoute: ActivatedRoute, dialogs: SmzDialogsService, store: Store);
9799
- private normalizeLayoutData;
9800
- private mergeLayoutDatas;
9801
- static ɵfac: i0.ɵɵFactoryDeclaration<RouterDataListenerService, never>;
9802
- static ɵprov: i0.ɵɵInjectableDeclaration<RouterDataListenerService>;
9803
- }
9804
-
9805
9679
  interface SmzLoginData {
9806
9680
  username: string;
9807
9681
  password: string;
@@ -9919,6 +9793,31 @@ declare class SmzFaqsConfig {
9919
9793
  };
9920
9794
  }
9921
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
+
9922
9821
  declare class FaqsManagerService {
9923
9822
  private store;
9924
9823
  config: SmzFaqsConfig;
@@ -9997,6 +9896,24 @@ declare class NgxSmzFaqsModule {
9997
9896
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzFaqsModule>;
9998
9897
  }
9999
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
+
10000
9917
  declare function sortMenuItemsByLabel(menuItems: MenuCreation[], sort?: boolean): MenuCreation[];
10001
9918
 
10002
9919
  declare class ThemeManagerService {
@@ -10189,6 +10106,19 @@ declare class HephaestusProviderModule {
10189
10106
  static ɵinj: i0.ɵɵInjectorDeclaration<HephaestusProviderModule>;
10190
10107
  }
10191
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
+
10192
10122
  declare class HephaestusLayoutComponent implements OnInit, AfterContentInit {
10193
10123
  readonly layout: HephaestusLayout;
10194
10124
  readonly routerListener: RouterDataListenerService;
@@ -10366,7 +10296,7 @@ declare class SmzExportDialogModule {
10366
10296
 
10367
10297
  declare class OutletModule {
10368
10298
  static ɵfac: i0.ɵɵFactoryDeclaration<OutletModule, never>;
10369
- 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]>;
10370
10300
  static ɵinj: i0.ɵɵInjectorDeclaration<OutletModule>;
10371
10301
  }
10372
10302
 
@@ -10709,13 +10639,13 @@ declare class GlobalAssistanceComponent implements OnInit {
10709
10639
 
10710
10640
  declare class GlobalAssistanceModule {
10711
10641
  static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAssistanceModule, never>;
10712
- 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]>;
10713
10643
  static ɵinj: i0.ɵɵInjectorDeclaration<GlobalAssistanceModule>;
10714
10644
  }
10715
10645
 
10716
10646
  declare class HephaestusAssistanceModule {
10717
10647
  static ɵfac: i0.ɵɵFactoryDeclaration<HephaestusAssistanceModule, never>;
10718
- 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]>;
10719
10649
  static ɵinj: i0.ɵɵInjectorDeclaration<HephaestusAssistanceModule>;
10720
10650
  }
10721
10651
 
@@ -10990,7 +10920,7 @@ declare class ShortenPipe implements PipeTransform {
10990
10920
  declare class SmzNotificationsModule {
10991
10921
  constructor(service: SmzNotificationsService);
10992
10922
  static ɵfac: i0.ɵɵFactoryDeclaration<SmzNotificationsModule, never>;
10993
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmzNotificationsModule, [typeof SmzNotificationsComponent, typeof NotificationsListComponent, typeof NotificationItemComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof i18$1.BadgeModule, typeof OverlayPanelModule, typeof i6.ButtonModule, typeof NgxSmzTablesModule, typeof i9.InputTextModule, typeof i23.TooltipModule, typeof i7.SelectButtonModule, typeof NgVarModule, typeof ClickStopPropagationModule, typeof NgxSmzDataPipesModule, typeof i3$1.SharedModule, typeof SmzResponsiveComponent, typeof FilterByPipe, typeof ShortenPipe], [typeof SmzNotificationsComponent]>;
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]>;
10994
10924
  static ɵinj: i0.ɵɵInjectorDeclaration<SmzNotificationsModule>;
10995
10925
  }
10996
10926
 
@@ -11058,7 +10988,7 @@ declare class AthenaAssistanceComponent implements OnInit {
11058
10988
 
11059
10989
  declare class AthenaAssistanceModule$1 {
11060
10990
  static ɵfac: i0.ɵɵFactoryDeclaration<AthenaAssistanceModule$1, never>;
11061
- 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]>;
11062
10992
  static ɵinj: i0.ɵɵInjectorDeclaration<AthenaAssistanceModule$1>;
11063
10993
  }
11064
10994
 
@@ -11342,13 +11272,14 @@ declare class NewAthenaAssistanceComponent {
11342
11272
 
11343
11273
  declare class AthenaAssistanceModule {
11344
11274
  static ɵfac: i0.ɵɵFactoryDeclaration<AthenaAssistanceModule, never>;
11345
- 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]>;
11346
11276
  static ɵinj: i0.ɵɵInjectorDeclaration<AthenaAssistanceModule>;
11347
11277
  }
11348
11278
 
11349
- declare class NewAthenaHorizontalMenuComponent implements OnInit, AfterContentInit, OnChanges {
11279
+ declare class NewAthenaHorizontalMenuComponent implements AfterContentInit, OnChanges {
11350
11280
  private _eref;
11351
11281
  templates: QueryList<PrimeTemplate>;
11282
+ store: Store;
11352
11283
  topbarTitle$: Observable<string>;
11353
11284
  appLogo$: Observable<_ngx_smz_core.SmzAppLogo>;
11354
11285
  layout$: Observable<_ngx_smz_core.NewAthenaLayout>;
@@ -11359,7 +11290,6 @@ declare class NewAthenaHorizontalMenuComponent implements OnInit, AfterContentIn
11359
11290
  menuType: typeof MenuType;
11360
11291
  headerExtrasTemplate: TemplateRef<any>;
11361
11292
  constructor(_eref: ElementRef);
11362
- ngOnInit(): void;
11363
11293
  ngAfterContentInit(): void;
11364
11294
  ngOnChanges(changes: SimpleChanges): void;
11365
11295
  toogleOnly(item: MenuItem, menu: MenuItem[]): void;
@@ -11546,7 +11476,7 @@ declare class SmzDataTransformTreePipe implements PipeTransform {
11546
11476
 
11547
11477
  declare class NgxSmzTreesModule {
11548
11478
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTreesModule, never>;
11549
- 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 i23.TooltipModule, typeof i11.ContextMenuModule, typeof i12$1.TreeModule, typeof i23.TooltipModule, typeof i9.InputTextModule, typeof i32.SkeletonModule, typeof NgxSmzMenuModule, typeof i16.MenuModule, typeof i17.IconFieldModule, typeof i18.InputIconModule], [typeof SmzTreeComponent, typeof i3$1.SharedModule]>;
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]>;
11550
11480
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTreesModule>;
11551
11481
  }
11552
11482
 
@@ -11640,7 +11570,7 @@ declare class NgCloneModule {
11640
11570
 
11641
11571
  declare class NgxSmzTreeWithDetailsModule {
11642
11572
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzTreeWithDetailsModule, never>;
11643
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzTreeWithDetailsModule, [typeof SmzTreeWithDetailsComponent, typeof TreeItemsPipe], [typeof i2.CommonModule, typeof i3$1.SharedModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof i23.TooltipModule, typeof NgxSmzMenuModule, typeof NgxSmzTreesModule, typeof NgCloneModule, typeof NgxSmzUiBlockModule, typeof NgVarModule], [typeof SmzTreeWithDetailsComponent, typeof i3$1.SharedModule]>;
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]>;
11644
11574
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzTreeWithDetailsModule>;
11645
11575
  }
11646
11576
 
@@ -11720,7 +11650,7 @@ declare class SmzInfoDatePipe implements PipeTransform {
11720
11650
 
11721
11651
  declare class SmzInfoDateModule {
11722
11652
  static ɵfac: i0.ɵɵFactoryDeclaration<SmzInfoDateModule, never>;
11723
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInfoDateModule, [typeof SmzInfoDateComponent, typeof SmzInfoDatePipe], [typeof i2.CommonModule, typeof i23.TooltipModule], [typeof SmzInfoDateComponent]>;
11653
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmzInfoDateModule, [typeof SmzInfoDateComponent, typeof SmzInfoDatePipe], [typeof i2.CommonModule, typeof i22.TooltipModule], [typeof SmzInfoDateComponent]>;
11724
11654
  static ɵinj: i0.ɵɵInjectorDeclaration<SmzInfoDateModule>;
11725
11655
  }
11726
11656
 
@@ -11982,7 +11912,7 @@ declare class MentionableTextareaComponent {
11982
11912
 
11983
11913
  declare class NgxSmzCommentsModule {
11984
11914
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzCommentsModule, never>;
11985
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSmzCommentsModule, [typeof SmzCommentsComponent, typeof SmzCommentsSectionComponent], [typeof i2.CommonModule, typeof i6.ButtonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof OverlayPanelModule, typeof NgxSmzFormsModule, typeof i12$1.TreeModule, typeof NgxSmzDataPipesModule, typeof SmzMessagesModule, typeof MentionableTextareaComponent], [typeof SmzCommentsSectionComponent]>;
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]>;
11986
11916
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzCommentsModule>;
11987
11917
  }
11988
11918
 
@@ -12640,7 +12570,7 @@ declare class NgxSmzServerImageModule {
12640
12570
 
12641
12571
  declare class NgxSmzCardsModule {
12642
12572
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmzCardsModule, never>;
12643
- 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 i23.TooltipModule, typeof SafeContentPipeModule, typeof NgxSmzDataPipesModule, typeof ClickStopPropagationModule, typeof NgVarModule, typeof i17.IconFieldModule, typeof i18.InputIconModule], [typeof SmzCardsComponent, typeof SmzGridItemComponent, typeof i3$1.SharedModule]>;
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]>;
12644
12574
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSmzCardsModule>;
12645
12575
  }
12646
12576
 
@@ -12952,7 +12882,7 @@ type SmzSvgAnchorTypes = 'container' | 'root' | 'world';
12952
12882
 
12953
12883
  declare class SmzSvgComponent implements OnChanges, AfterViewInit, OnDestroy {
12954
12884
  cdf: ChangeDetectorRef;
12955
- overlayPanel: OverlayPanel;
12885
+ overlayPanel: Popover;
12956
12886
  state: SmzSvgState;
12957
12887
  pins: SmzSvgPin[];
12958
12888
  draw: SmzSVGWrapper;
@@ -12993,7 +12923,7 @@ declare class SmzSvgComponent implements OnChanges, AfterViewInit, OnDestroy {
12993
12923
 
12994
12924
  declare class SmzSvgModule {
12995
12925
  static ɵfac: i0.ɵɵFactoryDeclaration<SmzSvgModule, never>;
12996
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmzSvgModule, [typeof SmzSvgComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof OverlayPanelModule], [typeof SmzSvgComponent]>;
12926
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmzSvgModule, [typeof SmzSvgComponent], [typeof i2.CommonModule, typeof i3$2.FormsModule, typeof RbkPipesModule, typeof i8.PopoverModule], [typeof SmzSvgComponent]>;
12997
12927
  static ɵinj: i0.ɵɵInjectorDeclaration<SmzSvgModule>;
12998
12928
  }
12999
12929