ngx-wapp-components 3.2.16-alpha.3 → 3.2.16

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.16-alpha.3",
3
+ "version": "3.2.16",
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 i112 from '@angular/forms';
3
+ import * as i111 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 i132 from 'primeng/table';
7
+ import * as i131 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 i114 from '@angular/router';
11
+ import * as i113 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 i140 from 'primeng/fileupload';
16
+ import * as i139 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 i165 from 'ngx-image-cropper';
21
+ import * as i164 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 i144 from 'powerbi-client-angular';
24
+ import * as i143 from 'powerbi-client-angular';
25
25
  import { PowerBIReportEmbedComponent } from 'powerbi-client-angular';
26
- import * as i117 from 'primeng/drawer';
26
+ import * as i116 from 'primeng/drawer';
27
27
  import { Drawer } from 'primeng/drawer';
28
- import * as i145 from 'primeng/treetable';
28
+ import * as i144 from 'primeng/treetable';
29
29
  import { TreeTable } from 'primeng/treetable';
30
- import * as i135 from 'primeng/datepicker';
30
+ import * as i134 from 'primeng/datepicker';
31
31
  import { DatePickerTypeView } from 'primeng/datepicker';
32
- import * as i149 from 'primeng/tabs';
32
+ import * as i148 from 'primeng/tabs';
33
33
  import { Tabs } from 'primeng/tabs';
34
- import * as i157 from 'primeng/chart';
34
+ import * as i156 from 'primeng/chart';
35
35
  import { UIChart } from 'primeng/chart';
36
36
  import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
37
- import * as i168 from '@angular/material/icon';
37
+ import * as i167 from '@angular/material/icon';
38
38
  import { MatIconRegistry } from '@angular/material/icon';
39
39
  import { ComponentType } from '@angular/cdk/portal';
40
- import * as i170 from '@angular/material/dialog';
40
+ import * as i169 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 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';
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';
91
91
 
