ngx-wapp-components 3.2.33 → 3.2.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.2.33",
3
+ "version": "3.2.34",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -58,6 +58,5 @@
58
58
  "types": "./types/ngx-wapp-components.d.ts",
59
59
  "default": "./fesm2022/ngx-wapp-components.mjs"
60
60
  }
61
- },
62
- "type": "module"
61
+ }
63
62
  }
@@ -1,94 +1,96 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnChanges, SimpleChanges, OnInit, AfterViewInit, ElementRef, EventEmitter, TemplateRef, PipeTransform, QueryList, ChangeDetectorRef, Type, Renderer2, OnDestroy, ModuleWithProviders } from '@angular/core';
3
- import * as i112 from '@angular/forms';
3
+ import * as i114 from '@angular/forms';
4
4
  import { ControlValueAccessor, FormControl, Validator, AbstractControl, ValidationErrors, FormBuilder, FormGroup } from '@angular/forms';
5
5
  import { Clipboard } from '@angular/cdk/clipboard';
6
- import * as i124 from 'primeng/select';
6
+ import * as i126 from 'primeng/select';
7
7
  import { Select, SelectFilterEvent } from 'primeng/select';
8
8
  import { ConfirmationService, MenuItem, MessageService, TreeNode } from 'primeng/api';
9
- import * as i132 from 'primeng/table';
9
+ import * as i134 from 'primeng/table';
10
10
  import { Table, TableLazyLoadEvent } from 'primeng/table';
11
11
  import * as rxjs from 'rxjs';
12
12
  import { Observable, Subscription } from 'rxjs';
13
- import * as i114 from '@angular/router';
13
+ import * as i116 from '@angular/router';
14
14
  import { Router } from '@angular/router';
15
15
  import * as i1 from '@angular/common';
16
16
  import { Location } from '@angular/common';
17
17
  import { HttpClient, HttpHeaders } from '@angular/common/http';
18
- import * as i140 from 'primeng/fileupload';
18
+ import * as i144 from 'primeng/fileupload';
19
19
  import { FileUpload } from 'primeng/fileupload';
