ngx-wapp-components 3.0.21 → 3.0.22-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.0.
|
|
3
|
+
"version": "3.0.22-alpha.1",
|
|
4
4
|
"description": "This is a Wapping reusable component library published by Wapping.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code",
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"default": "./fesm2022/ngx-wapp-components.mjs"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
}
|
|
62
|
+
}
|
|
@@ -1,93 +1,93 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, PipeTransform, TemplateRef, QueryList, ChangeDetectorRef, Type, Renderer2, OnDestroy, ModuleWithProviders } from '@angular/core';
|
|
3
|
-
import * as
|
|
2
|
+
import { OnInit, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, PipeTransform, TemplateRef, QueryList, ChangeDetectorRef, Type, Renderer2, AfterContentInit, OnDestroy, ModuleWithProviders } from '@angular/core';
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
24
|
+
import * as i144 from 'powerbi-client-angular';
|
|
25
25
|
import { PowerBIReportEmbedComponent } from 'powerbi-client-angular';
|
|
26
|
-
import * as
|
|
26
|
+
import * as i117 from 'primeng/drawer';
|
|
27
27
|
import { Drawer } from 'primeng/drawer';
|
|
28
|
-
import * as
|
|
28
|
+
import * as i145 from 'primeng/treetable';
|
|
29
29
|
import { TreeTable } from 'primeng/treetable';
|
|
30
|
-
import * as
|
|
30
|
+
import * as i135 from 'primeng/datepicker';
|
|
31
31
|
import { DatePickerTypeView } from 'primeng/datepicker';
|
|
32
|
-
import * as
|
|
32
|
+
import * as i149 from 'primeng/tabs';
|
|
33
33
|
import { Tabs } from 'primeng/tabs';
|
|
34
|
-
import * as
|
|
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
|
|
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
|
|
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
|
|
45
|
-
import * as
|
|
46
|
-
import * as
|
|
47
|
-
import * as
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
63
|
-
import * as
|
|
64
|
-
import * as
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import * as
|
|
69
|
-
import * as
|
|
70
|
-
import * as
|
|
71
|
-
import * as
|
|
72
|
-
import * as
|
|
73
|
-
import * as
|
|
74
|
-
import * as
|
|
75
|
-
import * as
|
|
76
|
-
import * as
|
|
77
|
-
import * as
|
|
78
|
-
import * as
|
|
79
|
-
import * as
|
|
80
|
-
import * as
|
|
81
|
-
import * as
|
|
82
|
-
import * as
|
|
83
|
-
import * as
|
|
84
|
-
import * as
|
|
85
|
-
import * as
|
|
86
|
-
import * as
|
|
87
|
-
import * as
|
|
88
|
-
import * as
|
|
89
|
-
import * as
|
|
90
|
-
import * as
|
|
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();
|
|
@@ -2631,6 +2631,24 @@ declare class WTabviewComponent implements OnInit {
|
|
|
2631
2631
|
static ɵcmp: i0.ɵɵComponentDeclaration<WTabviewComponent, "w-tabview", never, { "headers": { "alias": "headers"; "required": false; }; "disabledTabs": { "alias": "disabledTabs"; "required": false; }; "requiredTabs": { "alias": "requiredTabs"; "required": false; }; "validatedTabs": { "alias": "validatedTabs"; "required": false; }; "applyValidationStyle": { "alias": "applyValidationStyle"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "type": { "alias": "type"; "required": false; }; "titleTabActive": { "alias": "titleTabActive"; "required": false; }; "keepTabsVisible": { "alias": "keepTabsVisible"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, never, [".panel-1", ".panel-2", ".panel-3", ".panel-4", ".panel-5", ".panel-6", ".panel-7", ".panel-8", ".panel-9", ".panel-10"], false, never>;
|
|
2632
2632
|
}
|
|
2633
2633
|
|
|
2634
|
+
interface CustomTab {
|
|
2635
|
+
header: string;
|
|
2636
|
+
lazy?: boolean;
|
|
2637
|
+
template?: TemplateRef<any>;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
declare class WTabviewLazyComponent implements AfterContentInit {
|
|
2641
|
+
tabs: CustomTab[];
|
|
2642
|
+
activeIndex: number;
|
|
2643
|
+
lazy: boolean;
|
|
2644
|
+
outActiveIndex: EventEmitter<number>;
|
|
2645
|
+
contentTemplates: QueryList<TemplateRef<any>>;
|
|
2646
|
+
ngAfterContentInit(): void;
|
|
2647
|
+
activeIndexChange(index: any): void;
|
|
2648
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WTabviewLazyComponent, never>;
|
|
2649
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WTabviewLazyComponent, "w-tabview-lazy", never, { "tabs": { "alias": "tabs"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, ["contentTemplates"], never, false, never>;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2634
2652
|
declare class WButtonTabviewComponent implements OnInit {
|
|
2635
2653
|
private cdref;
|
|
2636
2654
|
headers: string[];
|
|
@@ -4056,7 +4074,7 @@ declare class MonacoEditorModule {
|
|
|
4056
4074
|
|
|
4057
4075
|
declare class WappComponentsModule {
|
|
4058
4076
|
static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
|
|
4059
|
-
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
|
|
4077
|
+
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 WTabviewLazyComponent, 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 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 WTabviewLazyComponent, 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]>;
|
|
4060
4078
|
static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
|
|
4061
4079
|
}
|
|
4062
4080
|
|
|
@@ -4094,5 +4112,5 @@ interface WappTableActionButtonResponse {
|
|
|
4094
4112
|
elementsSelected: any[];
|
|
4095
4113
|
}
|
|
4096
4114
|
|
|
4097
|
-
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, 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 };
|
|
4098
|
-
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 };
|
|
4115
|
+
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, 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, WTabviewLazyComponent, WTimelineComponent, WToggleButtonComponent, WTreeComponent, WTreeFieldComponent, WTreeTableComponent, WViewBadgeComponent, WViewBooleanComponent, WViewTextComponent, WWizardComponent, WappComponentsComponent, WappComponentsModule, WappComponentsService, WappMaterialServiceCardComponent, WappMaterialServiceViewComponent, WappModalCloseButtonComponent, WappModalTitleComponent, WappServiceDescriptionComponent, WappTableColumnAlignTypes, WappingServiceAppViewType, WappingServiceSubtype, WappingServiceType };
|
|
4116
|
+
export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations, CustomTab, 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 };
|