92
92
  declare class WappComponentsService {
93
93
  constructor();
@@ -110,7 +110,10 @@ declare enum ButtonType {
110
110
  secondary = 1,
111
111
  tertiary = 2,
112
112
  text = 3,
113
- table = 4
113
+ table = 4,
114
+ aiPrimary = 5,
115
+ aiSecondary = 6,
116
+ aiText = 7
114
117
  }
115
118
  declare enum IconType {
116
119
  pIcon = 0,
@@ -1991,6 +1994,7 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
1991
1994
  required: boolean;
1992
1995
  customHeightImg: number;
1993
1996
  activeMessagesOverlay: boolean;
1997
+ hideUploadMessage: boolean;
1994
1998
  onUploadFinished: EventEmitter<any>;
1995
1999
  onErrorHandler: EventEmitter<any>;
1996
2000
  onReturnImagesB64: EventEmitter<any>;
@@ -2007,6 +2011,7 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
2007
2011
  isDeletingMultiMode: boolean;
2008
2012
  actualMaxSize: number;
2009
2013
  timelife: number;
2014
+ imageHeight: any;
2010
2015
  onlyImageSelected: any;
2011
2016
  onlyCroppedImageSelected: any;
2012
2017
  dimensionsInput: WImageCropperData;
@@ -2041,12 +2046,13 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
2041
2046
  findIndex(img: any): number;
2042
2047
  openImageFileSelector(): void;
2043
2048
  openSingleImageFileSelector(): void;
2049
+ getImageHeight(): string;
2044
2050
  getGalleryClass(): "w-image-file-uploader-gallery-field" | "w-image-file-uploader-gallery";
2045
2051
  isValid(): boolean;
2046
2052
  getFileName(file: any): string;
2047
2053
  sanitizeFileName(name: string): string;
2048
2054
  static ɵfac: i0.ɵɵFactoryDeclaration<WImageFileUploaderComponent, never>;
2049
- static ɵcmp: i0.ɵɵComponentDeclaration<WImageFileUploaderComponent, "w-image-file-uploader", never, { "allowMultipleImages": { "alias": "allowMultipleImages"; "required": false; }; "activeImageUpload": { "alias": "activeImageUpload"; "required": false; }; "deactiveImageMethods": { "alias": "deactiveImageMethods"; "required": false; }; "imagesAlreadyUploaded": { "alias": "imagesAlreadyUploaded"; "required": false; }; "imageSingleMode": { "alias": "imageSingleMode"; "required": false; }; "uploadUrl": { "alias": "uploadUrl"; "required": false; }; "updateUrl": { "alias": "updateUrl"; "required": false; }; "deleteUrl": { "alias": "deleteUrl"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "activePositionProperty": { "alias": "activePositionProperty"; "required": false; }; "startPositionFromZero": { "alias": "startPositionFromZero"; "required": false; }; "activeTypeMediaProperty": { "alias": "activeTypeMediaProperty"; "required": false; }; "viewSingleMode": { "alias": "viewSingleMode"; "required": false; }; "viewMultiMode": { "alias": "viewMultiMode"; "required": false; }; "allowDeleteImage": { "alias": "allowDeleteImage"; "required": false; }; "identificatorName": { "alias": "identificatorImageName"; "required": false; }; "identificatorValue": { "alias": "identificatorImagesCollectionValue"; "required": false; }; "imageUploadConfig": { "alias": "imageUploadConfig"; "required": false; }; "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "fieldVersionReduced": { "alias": "fieldVersionReduced"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "required": { "alias": "required"; "required": false; }; "customHeightImg": { "alias": "customHeightImg"; "required": false; }; "activeMessagesOverlay": { "alias": "activeMessagesOverlay"; "required": false; }; }, { "onUploadFinished": "onUploadFinished"; "onErrorHandler": "onErrorHandler"; "onReturnImagesB64": "onReturnImagesB64"; "onDeleteImage": "onDeleteImage"; }, never, never, false, never>;
2055
+ static ɵcmp: i0.ɵɵComponentDeclaration<WImageFileUploaderComponent, "w-image-file-uploader", never, { "allowMultipleImages": { "alias": "allowMultipleImages"; "required": false; }; "activeImageUpload": { "alias": "activeImageUpload"; "required": false; }; "deactiveImageMethods": { "alias": "deactiveImageMethods"; "required": false; }; "imagesAlreadyUploaded": { "alias": "imagesAlreadyUploaded"; "required": false; }; "imageSingleMode": { "alias": "imageSingleMode"; "required": false; }; "uploadUrl": { "alias": "uploadUrl"; "required": false; }; "updateUrl": { "alias": "updateUrl"; "required": false; }; "deleteUrl": { "alias": "deleteUrl"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "activePositionProperty": { "alias": "activePositionProperty"; "required": false; }; "startPositionFromZero": { "alias": "startPositionFromZero"; "required": false; }; "activeTypeMediaProperty": { "alias": "activeTypeMediaProperty"; "required": false; }; "viewSingleMode": { "alias": "viewSingleMode"; "required": false; }; "viewMultiMode": { "alias": "viewMultiMode"; "required": false; }; "allowDeleteImage": { "alias": "allowDeleteImage"; "required": false; }; "identificatorName": { "alias": "identificatorImageName"; "required": false; }; "identificatorValue": { "alias": "identificatorImagesCollectionValue"; "required": false; }; "imageUploadConfig": { "alias": "imageUploadConfig"; "required": false; }; "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "fieldVersionReduced": { "alias": "fieldVersionReduced"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "required": { "alias": "required"; "required": false; }; "customHeightImg": { "alias": "customHeightImg"; "required": false; }; "activeMessagesOverlay": { "alias": "activeMessagesOverlay"; "required": false; }; "hideUploadMessage": { "alias": "hideUploadMessage"; "required": false; }; }, { "onUploadFinished": "onUploadFinished"; "onErrorHandler": "onErrorHandler"; "onReturnImagesB64": "onReturnImagesB64"; "onDeleteImage": "onDeleteImage"; }, never, never, false, never>;
2050
2056
  }
2051
2057
 
2052
2058
  interface WFileB64 {
@@ -2456,6 +2462,7 @@ declare class WSelectButtonComponent implements AfterViewInit {
2456
2462
  formControl: FormControl | null;
2457
2463
  stateClass: string;
2458
2464
  allowEmpty: boolean;
2465
+ variant: string;
2459
2466
  onChangeEvent: EventEmitter<any>;
2460
2467
  sizeType: typeof SizeType;
2461
2468
  viewSelectorEl: ElementRef;
@@ -2472,7 +2479,7 @@ declare class WSelectButtonComponent implements AfterViewInit {
2472
2479
  onButtonChanged(): void;
2473
2480
  onButtonChangedForm(value: any): void;
2474
2481
  static ɵfac: i0.ɵɵFactoryDeclaration<WSelectButtonComponent, never>;
2475
- static ɵcmp: i0.ɵɵComponentDeclaration<WSelectButtonComponent, "w-select-button", never, { "stateOptions": { "alias": "stateOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "stateClass": { "alias": "stateClass"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2482
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSelectButtonComponent, "w-select-button", never, { "stateOptions": { "alias": "stateOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "stateClass": { "alias": "stateClass"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2476
2483
  }
2477
2484
 
2478
2485
  interface WAddress {
@@ -3304,6 +3311,8 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3304
3311
  tooltip: string;
3305
3312
  required: boolean;
3306
3313
  accept: string;
3314
+ allowDeleteFile: boolean;
3315
+ allowDownloadFile: boolean;
3307
3316
  fileUploadConfig: WFileUploaderConfig;
3308
3317
  actualMaxSize: number;
3309
3318
  fileSingleMode: any;
@@ -3312,7 +3321,8 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3312
3321
  sheetFileData: WFileUploaderDataSheetResponse;
3313
3322
  base64FileData: WFileB64;
3314
3323
  timelife: number;
3315
- onFileData: EventEmitter<WFileUploaderDataSheetResponse | WFileB64 | any>;
3324
+ onFileData: EventEmitter<WFileUploaderDataSheetResponse | any>;
3325
+ onFileDataB64: EventEmitter<WFileB64>;
3316
3326
  onErrorHandler: EventEmitter<any>;
3317
3327
  fileUpload: FileUpload;
3318
3328
  constructor(fileSizeService: FileSizeService);
@@ -3324,6 +3334,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3324
3334
  removeFile(event: any, file: any): void;
3325
3335
  readSheet(): void;
3326
3336
  readPDF(): void;
3337
+ readFile(): void;
3327
3338
  sanitizeFileName(name: string): string;
3328
3339
  fileToBase64(file: File, includePrefix?: boolean): Promise<string>;
3329
3340
  getListboxClass(): string;
@@ -3331,7 +3342,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3331
3342
  downloadFile(file: any): void;
3332
3343
  isValid(): boolean;
3333
3344
  static ɵfac: i0.ɵɵFactoryDeclaration<WFileUploaderComponent, 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>;
3345
+ 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; }; "allowDeleteFile": { "alias": "allowDeleteFile"; "required": false; }; "allowDownloadFile": { "alias": "allowDownloadFile"; "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>;
3335
3346
  }
3336
3347
 
3337
3348
  interface MultiSelectOption {
@@ -3706,20 +3717,6 @@ interface WappingServiceTemplate {
3706
3717
  detailBody: string;
3707
3718
  }
3708
3719
 
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
-
3723
3720
  interface WappingService {
3724
3721
  id: number;
3725
3722
  cardTypesDefinedId: number;
@@ -3770,7 +3767,6 @@ interface WappingService {
3770
3767
  hasAssociatedArticles: boolean;
3771
3768
  fromWallet: boolean;
3772
3769
  dataReqToSendCard?: DataReqToSendCard;
3773
- stampBookletConfig?: StampBookletConfig;
3774
3770
  }
3775
3771
 
3776
3772
  interface WappingServiceTranslations {
@@ -3837,7 +3833,6 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
3837
3833
  ecardStatus: typeof CardStatus;
3838
3834
  translations: any;
3839
3835
  isDrawService: boolean;
3840
- isStampBookletService: boolean;
3841
3836
  forceMobile: boolean;
3842
3837
  wappingServicesTranslations: WappingServiceTranslations;
3843
3838
  canParticipateDraw: boolean;
@@ -4080,27 +4075,6 @@ declare class CarouselComponent implements OnInit, OnChanges {
4080
4075
  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>;
4081
4076
  }
4082
4077
 
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
-
4104
4078
  interface NgxMonacoEditorConfig {
4105
4079
  baseUrl?: string;
4106
4080
  requireConfig?: {
@@ -4179,7 +4153,7 @@ declare class MonacoEditorModule {
4179
4153
 
4180
4154
  declare class WappComponentsModule {
4181
4155
  static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
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]>;
4156
+ 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]>;
4183
4157
  static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
4184
4158
  }
4185
4159
 
@@ -4217,5 +4191,5 @@ interface WappTableActionButtonResponse {
4217
4191
  elementsSelected: any[];
4218
4192
  }
4219
4193
 
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 };
4194
+ 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 };
4195
+ 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 };