20
20
  import { DialogService, DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
21
21
  import * as primeng_ts_helpers from 'primeng/ts-helpers';
22
22
  import { BreakpointObserver } from '@angular/cdk/layout';
23
- import * as i165 from 'ngx-image-cropper';
23
+ import * as i169 from 'ngx-image-cropper';
24
24
  import { ImageTransform, ImageCroppedEvent, Dimensions } from 'ngx-image-cropper';
25
25
  import { models, IReportEmbedConfiguration, service, Embed } from 'powerbi-client';
26
- import * as i144 from 'powerbi-client-angular';
26
+ import * as i148 from 'powerbi-client-angular';
27
27
  import { PowerBIReportEmbedComponent } from 'powerbi-client-angular';
28
- import * as i117 from 'primeng/drawer';
28
+ import * as i119 from 'primeng/drawer';
29
29
  import { Drawer } from 'primeng/drawer';
30
- import * as i145 from 'primeng/treetable';
30
+ import * as i149 from 'primeng/treetable';
31
31
  import { TreeTable } from 'primeng/treetable';
32
- import * as i135 from 'primeng/datepicker';
32
+ import * as i137 from 'primeng/datepicker';
33
33
  import { DatePickerTypeView } from 'primeng/datepicker';
34
- import * as i149 from 'primeng/tabs';
34
+ import * as i153 from 'primeng/tabs';
35
35
  import { Tabs } from 'primeng/tabs';
36
- import * as i157 from 'primeng/chart';
36
+ import * as i161 from 'primeng/chart';
37
37
  import { UIChart } from 'primeng/chart';
38
38
  import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
39
- import * as i168 from '@angular/material/icon';
39
+ import * as i172 from '@angular/material/icon';
40
40
  import { MatIconRegistry } from '@angular/material/icon';
41
41
  import { ComponentType } from '@angular/cdk/portal';
42
- import * as i170 from '@angular/material/dialog';
42
+ import * as i174 from '@angular/material/dialog';
43
43
  import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
44
44
  import * as monacoTypes from 'monaco-editor';
45
45
  import { DeviceDetectorService } from 'ngx-device-detector';
46
- import * as i111 from 'primeng/inputtext';
47
- import * as i115 from 'primeng/button';
48
- import * as i116 from 'ngx-highlightjs';
49
- import * as i118 from 'primeng/badge';
50
- import * as i119 from 'primeng/radiobutton';
51
- import * as i120 from 'primeng/toggleswitch';
52
- import * as i121 from 'primeng/tooltip';
53
- import * as i122 from 'primeng/ripple';
54
- import * as i123 from 'primeng/skeleton';
55
- import * as i125 from 'primeng/multiselect';
56
- import * as i126 from 'primeng/avatar';
57
- import * as i127 from 'primeng/avatargroup';
58
- import * as i128 from 'primeng/treeselect';
59
- import * as i129 from 'primeng/inputnumber';
60
- import * as i130 from 'primeng/textarea';
61
- import * as i131 from 'primeng/autocomplete';
62
- import * as i133 from 'primeng/paginator';
63
- import * as i134 from 'primeng/confirmpopup';
64
- import * as i136 from 'primeng/togglebutton';
65
- import * as i137 from 'primeng/selectbutton';
66
- import * as i138 from 'primeng/inputgroup';
67
- import * as i139 from 'primeng/image';
68
- import * as i141 from 'primeng/slider';
69
- import * as i142 from 'primeng/carousel';
70
- import * as i143 from 'primeng/divider';
71
- import * as i146 from 'primeng/message';
72
- import * as i147 from 'primeng/checkbox';
73
- import * as i148 from 'primeng/steps';
74
- import * as i150 from 'primeng/timeline';
75
- import * as i151 from 'primeng/card';
76
- import * as i152 from 'primeng/chip';
77
- import * as i153 from 'primeng/tieredmenu';
78
- import * as i154 from 'primeng/galleria';
79
- import * as i155 from 'primeng/blockui';
80
- import * as i156 from 'primeng/listbox';
81
- import * as i158 from 'primeng/accordion';
82
- import * as i159 from 'primeng/progressbar';
83
- import * as i160 from 'primeng/tree';
84
- import * as i161 from 'primeng/iconfield';
85
- import * as i162 from 'primeng/inputicon';
86
- import * as i163 from 'primeng/colorpicker';
87
- import * as i164 from '@angular/material/slide-toggle';
88
- import * as i167 from '@angular/material/card';
89
- import * as i169 from 'ng-flex-layout';
90
- import * as i171 from '@angular/material/button';
91
- import * as i172 from 'primeng/dataview';
46
+ import * as i113 from 'primeng/inputtext';
47
+ import * as i117 from 'primeng/button';
48
+ import * as i118 from 'ngx-highlightjs';
49
+ import * as i120 from 'primeng/badge';
50
+ import * as i121 from 'primeng/radiobutton';
51
+ import * as i122 from 'primeng/toggleswitch';
52
+ import * as i123 from 'primeng/tooltip';
53
+ import * as i124 from 'primeng/ripple';
54
+ import * as i125 from 'primeng/skeleton';
55
+ import * as i127 from 'primeng/multiselect';
56
+ import * as i128 from 'primeng/avatar';
57
+ import * as i129 from 'primeng/avatargroup';
58
+ import * as i130 from 'primeng/treeselect';
59
+ import * as i131 from 'primeng/inputnumber';
60
+ import * as i132 from 'primeng/textarea';
61
+ import * as i133 from 'primeng/autocomplete';
62
+ import * as i135 from 'primeng/paginator';
63
+ import * as i136 from 'primeng/confirmpopup';
64
+ import * as i138 from 'primeng/togglebutton';
65
+ import * as i139 from 'primeng/selectbutton';
66
+ import * as i140 from 'primeng/inputgroup';
67
+ import * as i141 from 'primeng/inputgroupaddon';
68
+ import * as i142 from 'primeng/password';
69
+ import * as i143 from 'primeng/image';
70
+ import * as i145 from 'primeng/slider';
71
+ import * as i146 from 'primeng/carousel';
72
+ import * as i147 from 'primeng/divider';
73
+ import * as i150 from 'primeng/message';
74
+ import * as i151 from 'primeng/checkbox';
75
+ import * as i152 from 'primeng/steps';
76
+ import * as i154 from 'primeng/timeline';
77
+ import * as i155 from 'primeng/card';
78
+ import * as i156 from 'primeng/chip';
79
+ import * as i157 from 'primeng/tieredmenu';
80
+ import * as i158 from 'primeng/galleria';
81
+ import * as i159 from 'primeng/blockui';
82
+ import * as i160 from 'primeng/listbox';
83
+ import * as i162 from 'primeng/accordion';
84
+ import * as i163 from 'primeng/progressbar';
85
+ import * as i164 from 'primeng/tree';
86
+ import * as i165 from 'primeng/iconfield';
87
+ import * as i166 from 'primeng/inputicon';
88
+ import * as i167 from 'primeng/colorpicker';
89
+ import * as i168 from '@angular/material/slide-toggle';
90
+ import * as i171 from '@angular/material/card';
91
+ import * as i173 from 'ng-flex-layout';
92
+ import * as i175 from '@angular/material/button';
93
+ import * as i176 from 'primeng/dataview';
92
94
 
93
95
  declare class WappComponentsService {
94
96
  constructor();
@@ -166,15 +168,56 @@ declare class WEditInputTextComponent implements ControlValueAccessor, OnChanges
166
168
  static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputTextComponent, "w-edit-input-text", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "minlengthErrorDescription": { "alias": "minlengthErrorDescription"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "maxlengthErrorDescription": { "alias": "maxlengthErrorDescription"; "required": false; }; "email": { "alias": "email"; "required": false; }; "emailErrorDescription": { "alias": "emailErrorDescription"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "patternErrorDescription": { "alias": "patternErrorDescription"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "inputIcon": { "alias": "inputIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
167
169
  }
168
170
 
171
+ declare class WEditInputgroupComponent implements ControlValueAccessor, OnChanges {
172
+ label: string;
173
+ showLabel: boolean;
174
+ placeholder: string;
175
+ required: boolean;
176
+ requiredErrorDescription: string;
177
+ disabled: boolean;
178
+ size: string;
179
+ addonLeftText: string;
180
+ addonLeftIcon: string;
181
+ addonRightText: string;
182
+ addonRightIcon: string;
183
+ formControl: FormControl | null;
184
+ removePaddingTop: boolean;
185
+ tooltip: string;
186
+ tooltipPosition?: string;
187
+ value: any;
188
+ isTouched: boolean;
189
+ onChange: (_: any) => void;
190
+ onTouch: () => void;
191
+ private readonly requiredTrimValidator;
192
+ ngOnChanges(changes: SimpleChanges): void;
193
+ private addRequiredTrimValidatorIfNeeded;
194
+ writeValue(value: any): void;
195
+ registerOnChange(fn: any): void;
196
+ registerOnTouched(fn: any): void;
197
+ setDisabledState(isDisabled: boolean): void;
198
+ onValueChanged(): void;
199
+ onInputBlur(event: Event): void;
200
+ getSizeName(value: number): string;
201
+ get sizeType(): typeof SizeType;
202
+ hasLeftAddon(): boolean;
203
+ hasRightAddon(): boolean;
204
+ isRequiredValid(): boolean;
205
+ isRequiredValidNgModel(): boolean;
206
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditInputgroupComponent, never>;
207
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputgroupComponent, "w-edit-inputgroup", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "addonLeftText": { "alias": "addonLeftText"; "required": false; }; "addonLeftIcon": { "alias": "addonLeftIcon"; "required": false; }; "addonRightText": { "alias": "addonRightText"; "required": false; }; "addonRightIcon": { "alias": "addonRightIcon"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
208
+ }
209
+
169
210
  declare class WClipboardComponent {
170
211
  private clipboard;
171
212
  codeText: string;
172
213
  language: string;
214
+ onlyButton: boolean;
215
+ label: string;
173
216
  icon: string;
174
217
  constructor(clipboard: Clipboard);
175
218
  copyToClipboard(): void;
176
219
  static ɵfac: i0.ɵɵFactoryDeclaration<WClipboardComponent, never>;
177
- static ɵcmp: i0.ɵɵComponentDeclaration<WClipboardComponent, "w-clipboard", never, { "codeText": { "alias": "codeText"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, {}, never, never, false, never>;
220
+ static ɵcmp: i0.ɵɵComponentDeclaration<WClipboardComponent, "w-clipboard", never, { "codeText": { "alias": "codeText"; "required": false; }; "language": { "alias": "language"; "required": false; }; "onlyButton": { "alias": "onlyButton"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
178
221
  }
179
222
 
180
223
  declare class WIconsComponent {
@@ -4151,6 +4194,34 @@ declare class WDataviewComponent implements OnInit {
4151
4194
  static ɵcmp: i0.ɵɵComponentDeclaration<WDataviewComponent, "w-dataview", never, {}, {}, never, never, false, never>;
4152
4195
  }
4153
4196
 
4197
+ declare class WPasswordComponent implements ControlValueAccessor {
4198
+ value: string;
4199
+ label: string;
4200
+ showLabel: boolean;
4201
+ placeholder: string;
4202
+ disabled: boolean;
4203
+ required: boolean;
4204
+ tooltip: string;
4205
+ tooltipPosition?: string;
4206
+ toggleMask: boolean;
4207
+ valueChange: EventEmitter<string>;
4208
+ onInput: EventEmitter<Event>;
4209
+ onBlur: EventEmitter<Event>;
4210
+ onFocus: EventEmitter<Event>;
4211
+ isTouched: boolean;
4212
+ onChange: (_: any) => void;
4213
+ onTouch: () => void;
4214
+ writeValue(value: any): void;
4215
+ registerOnChange(fn: any): void;
4216
+ registerOnTouched(fn: any): void;
4217
+ setDisabledState(isDisabled: boolean): void;
4218
+ onModelChange(newValue: string): void;
4219
+ onInputElement(event: Event): void;
4220
+ isRequiredValidNgModel(): boolean;
4221
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPasswordComponent, never>;
4222
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPasswordComponent, "w-password", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; }, { "valueChange": "valueChange"; "onInput": "onInput"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, never, false, never>;
4223
+ }
4224
+
4154
4225
  declare class CarouselComponent implements OnInit, OnChanges {
4155
4226
  private deviceDetector;
4156
4227
  thumbnail: ElementRef;
@@ -4297,7 +4368,7 @@ declare class MonacoEditorModule {
4297
4368
 
4298
4369
  declare class WappComponentsModule {
4299
4370
  static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
4300
- static ɵmod: i0.ɵɵNgModuleDeclaration<WappComponentsModule, [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WClipboardComponent, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WInputSearchComponent, typeof WFilterPanelComponent, typeof WListFieldComponent, typeof WViewCardTitleTextComponent, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof WPreviewImageComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof WBadgeComponent, typeof WTimelineComponent, typeof WPanelSubtitleComponent, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof WSkeletonGenericComponent, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WNotificationsEventFieldComponent, typeof WEditInputColorpickerComponent, typeof WPeriodSelectFieldComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof MainTitleComponent, typeof WFileGeneratorComponent, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WDataviewComponent, typeof CarouselComponent, typeof WStampBookletComponent], [typeof i111.InputTextModule, typeof i112.FormsModule, typeof i112.ReactiveFormsModule, typeof i1.CommonModule, typeof i114.RouterModule, typeof i115.ButtonModule, typeof i116.HighlightModule, typeof i117.DrawerModule, typeof i118.BadgeModule, typeof i119.RadioButtonModule, typeof i120.ToggleSwitchModule, typeof i121.TooltipModule, typeof i122.RippleModule, typeof i123.SkeletonModule, typeof i124.SelectModule, typeof i125.MultiSelectModule, typeof i126.AvatarModule, typeof i127.AvatarGroupModule, typeof i128.TreeSelectModule, typeof i129.InputNumberModule, typeof i130.TextareaModule, typeof i131.AutoCompleteModule, typeof i132.TableModule, typeof i125.MultiSelectModule, typeof i133.PaginatorModule, typeof i134.ConfirmPopupModule, typeof i135.DatePickerModule, typeof i136.ToggleButtonModule, typeof i137.SelectButtonModule, typeof i138.InputGroupModule, typeof i139.ImageModule, typeof i140.FileUploadModule, typeof i141.SliderModule, typeof i142.CarouselModule, typeof i143.DividerModule, typeof i144.PowerBIEmbedModule, typeof i145.TreeTableModule, typeof i146.MessageModule, typeof i147.CheckboxModule, typeof i148.StepsModule, typeof i149.TabsModule, typeof i150.TimelineModule, typeof i151.CardModule, typeof i152.ChipModule, typeof i153.TieredMenuModule, typeof i154.GalleriaModule, typeof i155.BlockUIModule, typeof i156.ListboxModule, typeof i157.ChartModule, typeof i158.AccordionModule, typeof i159.ProgressBarModule, typeof i160.TreeModule, typeof i161.IconFieldModule, typeof i162.InputIconModule, typeof i163.ColorPickerModule, typeof i164.MatSlideToggleModule, typeof i165.ImageCropperComponent, typeof MonacoEditorModule, typeof i167.MatCardModule, typeof i168.MatIconModule, typeof i169.FlexLayoutModule, typeof i170.MatDialogModule, typeof i171.MatButtonModule], [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WClipboardComponent, typeof i116.HighlightModule, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WPanelSubtitleComponent, typeof WInputSearchComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WFilterPanelComponent, typeof i139.ImageModule, typeof i140.FileUploadModule, typeof i141.SliderModule, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof i165.ImageCropperComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof i137.SelectButtonModule, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof i148.StepsModule, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof i149.TabsModule, typeof WBadgeComponent, typeof WTimelineComponent, typeof i150.TimelineModule, typeof i151.CardModule, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof i152.ChipModule, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof i153.TieredMenuModule, typeof WSkeletonGenericComponent, typeof i154.GalleriaModule, typeof i155.BlockUIModule, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WEditInputColorpickerComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof WFileGeneratorComponent, typeof MainTitleComponent, typeof i170.MatDialogModule, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof i160.TreeModule, typeof i159.ProgressBarModule, typeof i115.ButtonModule, typeof i161.IconFieldModule, typeof i162.InputIconModule, typeof i138.InputGroupModule, typeof i172.DataViewModule, typeof WDataviewComponent, typeof WStampBookletComponent, typeof WPeriodSelectFieldComponent]>;
4371
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WappComponentsModule, [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WEditInputgroupComponent, typeof WClipboardComponent, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WInputSearchComponent, typeof WFilterPanelComponent, typeof WListFieldComponent, typeof WViewCardTitleTextComponent, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof WPreviewImageComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof WBadgeComponent, typeof WTimelineComponent, typeof WPanelSubtitleComponent, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof WSkeletonGenericComponent, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WNotificationsEventFieldComponent, typeof WEditInputColorpickerComponent, typeof WPeriodSelectFieldComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof MainTitleComponent, typeof WFileGeneratorComponent, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WDataviewComponent, typeof WPasswordComponent, typeof CarouselComponent, typeof WStampBookletComponent], [typeof i113.InputTextModule, typeof i114.FormsModule, typeof i114.ReactiveFormsModule, typeof i1.CommonModule, typeof i116.RouterModule, typeof i117.ButtonModule, typeof i118.HighlightModule, typeof i119.DrawerModule, typeof i120.BadgeModule, typeof i121.RadioButtonModule, typeof i122.ToggleSwitchModule, typeof i123.TooltipModule, typeof i124.RippleModule, typeof i125.SkeletonModule, typeof i126.SelectModule, typeof i127.MultiSelectModule, typeof i128.AvatarModule, typeof i129.AvatarGroupModule, typeof i130.TreeSelectModule, typeof i131.InputNumberModule, typeof i132.TextareaModule, typeof i133.AutoCompleteModule, typeof i134.TableModule, typeof i127.MultiSelectModule, typeof i135.PaginatorModule, typeof i136.ConfirmPopupModule, typeof i137.DatePickerModule, typeof i138.ToggleButtonModule, typeof i139.SelectButtonModule, typeof i140.InputGroupModule, typeof i141.InputGroupAddonModule, typeof i142.PasswordModule, typeof i143.ImageModule, typeof i144.FileUploadModule, typeof i145.SliderModule, typeof i146.CarouselModule, typeof i147.DividerModule, typeof i148.PowerBIEmbedModule, typeof i149.TreeTableModule, typeof i150.MessageModule, typeof i151.CheckboxModule, typeof i152.StepsModule, typeof i153.TabsModule, typeof i154.TimelineModule, typeof i155.CardModule, typeof i156.ChipModule, typeof i157.TieredMenuModule, typeof i158.GalleriaModule, typeof i159.BlockUIModule, typeof i160.ListboxModule, typeof i161.ChartModule, typeof i162.AccordionModule, typeof i163.ProgressBarModule, typeof i164.TreeModule, typeof i165.IconFieldModule, typeof i166.InputIconModule, typeof i167.ColorPickerModule, typeof i168.MatSlideToggleModule, typeof i169.ImageCropperComponent, typeof MonacoEditorModule, typeof i171.MatCardModule, typeof i172.MatIconModule, typeof i173.FlexLayoutModule, typeof i174.MatDialogModule, typeof i175.MatButtonModule], [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WEditInputgroupComponent, typeof WClipboardComponent, typeof i118.HighlightModule, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WPanelSubtitleComponent, typeof WInputSearchComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WFilterPanelComponent, typeof i143.ImageModule, typeof i144.FileUploadModule, typeof i145.SliderModule, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof i169.ImageCropperComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof i139.SelectButtonModule, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof i152.StepsModule, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof i153.TabsModule, typeof WBadgeComponent, typeof WTimelineComponent, typeof i154.TimelineModule, typeof i155.CardModule, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof i156.ChipModule, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof i157.TieredMenuModule, typeof WSkeletonGenericComponent, typeof i158.GalleriaModule, typeof i159.BlockUIModule, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WEditInputColorpickerComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof WFileGeneratorComponent, typeof MainTitleComponent, typeof i174.MatDialogModule, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof i164.TreeModule, typeof i163.ProgressBarModule, typeof i117.ButtonModule, typeof i165.IconFieldModule, typeof i166.InputIconModule, typeof i140.InputGroupModule, typeof i141.InputGroupAddonModule, typeof i142.PasswordModule, typeof WPasswordComponent, typeof i176.DataViewModule, typeof WDataviewComponent, typeof WStampBookletComponent, typeof WPeriodSelectFieldComponent]>;
4301
4372
  static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
4302
4373
  }
4303
4374
 
@@ -4343,5 +4414,5 @@ interface WappTableActionButtonResponse {
4343
4414
  elementsSelected: any[];
4344
4415
  }
4345
4416
 
4346
- export { AddressEnum, CONTROL_VALUE_ACCESSOR, CardStatus, CarouselComponent, ClipboardService, ColorService, ColorTextPipe, CronCharactersType, CronFieldType, CronPeriodicityType, CustomColor, DataTypeEnum, DateConversionService, FileService, FormControlService, MainTitleComponent, ModalService, NotificationsEventEnum, NumberConversionService, OperatorEnum, PeriodSelectEnum, QBDataTypeEnum, QueryArrowIconDirective, QueryBuilderComponent, QueryButtonGroupDirective, QueryEmptyWarningDirective, QueryEntityDirective, QueryFieldDirective, QueryInputDirective, QueryOperatorDirective, QueryRemoveButtonDirective, QueryResultType, QuerySwitchGroupDirective, SendingStatus, SessionStorageService, TableColumnFilterTypes, TableColumnTypes, TreeService, TypeMedia, VALIDATOR, WAddressFieldComponent, WAutocompleteSearchComponent, WBadgeComponent, WBodyComponent, WBodyContainerComponent, WBodyGridComponent, WButtonComponent, WButtonTabviewComponent, WButtonWeekComponent, WButtonsFooterComponent, WCardComponent, WChartBarComponent, WChipComponent, WClipboardComponent, WCodeBlockComponent, WContainerComponent, WCronExpressionsComponent, WCurrencyPipe, WDataviewComponent, WDatePipe, WDatePipeFormatType, WDatePipeReturnType, WEditCalendarComponent, WEditCalendarMonthComponent, WEditCheckboxComponent, WEditInputColorpickerComponent, WEditInputNumberComponent, WEditInputTextComponent, WEditInputTextareaComponent, WEditMultiselectComponent, WEditSelectComponent, WEditToggleComponent, WEditTreeselectComponent, WFileGeneratorComponent, WFileUploaderComponent, WFilterPanelComponent, WFooterComponent, WHeaderPanelComponent, WIconsComponent, WImageCropperComponent, WImageFileUploaderComponent, WInputLabelComponent, WInputSearchComponent, WInputVerticalGapDividerComponent, WLogosComponent, WMapsComponent, WMaterialServiceCardComponent, WMaterialServiceViewComponent, WNavbarComponent, WNotificationsEventFieldComponent, WPanelComponent, WPanelGridComponent, WPanelSectionGapDividerComponent, WPanelSubtitleComponent, WPanelTitleComponent, WParameterSelectorComponent, WPercentagePipe, WPeriodSelectFieldComponent, WPowerbiReportComponent, WPreviewImageComponent, WRadioButtonComponent, WSelectButtonComponent, WSidebarComponent, WSkeletonEditComponent, WSkeletonEditProductComponent, WSkeletonFormComponent, WSkeletonGenericComponent, WSkeletonIframeComponent, WSkeletonInputGenericComponent, WSkeletonListComponent, WSkeletonPowerbiReportComponent, WSkeletonProfileSidebarComponent, WSkeletonQueryBuilderComponent, WSkeletonSidebarComponent, WSkeletonTimelineComponent, WSkeletonTreeComponent, WSkeletonUserProfileInfoSidebarComponent, WStampBookletComponent, WSummaryPipe, WTableComponent, WTableLazyComponent, WTabviewComponent, WTimelineComponent, WToggleButtonComponent, WTreeComponent, WTreeFieldComponent, WTreeTableComponent, WViewBadgeComponent, WViewBooleanComponent, WViewTextComponent, WWizardComponent, WappComponentsComponent, WappComponentsModule, WappComponentsService, WappMaterialServiceCardComponent, WappMaterialServiceViewComponent, WappModalCloseButtonComponent, WappModalTitleComponent, WappServiceDescriptionComponent, WappTableColumnAlignTypes, WappingServiceAppViewType, WappingServiceSubtype, WappingServiceType };
4417
+ export { AddressEnum, CONTROL_VALUE_ACCESSOR, CardStatus, CarouselComponent, ClipboardService, ColorService, ColorTextPipe, CronCharactersType, CronFieldType, CronPeriodicityType, CustomColor, DataTypeEnum, DateConversionService, FileService, FormControlService, MainTitleComponent, ModalService, NotificationsEventEnum, NumberConversionService, OperatorEnum, PeriodSelectEnum, QBDataTypeEnum, QueryArrowIconDirective, QueryBuilderComponent, QueryButtonGroupDirective, QueryEmptyWarningDirective, QueryEntityDirective, QueryFieldDirective, QueryInputDirective, QueryOperatorDirective, QueryRemoveButtonDirective, QueryResultType, QuerySwitchGroupDirective, SendingStatus, SessionStorageService, TableColumnFilterTypes, TableColumnTypes, TreeService, TypeMedia, VALIDATOR, WAddressFieldComponent, WAutocompleteSearchComponent, WBadgeComponent, WBodyComponent, WBodyContainerComponent, WBodyGridComponent, WButtonComponent, WButtonTabviewComponent, WButtonWeekComponent, WButtonsFooterComponent, WCardComponent, WChartBarComponent, WChipComponent, WClipboardComponent, WCodeBlockComponent, WContainerComponent, WCronExpressionsComponent, WCurrencyPipe, WDataviewComponent, WDatePipe, WDatePipeFormatType, WDatePipeReturnType, WEditCalendarComponent, WEditCalendarMonthComponent, WEditCheckboxComponent, WEditInputColorpickerComponent, WEditInputNumberComponent, WEditInputTextComponent, WEditInputTextareaComponent, WEditInputgroupComponent, WEditMultiselectComponent, WEditSelectComponent, WEditToggleComponent, WEditTreeselectComponent, WFileGeneratorComponent, WFileUploaderComponent, WFilterPanelComponent, WFooterComponent, WHeaderPanelComponent, WIconsComponent, WImageCropperComponent, WImageFileUploaderComponent, WInputLabelComponent, WInputSearchComponent, WInputVerticalGapDividerComponent, WLogosComponent, WMapsComponent, WMaterialServiceCardComponent, WMaterialServiceViewComponent, WNavbarComponent, WNotificationsEventFieldComponent, WPanelComponent, WPanelGridComponent, WPanelSectionGapDividerComponent, WPanelSubtitleComponent, WPanelTitleComponent, WParameterSelectorComponent, WPasswordComponent, WPercentagePipe, WPeriodSelectFieldComponent, WPowerbiReportComponent, WPreviewImageComponent, WRadioButtonComponent, WSelectButtonComponent, WSidebarComponent, WSkeletonEditComponent, WSkeletonEditProductComponent, WSkeletonFormComponent, WSkeletonGenericComponent, WSkeletonIframeComponent, WSkeletonInputGenericComponent, WSkeletonListComponent, WSkeletonPowerbiReportComponent, WSkeletonProfileSidebarComponent, WSkeletonQueryBuilderComponent, WSkeletonSidebarComponent, WSkeletonTimelineComponent, WSkeletonTreeComponent, WSkeletonUserProfileInfoSidebarComponent, WStampBookletComponent, WSummaryPipe, WTableComponent, WTableLazyComponent, WTabviewComponent, WTimelineComponent, WToggleButtonComponent, WTreeComponent, WTreeFieldComponent, WTreeTableComponent, WViewBadgeComponent, WViewBooleanComponent, WViewTextComponent, WWizardComponent, WappComponentsComponent, WappComponentsModule, WappComponentsService, WappMaterialServiceCardComponent, WappMaterialServiceViewComponent, WappModalCloseButtonComponent, WappModalTitleComponent, WappServiceDescriptionComponent, WappTableColumnAlignTypes, WappingServiceAppViewType, WappingServiceSubtype, WappingServiceType };
4347
4418
  export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations, DirectLotteryParticipationsDto, EmbedConfig, EmptyWarningContext, Entity, EntityContext, EntityMap, Field, FieldContext, FieldMap, Filter, FilterPanelTranslations, ImageB64, InputContext, LazyElementQueryRequest, LocalRuleMeta, LotteryEventNextDrawDto, LotteryEventPreviousDrawsDto, ModalSize$1 as ModalSize, NullableOption, OperatorContext, Option, ParameterSelector, PlatformEventsGroups, QueryBuilderClassNames, QueryBuilderConfig, QueryResults, RemoveButtonContext, Rule, RuleSet, StampBookletConfig, SwitchGroupContext, TableColoredBadge, TableEnumIcon, WAddress, WAddressMaps, WFileAttachment, WFileB64, WFileUploaderConfig, WFileUploaderDataSheetResponse, WImageCropperData, WImageFileUploaderConfig, WSelectButtonState, WTreeTable, WTreeTableColumn, WalletLotteryParticipationsResponse, WappTable, WappTableActionButtonResponse, WappTableLazyLoading, WappTableLazyTooltips, WappTableTooltips, WappingService, WappingServiceItemView };