ngx-wapp-components 3.2.15 → 3.2.16-alpha.1

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.15",
3
+ "version": "3.2.16-alpha.1",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -60,4 +60,4 @@
60
60
  }
61
61
  },
62
62
  "type": "module"
63
- }
63
+ }
@@ -1,93 +1,93 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, PipeTransform, TemplateRef, QueryList, ChangeDetectorRef, Type, Renderer2, OnDestroy, ModuleWithProviders } from '@angular/core';
3
- import * as i111 from '@angular/forms';
3
+ import * as i112 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
6
  import { ConfirmationService, MenuItem, MessageService, TreeNode } from 'primeng/api';
7
- import * as i131 from 'primeng/table';
7
+ import * as i132 from 'primeng/table';
8
8
  import { Table, TableLazyLoadEvent } from 'primeng/table';
9
9
  import * as rxjs from 'rxjs';
10
10
  import { Observable, Subscription } from 'rxjs';
11
- import * as i113 from '@angular/router';
11
+ import * as i114 from '@angular/router';
12
12
  import { Router } from '@angular/router';
13
13
  import * as i1 from '@angular/common';
14
14
  import { Location } from '@angular/common';
15
15
  import { HttpClient, HttpHeaders } from '@angular/common/http';
16
- import * as i139 from 'primeng/fileupload';
16
+ import * as i140 from 'primeng/fileupload';
17
17
  import { FileUpload } from 'primeng/fileupload';
