ngx-wapp-components 3.2.27 → 3.2.28-alpha.2
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.
|
|
3
|
+
"version": "3.2.28-alpha.2",
|
|
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,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnChanges, SimpleChanges, OnInit, AfterViewInit, ElementRef, EventEmitter,
|
|
2
|
+
import { OnChanges, SimpleChanges, OnInit, AfterViewInit, ElementRef, EventEmitter, TemplateRef, PipeTransform, QueryList, ChangeDetectorRef, Type, Renderer2, OnDestroy, ModuleWithProviders } from '@angular/core';
|
|
3
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
|
+
import * as i124 from 'primeng/select';
|
|
7
|
+
import { Select, SelectFilterEvent } from 'primeng/select';
|
|
6
8
|
import { ConfirmationService, MenuItem, MessageService, TreeNode } from 'primeng/api';
|
|
7
9
|
import * as i132 from 'primeng/table';
|
|
8
10
|
import { Table, TableLazyLoadEvent } from 'primeng/table';
|
|
@@ -50,7 +52,6 @@ import * as i120 from 'primeng/toggleswitch';
|
|
|
50
52
|
import * as i121 from 'primeng/tooltip';
|
|
51
53
|
import * as i122 from 'primeng/ripple';
|
|
52
54
|
import * as i123 from 'primeng/skeleton';
|
|
53
|
-
import * as i124 from 'primeng/select';
|
|
54
55
|
import * as i125 from 'primeng/multiselect';
|
|
55
56
|
import * as i126 from 'primeng/avatar';
|
|
56
57
|
import * as i127 from 'primeng/avatargroup';
|
|
@@ -367,7 +368,11 @@ declare class WEditMultiselectComponent implements OnInit, ControlValueAccessor
|
|
|
367
368
|
removePaddingTop: boolean;
|
|
368
369
|
tooltip: string;
|
|
369
370
|
tooltipPosition?: string;
|
|
371
|
+
allowFooterTemplate: boolean;
|
|
372
|
+
wMultiSelect: Select;
|
|
373
|
+
footerTemplate?: TemplateRef<any>;
|
|
370
374
|
onChangeEvent: EventEmitter<any>;
|
|
375
|
+
onFilterEvent: EventEmitter<SelectFilterEvent>;
|
|
371
376
|
sizeType: typeof SizeType;
|
|
372
377
|
onChange: any;
|
|
373
378
|
onTouch: any;
|
|
@@ -380,11 +385,12 @@ declare class WEditMultiselectComponent implements OnInit, ControlValueAccessor
|
|
|
380
385
|
onOptionSelected(): void;
|
|
381
386
|
onOptionSelectedForm(event: any): void;
|
|
382
387
|
onInputBlur(event: Event): void;
|
|
388
|
+
onFilter(event: SelectFilterEvent): void;
|
|
383
389
|
getSizeName(value: number): string;
|
|
384
390
|
isRequiredValid(): boolean;
|
|
385
391
|
isRequiredValidNgModel(): boolean;
|
|
386
392
|
static ɵfac: i0.ɵɵFactoryDeclaration<WEditMultiselectComponent, never>;
|
|
387
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WEditMultiselectComponent, "w-edit-multiselect", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "showPanelDisabled": { "alias": "showPanelDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "showToggleAll": { "alias": "showToggleAll"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "errorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "onChangeEvent": "onChange"; },
|
|
393
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WEditMultiselectComponent, "w-edit-multiselect", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "showPanelDisabled": { "alias": "showPanelDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "showToggleAll": { "alias": "showToggleAll"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "errorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "allowFooterTemplate": { "alias": "allowFooterTemplate"; "required": false; }; }, { "onChangeEvent": "onChange"; "onFilterEvent": "onFilterChange"; }, ["footerTemplate"], never, false, never>;
|
|
388
394
|
}
|
|
389
395
|
|
|
390
396
|
declare class WButtonComponent implements OnInit {
|
|
@@ -3640,8 +3646,7 @@ declare enum WappingServiceType {
|
|
|
3640
3646
|
Promotion = 4,
|
|
3641
3647
|
Cuponing = 5,
|
|
3642
3648
|
Post = 6,
|
|
3643
|
-
Draws = 7
|
|
3644
|
-
MemberGetMember = 8
|
|
3649
|
+
Draws = 7
|
|
3645
3650
|
}
|
|
3646
3651
|
declare enum WappingServiceSubtype {
|
|
3647
3652
|
GiftCard = 1,
|
|
@@ -3659,10 +3664,7 @@ declare enum WappingServiceSubtype {
|
|
|
3659
3664
|
Post = 13,
|
|
3660
3665
|
DiscountCoupon = 14,
|
|
3661
3666
|
Identity = 15,
|
|
3662
|
-
PromoFixedPrice = 16
|
|
3663
|
-
Draws = 17,
|
|
3664
|
-
EarnAndBurn = 18,
|
|
3665
|
-
MemberGetMember = 20
|
|
3667
|
+
PromoFixedPrice = 16
|
|
3666
3668
|
}
|
|
3667
3669
|
declare enum SendingStatus {
|
|
3668
3670
|
ScheduledToSend = 1,
|
|
@@ -3824,9 +3826,6 @@ interface WappingServiceTranslations {
|
|
|
3824
3826
|
showMore?: string;
|
|
3825
3827
|
title?: string;
|
|
3826
3828
|
participate?: string;
|
|
3827
|
-
buttonService?: string;
|
|
3828
|
-
winnerDate?: string;
|
|
3829
|
-
yourNumbers?: string;
|
|
3830
3829
|
}
|
|
3831
3830
|
|
|
3832
3831
|
declare class WMaterialServiceCardComponent implements OnChanges {
|
|
@@ -3867,38 +3866,6 @@ declare class WMaterialServiceCardComponent implements OnChanges {
|
|
|
3867
3866
|
static ɵcmp: i0.ɵɵComponentDeclaration<WMaterialServiceCardComponent, "w-material-service-card", never, { "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; "defaultImage": { "alias": "defaultImage"; "required": false; }; "croppedImageConfiguration": { "alias": "croppedImageConfiguration"; "required": false; }; "croppedDialogTranslations": { "alias": "croppedDialogTranslations"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "cardClicked": "cardClicked"; "onDefaultImageEvent": "onDefaultImageEvent"; }, never, never, false, never>;
|
|
3868
3867
|
}
|
|
3869
3868
|
|
|
3870
|
-
interface DirectLotteryParticipationsDto {
|
|
3871
|
-
skyWappCardTransactionId: number;
|
|
3872
|
-
participationDate: Date;
|
|
3873
|
-
lotteryResultMessage: string;
|
|
3874
|
-
isAwarded: boolean;
|
|
3875
|
-
serviceAwardedId: number;
|
|
3876
|
-
serviceTypeAwarded: WappingServiceType;
|
|
3877
|
-
serviceSubtypeAwarded: WappingServiceSubtype;
|
|
3878
|
-
serviceAwardedName: string;
|
|
3879
|
-
serviceAwardedImage: string;
|
|
3880
|
-
}
|
|
3881
|
-
|
|
3882
|
-
interface LotteryEventNextDrawDto {
|
|
3883
|
-
lotteryEventId: number;
|
|
3884
|
-
drawDate: Date;
|
|
3885
|
-
skyWappCardTransactionIds: number[];
|
|
3886
|
-
}
|
|
3887
|
-
|
|
3888
|
-
interface LotteryEventPreviousDrawsDto {
|
|
3889
|
-
lotteryEventId: number;
|
|
3890
|
-
drawDate: Date;
|
|
3891
|
-
skyWappCardTransactionIds: number[];
|
|
3892
|
-
winningTransactionIds: number[];
|
|
3893
|
-
}
|
|
3894
|
-
|
|
3895
|
-
interface WalletLotteryParticipationsResponse {
|
|
3896
|
-
isScheduledForDraw: boolean;
|
|
3897
|
-
lotteryEventNextDraw: LotteryEventNextDrawDto;
|
|
3898
|
-
lotteryEventPreviousDraws: LotteryEventPreviousDrawsDto[];
|
|
3899
|
-
directLotteryParticipations: DirectLotteryParticipationsDto[];
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
3869
|
declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
3903
3870
|
private matIconRegistry;
|
|
3904
3871
|
private domSanitizer;
|
|
@@ -3913,21 +3880,15 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
|
3913
3880
|
ecardStatus: typeof CardStatus;
|
|
3914
3881
|
translations: any;
|
|
3915
3882
|
isDrawService: boolean;
|
|
3916
|
-
isMemberGetMember: boolean;
|
|
3917
3883
|
isStampBookletService: boolean;
|
|
3918
3884
|
forceMobile: boolean;
|
|
3919
3885
|
wappingServicesTranslations: WappingServiceTranslations;
|
|
3920
|
-
|
|
3921
|
-
showButtonService: boolean;
|
|
3922
|
-
showToggle: boolean;
|
|
3923
|
-
private _lotteryEvent;
|
|
3924
|
-
set lotteryEvent(value: WalletLotteryParticipationsResponse);
|
|
3925
|
-
get lotteryEvent(): WalletLotteryParticipationsResponse;
|
|
3886
|
+
canParticipateDraw: boolean;
|
|
3926
3887
|
private _wappingService;
|
|
3927
3888
|
set wappingService(value: WappingService);
|
|
3928
3889
|
get wappingService(): WappingService;
|
|
3929
3890
|
wappingServiceSelected: EventEmitter<boolean>;
|
|
3930
|
-
|
|
3891
|
+
participateDraw: EventEmitter<void>;
|
|
3931
3892
|
isDevModeActive: boolean;
|
|
3932
3893
|
defaultImage: WFileB64 | string;
|
|
3933
3894
|
croppedImageConfiguration: WImageCropperData;
|
|
@@ -3936,25 +3897,23 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
|
3936
3897
|
onDefaultImageEvent: EventEmitter<WFileB64>;
|
|
3937
3898
|
isNoImage: boolean;
|
|
3938
3899
|
onHoverImageTooltip: string;
|
|
3939
|
-
firstParticipation: boolean;
|
|
3940
|
-
hasParticipations: boolean;
|
|
3941
|
-
disabledParticipationsModal: boolean;
|
|
3942
3900
|
ref: DynamicDialogRef<WImageCropperComponent> | null;
|
|
3943
3901
|
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, dialogService: DialogService);
|
|
3944
3902
|
ngOnInit(): void;
|
|
3945
3903
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3946
3904
|
getWappingService(wappService: WappingService): void;
|
|
3947
|
-
evaluateDraw(): void;
|
|
3948
3905
|
getWappingServiceTiles(service: WappingService): void;
|
|
3949
3906
|
getWappingServiceImages(): void;
|
|
3950
3907
|
selectWappingService(): void;
|
|
3951
3908
|
hasHtml(value: any): boolean;
|
|
3952
|
-
|
|
3909
|
+
triggerParticipate(): void;
|
|
3953
3910
|
setImage(): void;
|
|
3954
|
-
getImage():
|
|
3911
|
+
getImage(): {
|
|
3912
|
+
path: string | WFileB64;
|
|
3913
|
+
}[];
|
|
3955
3914
|
isWFileImage(obj: WFileB64 | string): boolean;
|
|
3956
3915
|
static ɵfac: i0.ɵɵFactoryDeclaration<WMaterialServiceViewComponent, never>;
|
|
3957
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WMaterialServiceViewComponent, "w-material-service-view", never, { "forceMobile": { "alias": "forceMobile"; "required": false; }; "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "
|
|
3916
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WMaterialServiceViewComponent, "w-material-service-view", never, { "forceMobile": { "alias": "forceMobile"; "required": false; }; "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "canParticipateDraw": { "alias": "canParticipateDraw"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "defaultImage": { "alias": "defaultImage"; "required": false; }; "croppedImageConfiguration": { "alias": "croppedImageConfiguration"; "required": false; }; "croppedDialogTranslations": { "alias": "croppedDialogTranslations"; "required": false; }; "isNoImage": { "alias": "isNoImage"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "wappingServiceSelected": "wappingServiceSelected"; "participateDraw": "participateDraw"; "onDefaultImageEvent": "onDefaultImageEvent"; }, never, never, false, never>;
|
|
3958
3917
|
}
|
|
3959
3918
|
|
|
3960
3919
|
declare class WappMaterialServiceCardComponent {
|
|
@@ -4014,35 +3973,25 @@ declare class WappMaterialServiceViewComponent implements OnInit {
|
|
|
4014
3973
|
enumSendingStatus: typeof SendingStatus;
|
|
4015
3974
|
ecardStatus: typeof CardStatus;
|
|
4016
3975
|
translations: any;
|
|
3976
|
+
isDrawService: boolean;
|
|
4017
3977
|
wappingServicesTranslations: WappingServiceTranslations;
|
|
4018
|
-
|
|
4019
|
-
showButtonService: boolean;
|
|
4020
|
-
showToggle: boolean;
|
|
4021
|
-
private _lotteryEvent;
|
|
4022
|
-
set lotteryEvent(value: WalletLotteryParticipationsResponse);
|
|
4023
|
-
get lotteryEvent(): WalletLotteryParticipationsResponse;
|
|
3978
|
+
canParticipateDraw: boolean;
|
|
4024
3979
|
private _wappingService;
|
|
4025
3980
|
set wappingService(value: WappingService);
|
|
4026
3981
|
get wappingService(): WappingService;
|
|
4027
3982
|
wappingServiceSelected: EventEmitter<boolean>;
|
|
4028
|
-
|
|
4029
|
-
firstParticipation: boolean;
|
|
4030
|
-
isDraw: boolean;
|
|
4031
|
-
hasParticipations: boolean;
|
|
4032
|
-
disabledParticipationsModal: boolean;
|
|
4033
|
-
isMemberGetMember: boolean;
|
|
3983
|
+
participateDraw: EventEmitter<void>;
|
|
4034
3984
|
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, materialModal: MaterialModalService);
|
|
4035
3985
|
ngOnInit(): void;
|
|
4036
3986
|
initWappingService(): void;
|
|
4037
|
-
evaluateDraw(): void;
|
|
4038
3987
|
getWappingServiceTiles(): void;
|
|
4039
3988
|
getWappingServiceImages(): void;
|
|
4040
3989
|
selectWappingService(): void;
|
|
4041
3990
|
openModalShowMoreDescription(): void;
|
|
4042
|
-
|
|
3991
|
+
triggerParticipate(): void;
|
|
4043
3992
|
isOverflown(): boolean;
|
|
4044
3993
|
static ɵfac: i0.ɵɵFactoryDeclaration<WappMaterialServiceViewComponent, never>;
|
|
4045
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WappMaterialServiceViewComponent, "wapp-material-service-view", never, { "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "
|
|
3994
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WappMaterialServiceViewComponent, "wapp-material-service-view", never, { "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "canParticipateDraw": { "alias": "canParticipateDraw"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; }, { "wappingServiceSelected": "wappingServiceSelected"; "participateDraw": "participateDraw"; }, never, never, false, never>;
|
|
4046
3995
|
}
|
|
4047
3996
|
|
|
4048
3997
|
declare class MainTitleComponent implements OnInit {
|
|
@@ -4320,4 +4269,4 @@ interface WappTableActionButtonResponse {
|
|
|
4320
4269
|
}
|
|
4321
4270
|
|
|
4322
4271
|
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, 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 };
|
|
4323
|
-
export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations,
|
|
4272
|
+
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 };
|