18
18
  import { DialogService, DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
19
19
  import * as primeng_ts_helpers from 'primeng/ts-helpers';
20
20
  import { BreakpointObserver } from '@angular/cdk/layout';
21
- import * as i164 from 'ngx-image-cropper';
21
+ import * as i165 from 'ngx-image-cropper';
22
22
  import { ImageTransform, ImageCroppedEvent, Dimensions } from 'ngx-image-cropper';
23
23
  import { models, IReportEmbedConfiguration, service, Embed } from 'powerbi-client';
24
- import * as i143 from 'powerbi-client-angular';
24
+ import * as i144 from 'powerbi-client-angular';
25
25
  import { PowerBIReportEmbedComponent } from 'powerbi-client-angular';
26
- import * as i116 from 'primeng/drawer';
26
+ import * as i117 from 'primeng/drawer';
27
27
  import { Drawer } from 'primeng/drawer';
28
- import * as i144 from 'primeng/treetable';
28
+ import * as i145 from 'primeng/treetable';
29
29
  import { TreeTable } from 'primeng/treetable';
30
- import * as i134 from 'primeng/datepicker';
30
+ import * as i135 from 'primeng/datepicker';
31
31
  import { DatePickerTypeView } from 'primeng/datepicker';
32
- import * as i148 from 'primeng/tabs';
32
+ import * as i149 from 'primeng/tabs';
33
33
  import { Tabs } from 'primeng/tabs';
34
- import * as i156 from 'primeng/chart';
34
+ import * as i157 from 'primeng/chart';
35
35
  import { UIChart } from 'primeng/chart';
36
36
  import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
37
- import * as i167 from '@angular/material/icon';
37
+ import * as i168 from '@angular/material/icon';
38
38
  import { MatIconRegistry } from '@angular/material/icon';
39
39
  import { ComponentType } from '@angular/cdk/portal';
40
- import * as i169 from '@angular/material/dialog';
40
+ import * as i170 from '@angular/material/dialog';
41
41
  import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
42
42
  import * as monacoTypes from 'monaco-editor';
43
43
  import { DeviceDetectorService } from 'ngx-device-detector';
44
- import * as i110 from 'primeng/inputtext';
45
- import * as i114 from 'primeng/button';
46
- import * as i115 from 'ngx-highlightjs';
47
- import * as i117 from 'primeng/badge';
48
- import * as i118 from 'primeng/radiobutton';
49
- import * as i119 from 'primeng/toggleswitch';
50
- import * as i120 from 'primeng/tooltip';
51
- import * as i121 from 'primeng/ripple';
52
- import * as i122 from 'primeng/skeleton';
53
- import * as i123 from 'primeng/select';
54
- import * as i124 from 'primeng/multiselect';
55
- import * as i125 from 'primeng/avatar';
56
- import * as i126 from 'primeng/avatargroup';
57
- import * as i127 from 'primeng/treeselect';
58
- import * as i128 from 'primeng/inputnumber';
59
- import * as i129 from 'primeng/textarea';
60
- import * as i130 from 'primeng/autocomplete';
61
- import * as i132 from 'primeng/paginator';
62
- import * as i133 from 'primeng/confirmpopup';
63
- import * as i135 from 'primeng/togglebutton';
64
- import * as i136 from 'primeng/selectbutton';
65
- import * as i137 from 'primeng/inputgroup';
66
- import * as i138 from 'primeng/image';
67
- import * as i140 from 'primeng/slider';
68
- import * as i141 from 'primeng/carousel';
69
- import * as i142 from 'primeng/divider';
70
- import * as i145 from 'primeng/message';
71
- import * as i146 from 'primeng/checkbox';
72
- import * as i147 from 'primeng/steps';
73
- import * as i149 from 'primeng/timeline';
74
- import * as i150 from 'primeng/card';
75
- import * as i151 from 'primeng/chip';
76
- import * as i152 from 'primeng/tieredmenu';
77
- import * as i153 from 'primeng/galleria';
78
- import * as i154 from 'primeng/blockui';
79
- import * as i155 from 'primeng/listbox';
80
- import * as i157 from 'primeng/accordion';
81
- import * as i158 from 'primeng/progressbar';
82
- import * as i159 from 'primeng/tree';
83
- import * as i160 from 'primeng/iconfield';
84
- import * as i161 from 'primeng/inputicon';
85
- import * as i162 from 'primeng/colorpicker';
86
- import * as i163 from '@angular/material/slide-toggle';
87
- import * as i166 from '@angular/material/card';
88
- import * as i168 from 'ng-flex-layout';
89
- import * as i170 from '@angular/material/button';
90
- import * as i171 from 'primeng/dataview';
44
+ import * as i111 from 'primeng/inputtext';
45
+ import * as i115 from 'primeng/button';
46
+ import * as i116 from 'ngx-highlightjs';
47
+ import * as i118 from 'primeng/badge';
48
+ import * as i119 from 'primeng/radiobutton';
49
+ import * as i120 from 'primeng/toggleswitch';
50
+ import * as i121 from 'primeng/tooltip';
51
+ import * as i122 from 'primeng/ripple';
52
+ import * as i123 from 'primeng/skeleton';
53
+ import * as i124 from 'primeng/select';
54
+ import * as i125 from 'primeng/multiselect';
55
+ import * as i126 from 'primeng/avatar';
56
+ import * as i127 from 'primeng/avatargroup';
57
+ import * as i128 from 'primeng/treeselect';
58
+ import * as i129 from 'primeng/inputnumber';
59
+ import * as i130 from 'primeng/textarea';
60
+ import * as i131 from 'primeng/autocomplete';
61
+ import * as i133 from 'primeng/paginator';
62
+ import * as i134 from 'primeng/confirmpopup';
63
+ import * as i136 from 'primeng/togglebutton';
64
+ import * as i137 from 'primeng/selectbutton';
65
+ import * as i138 from 'primeng/inputgroup';
66
+ import * as i139 from 'primeng/image';
67
+ import * as i141 from 'primeng/slider';
68
+ import * as i142 from 'primeng/carousel';
69
+ import * as i143 from 'primeng/divider';
70
+ import * as i146 from 'primeng/message';
71
+ import * as i147 from 'primeng/checkbox';
72
+ import * as i148 from 'primeng/steps';
73
+ import * as i150 from 'primeng/timeline';
74
+ import * as i151 from 'primeng/card';
75
+ import * as i152 from 'primeng/chip';
76
+ import * as i153 from 'primeng/tieredmenu';
77
+ import * as i154 from 'primeng/galleria';
78
+ import * as i155 from 'primeng/blockui';
79
+ import * as i156 from 'primeng/listbox';
80
+ import * as i158 from 'primeng/accordion';
81
+ import * as i159 from 'primeng/progressbar';
82
+ import * as i160 from 'primeng/tree';
83
+ import * as i161 from 'primeng/iconfield';
84
+ import * as i162 from 'primeng/inputicon';
85
+ import * as i163 from 'primeng/colorpicker';
86
+ import * as i164 from '@angular/material/slide-toggle';
87
+ import * as i167 from '@angular/material/card';
88
+ import * as i169 from 'ng-flex-layout';
89
+ import * as i171 from '@angular/material/button';
90
+ import * as i172 from 'primeng/dataview';
91
91
 
92
92
  declare class WappComponentsService {
93
93
  constructor();
@@ -110,10 +110,7 @@ declare enum ButtonType {
110
110
  secondary = 1,
111
111
  tertiary = 2,
112
112
  text = 3,
113
- table = 4,
114
- aiPrimary = 5,
115
- aiSecondary = 6,
116
- aiText = 7
113
+ table = 4
117
114
  }
118
115
  declare enum IconType {
119
116
  pIcon = 0,
@@ -3315,8 +3312,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3315
3312
  sheetFileData: WFileUploaderDataSheetResponse;
3316
3313
  base64FileData: WFileB64;
3317
3314
  timelife: number;
3318
- onFileData: EventEmitter<WFileUploaderDataSheetResponse | any>;
3319
- onFileDataB64: EventEmitter<WFileB64>;
3315
+ onFileData: EventEmitter<WFileUploaderDataSheetResponse | WFileB64 | any>;
3320
3316
  onErrorHandler: EventEmitter<any>;
3321
3317
  fileUpload: FileUpload;
3322
3318
  constructor(fileSizeService: FileSizeService);
@@ -3327,7 +3323,6 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3327
3323
  openFileSelector(): void;
3328
3324
  removeFile(event: any, file: any): void;
3329
3325
  readSheet(): void;
3330
- readFile(): void;
3331
3326
  readPDF(): void;
3332
3327
  sanitizeFileName(name: string): string;
3333
3328
  fileToBase64(file: File, includePrefix?: boolean): Promise<string>;
@@ -3336,7 +3331,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3336
3331
  downloadFile(file: any): void;
3337
3332
  isValid(): boolean;
3338
3333
  static ɵfac: i0.ɵɵFactoryDeclaration<WFileUploaderComponent, never>;
3339
- static ɵcmp: i0.ɵɵComponentDeclaration<WFileUploaderComponent, "w-file-uploader", never, { "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "activeFieldVersionBorders": { "alias": "activeFieldVersionBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "fileUploadConfig": { "alias": "fileUploadConfig"; "required": false; }; "fileSingleMode": { "alias": "fileSingleMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onFileData": "onFileData"; "onFileDataB64": "onFileDataB64"; "onErrorHandler": "onErrorHandler"; }, never, never, false, never>;
3334
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFileUploaderComponent, "w-file-uploader", never, { "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "activeFieldVersionBorders": { "alias": "activeFieldVersionBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "fileUploadConfig": { "alias": "fileUploadConfig"; "required": false; }; "fileSingleMode": { "alias": "fileSingleMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onFileData": "onFileData"; "onErrorHandler": "onErrorHandler"; }, never, never, false, never>;
3340
3335
  }
3341
3336
 
3342
3337
  interface MultiSelectOption {
@@ -3711,6 +3706,20 @@ interface WappingServiceTemplate {
3711
3706
  detailBody: string;
3712
3707
  }
3713
3708
 
3709
+ interface StampBookletConfig {
3710
+ enableStampCard: boolean;
3711
+ totalStamps: number;
3712
+ currentStamps: number;
3713
+ stampCardTitle?: string;
3714
+ stampCardMsgInProgress?: string;
3715
+ stampCardMsgCompleted?: string;
3716
+ stampCardBgColor?: string;
3717
+ stampCardFgColor?: string;
3718
+ stampCardAccentColor?: string;
3719
+ stampCardBgColorStamp?: string;
3720
+ stampCardFgColorStamp?: string;
3721
+ }
3722
+
3714
3723
  interface WappingService {
3715
3724
  id: number;
3716
3725
  cardTypesDefinedId: number;
@@ -3761,6 +3770,7 @@ interface WappingService {
3761
3770
  hasAssociatedArticles: boolean;
3762
3771
  fromWallet: boolean;
3763
3772
  dataReqToSendCard?: DataReqToSendCard;
3773
+ stampBookletConfig?: StampBookletConfig;
3764
3774
  }
3765
3775
 
3766
3776
  interface WappingServiceTranslations {
@@ -3827,6 +3837,7 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
3827
3837
  ecardStatus: typeof CardStatus;
3828
3838
  translations: any;
3829
3839
  isDrawService: boolean;
3840
+ isStampBookletService: boolean;
3830
3841
  forceMobile: boolean;
3831
3842
  wappingServicesTranslations: WappingServiceTranslations;
3832
3843
  canParticipateDraw: boolean;
@@ -4069,6 +4080,27 @@ declare class CarouselComponent implements OnInit, OnChanges {
4069
4080
  static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "wapp-carousel", never, { "images": { "alias": "images"; "required": false; }; "allowThumbnail": { "alias": "allowThumbnail"; "required": false; }; "infiniteCarousel": { "alias": "infiniteCarousel"; "required": false; }; "forceMobile": { "alias": "forceMobile"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "isNoImage": { "alias": "isNoImage"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "onSetImageEvent": "onSetImageEvent"; }, never, never, false, never>;
4070
4081
  }
4071
4082
 
4083
+ declare class WStampBookletComponent implements OnChanges {
4084
+ config: StampBookletConfig;
4085
+ stampsArray: number[];
4086
+ safeStamps: number;
4087
+ percent: number;
4088
+ remaining: number;
4089
+ footerText: string;
4090
+ isCompleted: boolean;
4091
+ defaultColors: {
4092
+ bg: string;
4093
+ fg: string;
4094
+ accent: string;
4095
+ stampBg: string;
4096
+ stampFg: string;
4097
+ };
4098
+ ngOnChanges(changes: SimpleChanges): void;
4099
+ private calculateProgress;
4100
+ static ɵfac: i0.ɵɵFactoryDeclaration<WStampBookletComponent, never>;
4101
+ static ɵcmp: i0.ɵɵComponentDeclaration<WStampBookletComponent, "w-stamp-booklet", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
4102
+ }
4103
+
4072
4104
  interface NgxMonacoEditorConfig {
4073
4105
  baseUrl?: string;
4074
4106
  requireConfig?: {
@@ -4147,7 +4179,7 @@ declare class MonacoEditorModule {
4147
4179
 
4148
4180
  declare class WappComponentsModule {
4149
4181
  static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
4150
- 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 i110.InputTextModule, typeof i111.FormsModule, typeof i111.ReactiveFormsModule, typeof i1.CommonModule, typeof i113.RouterModule, typeof i114.ButtonModule, typeof i115.HighlightModule, typeof i116.DrawerModule, typeof i117.BadgeModule, typeof i118.RadioButtonModule, typeof i119.ToggleSwitchModule, typeof i120.TooltipModule, typeof i121.RippleModule, typeof i122.SkeletonModule, typeof i123.SelectModule, typeof i124.MultiSelectModule, typeof i125.AvatarModule, typeof i126.AvatarGroupModule, typeof i127.TreeSelectModule, typeof i128.InputNumberModule, typeof i129.TextareaModule, typeof i130.AutoCompleteModule, typeof i131.TableModule, typeof i124.MultiSelectModule, typeof i132.PaginatorModule, typeof i133.ConfirmPopupModule, typeof i134.DatePickerModule, typeof i135.ToggleButtonModule, typeof i136.SelectButtonModule, typeof i137.InputGroupModule, typeof i138.ImageModule, typeof i139.FileUploadModule, typeof i140.SliderModule, typeof i141.CarouselModule, typeof i142.DividerModule, typeof i143.PowerBIEmbedModule, typeof i144.TreeTableModule, typeof i145.MessageModule, typeof i146.CheckboxModule, typeof i147.StepsModule, typeof i148.TabsModule, typeof i149.TimelineModule, typeof i150.CardModule, typeof i151.ChipModule, typeof i152.TieredMenuModule, typeof i153.GalleriaModule, typeof i154.BlockUIModule, typeof i155.ListboxModule, typeof i156.ChartModule, typeof i157.AccordionModule, typeof i158.ProgressBarModule, typeof i159.TreeModule, typeof i160.IconFieldModule, typeof i161.InputIconModule, typeof i162.ColorPickerModule, typeof i163.MatSlideToggleModule, typeof i164.ImageCropperComponent, typeof MonacoEditorModule, typeof i166.MatCardModule, typeof i167.MatIconModule, typeof i168.FlexLayoutModule, typeof i169.MatDialogModule, typeof i170.MatButtonModule], [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WClipboardComponent, typeof i115.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 i138.ImageModule, typeof i139.FileUploadModule, typeof i140.SliderModule, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof i164.ImageCropperComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof i136.SelectButtonModule, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof i147.StepsModule, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof i148.TabsModule, typeof WBadgeComponent, typeof WTimelineComponent, typeof i149.TimelineModule, typeof i150.CardModule, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof i151.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 i152.TieredMenuModule, typeof WSkeletonGenericComponent, typeof i153.GalleriaModule, typeof i154.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 i169.MatDialogModule, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof i159.TreeModule, typeof i158.ProgressBarModule, typeof i114.ButtonModule, typeof i160.IconFieldModule, typeof i161.InputIconModule, typeof i137.InputGroupModule, typeof i171.DataViewModule, typeof WDataviewComponent]>;
4182
+ 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]>;
4151
4183
  static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
4152
4184
  }
4153
4185
 
@@ -4185,5 +4217,5 @@ interface WappTableActionButtonResponse {
4185
4217
  elementsSelected: any[];
4186
4218
  }
4187
4219
 
4188
- export { AddressEnum, CONTROL_VALUE_ACCESSOR, CardStatus, CarouselComponent, ClipboardService, 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, WPowerbiReportComponent, WPreviewImageComponent, WRadioButtonComponent, WSelectButtonComponent, WSidebarComponent, WSkeletonEditComponent, WSkeletonEditProductComponent, WSkeletonFormComponent, WSkeletonGenericComponent, WSkeletonIframeComponent, WSkeletonInputGenericComponent, WSkeletonListComponent, WSkeletonPowerbiReportComponent, WSkeletonProfileSidebarComponent, WSkeletonQueryBuilderComponent, WSkeletonSidebarComponent, WSkeletonTimelineComponent, WSkeletonTreeComponent, WSkeletonUserProfileInfoSidebarComponent, 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 };
4189
- export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations, EmbedConfig, EmptyWarningContext, Entity, EntityContext, EntityMap, Field, FieldContext, FieldMap, Filter, FilterPanelTranslations, ImageB64, InputContext, LazyElementQueryRequest, LocalRuleMeta, ModalSize$1 as ModalSize, NullableOption, OperatorContext, Option, ParameterSelector, PlatformEventsGroups, QueryBuilderClassNames, QueryBuilderConfig, QueryResults, RemoveButtonContext, Rule, RuleSet, SwitchGroupContext, TableColoredBadge, TableEnumIcon, WAddress, WAddressMaps, WFileAttachment, WFileB64, WFileUploaderConfig, WFileUploaderDataSheetResponse, WImageCropperData, WImageFileUploaderConfig, WSelectButtonState, WTreeTable, WTreeTableColumn, WappTable, WappTableActionButtonResponse, WappTableLazyLoading, WappTableLazyTooltips, WappTableTooltips, WappingService, WappingServiceItemView };
4220
+ export { AddressEnum, CONTROL_VALUE_ACCESSOR, CardStatus, CarouselComponent, ClipboardService, 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, 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 };
4221
+ export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations, EmbedConfig, EmptyWarningContext, Entity, EntityContext, EntityMap, Field, FieldContext, FieldMap, Filter, FilterPanelTranslations, ImageB64, InputContext, LazyElementQueryRequest, LocalRuleMeta, 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, WappTable, WappTableActionButtonResponse, WappTableLazyLoading, WappTableLazyTooltips, WappTableTooltips, WappingService, WappingServiceItemView };