ngx-wapp-components 1.0.78 → 1.0.79
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/esm2020/lib/misc/w-badge/w-badge.component.mjs +2 -2
- package/esm2020/lib/misc/w-timeline/w-timeline.component.mjs +3 -3
- package/esm2020/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.mjs +26 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.mjs +17 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.mjs +12 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.mjs +30 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.mjs +11 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.mjs +12 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.mjs +12 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.mjs +26 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.mjs +22 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.mjs +25 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.mjs +27 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.mjs +12 -0
- package/esm2020/lib/wapp-components.module.mjs +65 -17
- package/esm2020/public-api.mjs +14 -2
- package/fesm2015/ngx-wapp-components.mjs +229 -67
- package/fesm2015/ngx-wapp-components.mjs.map +1 -1
- package/fesm2020/ngx-wapp-components.mjs +229 -67
- package/fesm2020/ngx-wapp-components.mjs.map +1 -1
- package/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.d.ts +8 -0
- package/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.d.ts +5 -0
- package/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.d.ts +5 -0
- package/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.d.ts +9 -0
- package/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.d.ts +5 -0
- package/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.d.ts +5 -0
- package/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.d.ts +5 -0
- package/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.d.ts +8 -0
- package/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.d.ts +8 -0
- package/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.d.ts +9 -0
- package/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.d.ts +11 -0
- package/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.d.ts +5 -0
- package/lib/wapp-components.module.d.ts +56 -46
- package/package.json +1 -1
- package/public-api.d.ts +12 -1
- package/esm2020/lib/misc/w-chip/w-chip.component.mjs +0 -59
- package/lib/misc/w-chip/w-chip.component.d.ts +0 -20
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonEditComponent {
|
|
3
|
+
columnsNumber: number;
|
|
4
|
+
columnsArray: any[];
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonEditComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonEditComponent, "w-skeleton-edit", never, { "columnsNumber": "columnsNumber"; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonEditProductComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonEditProductComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonEditProductComponent, "w-skeleton-edit-product", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonIframeComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonIframeComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonIframeComponent, "w-skeleton-iframe", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonInputGenericComponent {
|
|
3
|
+
height: any;
|
|
4
|
+
width: any;
|
|
5
|
+
hasAlign: any;
|
|
6
|
+
label: any;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonInputGenericComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonInputGenericComponent, "w-skeleton-input-generic", never, { "height": "height"; "width": "width"; "hasAlign": "hasAlign"; "label": "label"; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonListComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonListComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonListComponent, "w-skeleton-list", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
package/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonPowerbiReportComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonPowerbiReportComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonPowerbiReportComponent, "w-skeleton-powerbi-report", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
package/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonProfileSidebarComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonProfileSidebarComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonProfileSidebarComponent, "w-skeleton-profile-sidebar", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonQueryBuilderComponent {
|
|
3
|
+
rule: string;
|
|
4
|
+
ruleSet: string;
|
|
5
|
+
stateOptions: any[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonQueryBuilderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonQueryBuilderComponent, "w-skeleton-query-builder", never, { "rule": "rule"; "ruleSet": "ruleSet"; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WSkeletonSidebarComponent implements OnInit {
|
|
4
|
+
items: any;
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonSidebarComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonSidebarComponent, "w-skeleton-sidebar", never, { "items": "itemsNumber"; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WSkeletonTimelineComponent implements OnInit {
|
|
4
|
+
eventsNumber: number;
|
|
5
|
+
events: any[];
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonTimelineComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonTimelineComponent, "w-skeleton-timeline", never, { "eventsNumber": "eventsNumber"; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WSkeletonTreeComponent implements OnInit {
|
|
4
|
+
rowsToShow: number;
|
|
5
|
+
rowHeight: string;
|
|
6
|
+
rowsArray: any;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonTreeComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonTreeComponent, "w-skeleton-tree", never, { "rowsToShow": "rowsToShow"; "rowHeight": "rowHeight"; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class WSkeletonUserProfileInfoSidebarComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonUserProfileInfoSidebarComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonUserProfileInfoSidebarComponent, "w-skeleton-user-profile-info-sidebar", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -50,53 +50,63 @@ import * as i48 from "./misc/w-badge/w-badge.component";
|
|
|
50
50
|
import * as i49 from "./misc/w-timeline/w-timeline.component";
|
|
51
51
|
import * as i50 from "./layout/w-panel-subtitle/w-panel-subtitle.component";
|
|
52
52
|
import * as i51 from "./view/w-view-text/w-view-text.component";
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "
|
|
55
|
-
import * as i54 from "
|
|
56
|
-
import * as i55 from "
|
|
57
|
-
import * as i56 from "
|
|
58
|
-
import * as i57 from "
|
|
59
|
-
import * as i58 from "
|
|
60
|
-
import * as i59 from "
|
|
61
|
-
import * as i60 from "
|
|
62
|
-
import * as i61 from "
|
|
63
|
-
import * as i62 from "
|
|
64
|
-
import * as i63 from "
|
|
65
|
-
import * as i64 from "primeng/
|
|
66
|
-
import * as i65 from "
|
|
67
|
-
import * as i66 from "
|
|
68
|
-
import * as i67 from "
|
|
69
|
-
import * as i68 from "
|
|
70
|
-
import * as i69 from "primeng/
|
|
71
|
-
import * as i70 from "
|
|
72
|
-
import * as i71 from "primeng/
|
|
73
|
-
import * as i72 from "primeng/
|
|
74
|
-
import * as i73 from "primeng/
|
|
75
|
-
import * as i74 from "primeng/
|
|
76
|
-
import * as i75 from "primeng/
|
|
77
|
-
import * as i76 from "primeng/
|
|
78
|
-
import * as i77 from "primeng/
|
|
79
|
-
import * as i78 from "primeng/
|
|
80
|
-
import * as i79 from "primeng/
|
|
81
|
-
import * as i80 from "
|
|
82
|
-
import * as i81 from "primeng/
|
|
83
|
-
import * as i82 from "primeng/
|
|
84
|
-
import * as i83 from "primeng/
|
|
85
|
-
import * as i84 from "
|
|
86
|
-
import * as i85 from "primeng/
|
|
87
|
-
import * as i86 from "primeng/
|
|
88
|
-
import * as i87 from "primeng/
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "primeng/
|
|
91
|
-
import * as i90 from "primeng/
|
|
92
|
-
import * as i91 from "
|
|
93
|
-
import * as i92 from "primeng/
|
|
94
|
-
import * as i93 from "primeng/
|
|
95
|
-
import * as i94 from "primeng/
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "primeng/
|
|
53
|
+
import * as i52 from "./shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component";
|
|
54
|
+
import * as i53 from "./shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component";
|
|
55
|
+
import * as i54 from "./shared/skeletons/w-skeleton-list/w-skeleton-list.component";
|
|
56
|
+
import * as i55 from "./shared/skeletons/w-skeleton-edit/w-skeleton-edit.component";
|
|
57
|
+
import * as i56 from "./shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component";
|
|
58
|
+
import * as i57 from "./shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component";
|
|
59
|
+
import * as i58 from "./shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component";
|
|
60
|
+
import * as i59 from "./shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component";
|
|
61
|
+
import * as i60 from "./shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component";
|
|
62
|
+
import * as i61 from "./shared/skeletons/w-skeleton-tree/w-skeleton-tree.component";
|
|
63
|
+
import * as i62 from "./shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component";
|
|
64
|
+
import * as i63 from "./shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component";
|
|
65
|
+
import * as i64 from "primeng/inputtext";
|
|
66
|
+
import * as i65 from "@angular/forms";
|
|
67
|
+
import * as i66 from "@angular/common";
|
|
68
|
+
import * as i67 from "@angular/common/http";
|
|
69
|
+
import * as i68 from "@angular/router";
|
|
70
|
+
import * as i69 from "primeng/button";
|
|
71
|
+
import * as i70 from "ngx-highlightjs";
|
|
72
|
+
import * as i71 from "primeng/sidebar";
|
|
73
|
+
import * as i72 from "primeng/badge";
|
|
74
|
+
import * as i73 from "primeng/radiobutton";
|
|
75
|
+
import * as i74 from "primeng/inputswitch";
|
|
76
|
+
import * as i75 from "primeng/tooltip";
|
|
77
|
+
import * as i76 from "primeng/ripple";
|
|
78
|
+
import * as i77 from "primeng/skeleton";
|
|
79
|
+
import * as i78 from "primeng/dropdown";
|
|
80
|
+
import * as i79 from "primeng/multiselect";
|
|
81
|
+
import * as i80 from "primeng/avatar";
|
|
82
|
+
import * as i81 from "primeng/avatargroup";
|
|
83
|
+
import * as i82 from "primeng/treeselect";
|
|
84
|
+
import * as i83 from "primeng/inputnumber";
|
|
85
|
+
import * as i84 from "primeng/inputtextarea";
|
|
86
|
+
import * as i85 from "primeng/autocomplete";
|
|
87
|
+
import * as i86 from "primeng/table";
|
|
88
|
+
import * as i87 from "primeng/paginator";
|
|
89
|
+
import * as i88 from "primeng/confirmpopup";
|
|
90
|
+
import * as i89 from "primeng/calendar";
|
|
91
|
+
import * as i90 from "primeng/togglebutton";
|
|
92
|
+
import * as i91 from "angular2-query-builder";
|
|
93
|
+
import * as i92 from "primeng/selectbutton";
|
|
94
|
+
import * as i93 from "primeng/image";
|
|
95
|
+
import * as i94 from "primeng/fileupload";
|
|
96
|
+
import * as i95 from "ngx-image-cropper";
|
|
97
|
+
import * as i96 from "primeng/slider";
|
|
98
|
+
import * as i97 from "primeng/carousel";
|
|
99
|
+
import * as i98 from "primeng/divider";
|
|
100
|
+
import * as i99 from "powerbi-client-angular";
|
|
101
|
+
import * as i100 from "primeng/treetable";
|
|
102
|
+
import * as i101 from "primeng/messages";
|
|
103
|
+
import * as i102 from "primeng/checkbox";
|
|
104
|
+
import * as i103 from "primeng/steps";
|
|
105
|
+
import * as i104 from "primeng/tabview";
|
|
106
|
+
import * as i105 from "primeng/timeline";
|
|
107
|
+
import * as i106 from "primeng/card";
|
|
98
108
|
export declare class WappComponentsModule {
|
|
99
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
|
|
100
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WappComponentsModule, [typeof i1.WappComponentsComponent, typeof i2.WEditInputTextComponent, typeof i3.WClipboardComponent, typeof i4.WIconsComponent, typeof i5.WLogosComponent, typeof i6.WEditInputTextareaComponent, typeof i7.WEditInputNumberComponent, typeof i8.WEditSelectComponent, typeof i9.WEditMultiselectComponent, typeof i10.WButtonComponent, typeof i11.WTableComponent, typeof i12.WTableLazyComponent, typeof i13.WContainerComponent, typeof i14.WNavbarComponent, typeof i15.WBodyComponent, typeof i16.WFooterComponent, typeof i17.ColorTextPipe, typeof i18.WDatePipe, typeof i19.WEditTreeselectComponent, typeof i20.WPanelComponent, typeof i21.WBodyContainerComponent, typeof i11.WTableComponent, typeof i22.WHeaderPanelComponent, typeof i23.WPanelTitleComponent, typeof i24.WInputSearchComponent, typeof i25.WFilterPanelComponent, typeof i26.WListFieldComponent, typeof i27.WViewCardTitleTextComponent, typeof i28.WImageFileUploaderComponent, typeof i29.WImageCropperComponent, typeof i30.WPreviewImageComponent, typeof i31.WPowerbiReportComponent, typeof i32.WSidebarComponent, typeof i33.WButtonsFooterComponent, typeof i34.WTreeTableComponent, typeof i35.WBodyGridComponent, typeof i36.WEditToggleComponent, typeof i37.WPanelGridComponent, typeof i38.WAutocompleteSearchComponent, typeof i39.WToggleButtonComponent, typeof i40.WEditCheckboxComponent, typeof i41.WSelectButtonComponent, typeof i42.WMapsComponent, typeof i43.WEditCalendarComponent, typeof i44.WRadioButtonComponent, typeof i45.WWizardComponent, typeof i46.WTabviewComponent, typeof i47.WTreeComponent, typeof i48.WBadgeComponent, typeof i49.WTimelineComponent, typeof i50.WPanelSubtitleComponent, typeof i51.WViewTextComponent, typeof i52.
|
|
110
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WappComponentsModule, [typeof i1.WappComponentsComponent, typeof i2.WEditInputTextComponent, typeof i3.WClipboardComponent, typeof i4.WIconsComponent, typeof i5.WLogosComponent, typeof i6.WEditInputTextareaComponent, typeof i7.WEditInputNumberComponent, typeof i8.WEditSelectComponent, typeof i9.WEditMultiselectComponent, typeof i10.WButtonComponent, typeof i11.WTableComponent, typeof i12.WTableLazyComponent, typeof i13.WContainerComponent, typeof i14.WNavbarComponent, typeof i15.WBodyComponent, typeof i16.WFooterComponent, typeof i17.ColorTextPipe, typeof i18.WDatePipe, typeof i19.WEditTreeselectComponent, typeof i20.WPanelComponent, typeof i21.WBodyContainerComponent, typeof i11.WTableComponent, typeof i22.WHeaderPanelComponent, typeof i23.WPanelTitleComponent, typeof i24.WInputSearchComponent, typeof i25.WFilterPanelComponent, typeof i26.WListFieldComponent, typeof i27.WViewCardTitleTextComponent, typeof i28.WImageFileUploaderComponent, typeof i29.WImageCropperComponent, typeof i30.WPreviewImageComponent, typeof i31.WPowerbiReportComponent, typeof i32.WSidebarComponent, typeof i33.WButtonsFooterComponent, typeof i34.WTreeTableComponent, typeof i35.WBodyGridComponent, typeof i36.WEditToggleComponent, typeof i37.WPanelGridComponent, typeof i38.WAutocompleteSearchComponent, typeof i39.WToggleButtonComponent, typeof i40.WEditCheckboxComponent, typeof i41.WSelectButtonComponent, typeof i42.WMapsComponent, typeof i43.WEditCalendarComponent, typeof i44.WRadioButtonComponent, typeof i45.WWizardComponent, typeof i46.WTabviewComponent, typeof i47.WTreeComponent, typeof i48.WBadgeComponent, typeof i49.WTimelineComponent, typeof i50.WPanelSubtitleComponent, typeof i51.WViewTextComponent, typeof i52.WSkeletonTimelineComponent, typeof i53.WSkeletonSidebarComponent, typeof i54.WSkeletonListComponent, typeof i55.WSkeletonEditComponent, typeof i56.WSkeletonInputGenericComponent, typeof i57.WSkeletonIframeComponent, typeof i58.WSkeletonEditProductComponent, typeof i59.WSkeletonPowerbiReportComponent, typeof i60.WSkeletonQueryBuilderComponent, typeof i61.WSkeletonTreeComponent, typeof i62.WSkeletonProfileSidebarComponent, typeof i63.WSkeletonUserProfileInfoSidebarComponent], [typeof i64.InputTextModule, typeof i65.FormsModule, typeof i65.ReactiveFormsModule, typeof i66.CommonModule, typeof i67.HttpClientModule, typeof i68.RouterModule, typeof i69.ButtonModule, typeof i70.HighlightModule, typeof i71.SidebarModule, typeof i72.BadgeModule, typeof i73.RadioButtonModule, typeof i74.InputSwitchModule, typeof i75.TooltipModule, typeof i76.RippleModule, typeof i77.SkeletonModule, typeof i78.DropdownModule, typeof i79.MultiSelectModule, typeof i80.AvatarModule, typeof i81.AvatarGroupModule, typeof i82.TreeSelectModule, typeof i83.InputNumberModule, typeof i84.InputTextareaModule, typeof i85.AutoCompleteModule, typeof i86.TableModule, typeof i79.MultiSelectModule, typeof i87.PaginatorModule, typeof i88.ConfirmPopupModule, typeof i89.CalendarModule, typeof i90.ToggleButtonModule, typeof i91.QueryBuilderModule, typeof i92.SelectButtonModule, typeof i93.ImageModule, typeof i94.FileUploadModule, typeof i95.ImageCropperModule, typeof i96.SliderModule, typeof i97.CarouselModule, typeof i98.DividerModule, typeof i99.PowerBIEmbedModule, typeof i100.TreeTableModule, typeof i101.MessagesModule, typeof i102.CheckboxModule, typeof i103.StepsModule, typeof i104.TabViewModule, typeof i105.TimelineModule, typeof i106.CardModule], [typeof i1.WappComponentsComponent, typeof i2.WEditInputTextComponent, typeof i3.WClipboardComponent, typeof i70.HighlightModule, typeof i4.WIconsComponent, typeof i5.WLogosComponent, typeof i6.WEditInputTextareaComponent, typeof i7.WEditInputNumberComponent, typeof i8.WEditSelectComponent, typeof i9.WEditMultiselectComponent, typeof i10.WButtonComponent, typeof i11.WTableComponent, typeof i12.WTableLazyComponent, typeof i13.WContainerComponent, typeof i14.WNavbarComponent, typeof i15.WBodyComponent, typeof i16.WFooterComponent, typeof i17.ColorTextPipe, typeof i18.WDatePipe, typeof i19.WEditTreeselectComponent, typeof i20.WPanelComponent, typeof i21.WBodyContainerComponent, typeof i22.WHeaderPanelComponent, typeof i23.WPanelTitleComponent, typeof i24.WInputSearchComponent, typeof i91.QueryBuilderModule, typeof i91.QueryBuilderComponent, typeof i25.WFilterPanelComponent, typeof i93.ImageModule, typeof i94.FileUploadModule, typeof i96.SliderModule, typeof i28.WImageFileUploaderComponent, typeof i29.WImageCropperComponent, typeof i31.WPowerbiReportComponent, typeof i32.WSidebarComponent, typeof i33.WButtonsFooterComponent, typeof i34.WTreeTableComponent, typeof i35.WBodyGridComponent, typeof i36.WEditToggleComponent, typeof i37.WPanelGridComponent, typeof i95.ImageCropperModule, typeof i38.WAutocompleteSearchComponent, typeof i39.WToggleButtonComponent, typeof i40.WEditCheckboxComponent, typeof i41.WSelectButtonComponent, typeof i92.SelectButtonModule, typeof i42.WMapsComponent, typeof i43.WEditCalendarComponent, typeof i44.WRadioButtonComponent, typeof i45.WWizardComponent, typeof i103.StepsModule, typeof i46.WTabviewComponent, typeof i104.TabViewModule, typeof i47.WTreeComponent, typeof i104.TabViewModule, typeof i48.WBadgeComponent, typeof i49.WTimelineComponent, typeof i105.TimelineModule, typeof i106.CardModule, typeof i51.WViewTextComponent, typeof i52.WSkeletonTimelineComponent, typeof i53.WSkeletonSidebarComponent, typeof i54.WSkeletonListComponent, typeof i55.WSkeletonEditComponent, typeof i56.WSkeletonInputGenericComponent, typeof i57.WSkeletonIframeComponent, typeof i58.WSkeletonEditProductComponent, typeof i59.WSkeletonPowerbiReportComponent, typeof i60.WSkeletonQueryBuilderComponent, typeof i61.WSkeletonTreeComponent, typeof i62.WSkeletonProfileSidebarComponent, typeof i63.WSkeletonUserProfileInfoSidebarComponent]>;
|
|
101
111
|
static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
|
|
102
112
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -45,8 +45,19 @@ export * from './lib/tabview/w-tabview/w-tabview.component';
|
|
|
45
45
|
export * from './lib/tree/w-tree/w-tree.component';
|
|
46
46
|
export * from './lib/misc/w-badge/w-badge.component';
|
|
47
47
|
export * from './lib/misc/w-timeline/w-timeline.component';
|
|
48
|
-
export * from './lib/misc/w-chip/w-chip.component';
|
|
49
48
|
export * from './lib/view/w-view-text/w-view-text.component';
|
|
49
|
+
export * from './lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component';
|
|
50
|
+
export * from './lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component';
|
|
51
|
+
export * from './lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component';
|
|
52
|
+
export * from './lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component';
|
|
53
|
+
export * from './lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component';
|
|
54
|
+
export * from './lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component';
|
|
55
|
+
export * from './lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component';
|
|
56
|
+
export * from './lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component';
|
|
57
|
+
export * from './lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component';
|
|
58
|
+
export * from './lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component';
|
|
59
|
+
export * from './lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component';
|
|
60
|
+
export * from './lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component';
|
|
50
61
|
export * from './lib/shared/pipes/color-text.pipe';
|
|
51
62
|
export * from './lib/shared/pipes/w-date.pipe';
|
|
52
63
|
export * from './lib/shared/services/form-control.service';
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "primeng/tooltip";
|
|
5
|
-
import * as i3 from "primeng/chip";
|
|
6
|
-
import * as i4 from "../../icons/wapping-icons/w-icons.component";
|
|
7
|
-
export class WChipComponent {
|
|
8
|
-
constructor(elementRef) {
|
|
9
|
-
this.elementRef = elementRef;
|
|
10
|
-
this.iconColor = "#1e293b";
|
|
11
|
-
this.backgroundColor = "#e2e8f0";
|
|
12
|
-
this.labelColor = "#1e293b";
|
|
13
|
-
this.tooltipPosition = 'bottom';
|
|
14
|
-
this.click = new EventEmitter();
|
|
15
|
-
}
|
|
16
|
-
ngOnInit() {
|
|
17
|
-
this.elementRef.nativeElement.style.setProperty("--bgcolor", this.backgroundColor);
|
|
18
|
-
}
|
|
19
|
-
chipClick() {
|
|
20
|
-
this.click.emit(true);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
WChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WChipComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
WChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WChipComponent, selector: "w-chip", inputs: { image: "image", icon: "icon", iconColor: "iconColor", backgroundColor: "backgroundColor", labelColor: "labelColor", wappIcon: "wappIcon", label: "label", tooltip: "tooltip", tooltipPosition: "tooltipPosition" }, outputs: { click: "click" }, ngImport: i0, template: "<p-chip *ngIf=\"icon || image; else wappIconChip\" \r\n class=\"w-chip\"\r\n [pTooltip]=\"tooltip\" \r\n [tooltipPosition]=\"tooltipPosition\" \r\n (click)=\"chipClick()\">\r\n <i *ngIf=\"icon; else imageChip\" class=\"p-chip-icon\" [class]=\"'pi ' + icon\" [style]=\"'color: '+iconColor\"></i>\r\n <ng-template #imageChip> <img [src]=\"image\"> </ng-template>\r\n <span class=\"p-chip-text\" [style]=\"'color:'+ labelColor\"> {{label}} </span>\r\n</p-chip>\r\n\r\n<ng-template #wappIconChip>\r\n <p-chip class=\"w-chip\"\r\n [pTooltip]=\"tooltip\" \r\n [tooltipPosition]=\"tooltipPosition\" \r\n (click)=\"chipClick()\">\r\n <w-icons *ngIf=\"wappIcon\" \r\n [name]=\"wappIcon\" \r\n [color]=\"iconColor\" \r\n [height]=\"18\" \r\n [width]=\"18\" \r\n class=\"wapp-chip-icon\">\r\n </w-icons>\r\n <span class=\"p-chip-text\" [style]=\"'color:'+ labelColor\"> {{label}} </span>\r\n </p-chip>\r\n</ng-template>\r\n\r\n\r\n", styles: [".heading1{font-size:3.1428571429rem;line-height:3.4285714286rem;font-weight:700}.heading2{font-size:2.8571428571rem;line-height:3.1428571429rem;font-weight:700}.heading3{font-size:2.5714285714rem;line-height:2.8571428571rem;font-weight:700}.heading4{font-size:2.2857142857rem;line-height:2.5714285714rem;font-weight:700}.heading5{font-size:2rem;line-height:2.2857142857rem;font-weight:700}.heading6{font-size:1.7142857143rem;line-height:2rem;font-weight:700}.subtitle1{font-size:1.4285714286rem;line-height:1.7142857143rem;font-weight:700}.subtitle2{font-size:1.1428571429rem;line-height:1.4285714286rem;font-weight:700}.body,.input-generic-placeholder-small,.input-generic-small{font-size:1rem;line-height:1.1428571429rem;font-weight:600}.caption,::ng-deep .w-chip .p-chip-text{font-size:.8571428571rem;line-height:1.1428571429rem;font-weight:600}.select-option-text{font-size:16;line-height:24px;font-weight:600}.icon-small-size{font-size:8px}.icon-small-x-size{font-size:12px}.icon-medium-size{font-size:16px}.icon-large-size{font-size:24px}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.button-large-typography{font-size:20px;line-height:24px;font-weight:700}.button-medium-typography{font-size:16px;line-height:16px;font-weight:700}.button-small-typography{font-size:12px;line-height:16px;font-weight:700}.button-text-typography,.input-generic-label{font-size:14px;line-height:16px;font-weight:700}.input-generic-placeholder{font-size:16px;line-height:24px;font-weight:600;color:#9aa0a6!important;opacity:unset!important}.input-generic{font-size:16px;line-height:24px;font-weight:600}.input-generic-placeholder-small{padding:8px 12px 12px;color:#9aa0a6!important}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.tag-generic{font-size:14px;line-height:16px;font-weight:700}.tag-generic-small{font-size:12px;line-height:16px;font-weight:700}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-generic-input-no-label-height{height:36px}:host ::ng-deep .p-chip{background-color:var(--bgcolor)}.w-chip{cursor:pointer}::ng-deep .w-chip .p-chip-text{line-height:1.5;margin-top:.375rem;margin-bottom:.375rem}::ng-deep .w-chip .p-chip-icon{margin-right:.5rem;line-height:1.5}.wapp-chip-icon{margin-right:.5rem;line-height:.5}.w-chip img{width:2.25rem;height:2.25rem;margin-left:-.75rem;margin-right:.5rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i3.Chip, selector: "p-chip", inputs: ["label", "icon", "image", "style", "styleClass", "removable", "removeIcon"], outputs: ["onRemove", "onImageError"] }, { kind: "component", type: i4.WIconsComponent, selector: "w-icons", inputs: ["name", "width", "height", "color"] }] });
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WChipComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'w-chip', template: "<p-chip *ngIf=\"icon || image; else wappIconChip\" \r\n class=\"w-chip\"\r\n [pTooltip]=\"tooltip\" \r\n [tooltipPosition]=\"tooltipPosition\" \r\n (click)=\"chipClick()\">\r\n <i *ngIf=\"icon; else imageChip\" class=\"p-chip-icon\" [class]=\"'pi ' + icon\" [style]=\"'color: '+iconColor\"></i>\r\n <ng-template #imageChip> <img [src]=\"image\"> </ng-template>\r\n <span class=\"p-chip-text\" [style]=\"'color:'+ labelColor\"> {{label}} </span>\r\n</p-chip>\r\n\r\n<ng-template #wappIconChip>\r\n <p-chip class=\"w-chip\"\r\n [pTooltip]=\"tooltip\" \r\n [tooltipPosition]=\"tooltipPosition\" \r\n (click)=\"chipClick()\">\r\n <w-icons *ngIf=\"wappIcon\" \r\n [name]=\"wappIcon\" \r\n [color]=\"iconColor\" \r\n [height]=\"18\" \r\n [width]=\"18\" \r\n class=\"wapp-chip-icon\">\r\n </w-icons>\r\n <span class=\"p-chip-text\" [style]=\"'color:'+ labelColor\"> {{label}} </span>\r\n </p-chip>\r\n</ng-template>\r\n\r\n\r\n", styles: [".heading1{font-size:3.1428571429rem;line-height:3.4285714286rem;font-weight:700}.heading2{font-size:2.8571428571rem;line-height:3.1428571429rem;font-weight:700}.heading3{font-size:2.5714285714rem;line-height:2.8571428571rem;font-weight:700}.heading4{font-size:2.2857142857rem;line-height:2.5714285714rem;font-weight:700}.heading5{font-size:2rem;line-height:2.2857142857rem;font-weight:700}.heading6{font-size:1.7142857143rem;line-height:2rem;font-weight:700}.subtitle1{font-size:1.4285714286rem;line-height:1.7142857143rem;font-weight:700}.subtitle2{font-size:1.1428571429rem;line-height:1.4285714286rem;font-weight:700}.body,.input-generic-placeholder-small,.input-generic-small{font-size:1rem;line-height:1.1428571429rem;font-weight:600}.caption,::ng-deep .w-chip .p-chip-text{font-size:.8571428571rem;line-height:1.1428571429rem;font-weight:600}.select-option-text{font-size:16;line-height:24px;font-weight:600}.icon-small-size{font-size:8px}.icon-small-x-size{font-size:12px}.icon-medium-size{font-size:16px}.icon-large-size{font-size:24px}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.button-large-typography{font-size:20px;line-height:24px;font-weight:700}.button-medium-typography{font-size:16px;line-height:16px;font-weight:700}.button-small-typography{font-size:12px;line-height:16px;font-weight:700}.button-text-typography,.input-generic-label{font-size:14px;line-height:16px;font-weight:700}.input-generic-placeholder{font-size:16px;line-height:24px;font-weight:600;color:#9aa0a6!important;opacity:unset!important}.input-generic{font-size:16px;line-height:24px;font-weight:600}.input-generic-placeholder-small{padding:8px 12px 12px;color:#9aa0a6!important}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.tag-generic{font-size:14px;line-height:16px;font-weight:700}.tag-generic-small{font-size:12px;line-height:16px;font-weight:700}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-generic-input-no-label-height{height:36px}:host ::ng-deep .p-chip{background-color:var(--bgcolor)}.w-chip{cursor:pointer}::ng-deep .w-chip .p-chip-text{line-height:1.5;margin-top:.375rem;margin-bottom:.375rem}::ng-deep .w-chip .p-chip-icon{margin-right:.5rem;line-height:1.5}.wapp-chip-icon{margin-right:.5rem;line-height:.5}.w-chip img{width:2.25rem;height:2.25rem;margin-left:-.75rem;margin-right:.5rem}\n"] }]
|
|
28
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { image: [{
|
|
29
|
-
type: Input,
|
|
30
|
-
args: ['image']
|
|
31
|
-
}], icon: [{
|
|
32
|
-
type: Input,
|
|
33
|
-
args: ['icon']
|
|
34
|
-
}], iconColor: [{
|
|
35
|
-
type: Input,
|
|
36
|
-
args: ['iconColor']
|
|
37
|
-
}], backgroundColor: [{
|
|
38
|
-
type: Input,
|
|
39
|
-
args: ['backgroundColor']
|
|
40
|
-
}], labelColor: [{
|
|
41
|
-
type: Input,
|
|
42
|
-
args: ['labelColor']
|
|
43
|
-
}], wappIcon: [{
|
|
44
|
-
type: Input,
|
|
45
|
-
args: ['wappIcon']
|
|
46
|
-
}], label: [{
|
|
47
|
-
type: Input,
|
|
48
|
-
args: ['label']
|
|
49
|
-
}], tooltip: [{
|
|
50
|
-
type: Input,
|
|
51
|
-
args: ['tooltip']
|
|
52
|
-
}], tooltipPosition: [{
|
|
53
|
-
type: Input,
|
|
54
|
-
args: ['tooltipPosition']
|
|
55
|
-
}], click: [{
|
|
56
|
-
type: Output,
|
|
57
|
-
args: ['click']
|
|
58
|
-
}] } });
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidy1jaGlwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dhcHAtY29tcG9uZW50cy9zcmMvbGliL21pc2Mvdy1jaGlwL3ctY2hpcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93YXBwLWNvbXBvbmVudHMvc3JjL2xpYi9taXNjL3ctY2hpcC93LWNoaXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0FBTzNGLE1BQU0sT0FBTyxjQUFjO0lBZ0J6QixZQUFvQixVQUFzQjtRQUF0QixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBWHRCLGNBQVMsR0FBVyxTQUFTLENBQUM7UUFDeEIsb0JBQWUsR0FBVyxTQUFTLENBQUM7UUFDekMsZUFBVSxHQUFXLFNBQVMsQ0FBQztRQUsxQixvQkFBZSxHQUFXLFFBQVEsQ0FBQztRQUU1QyxVQUFLLEdBQTBCLElBQUksWUFBWSxFQUFXLENBQUM7SUFFL0IsQ0FBQztJQUU5QyxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFBO0lBQ3BGLENBQUM7SUFFRCxTQUFTO1FBQ1AsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDeEIsQ0FBQzs7MkdBeEJVLGNBQWM7K0ZBQWQsY0FBYyx5U0NQM0IsMmtDQTJCQTsyRkRwQmEsY0FBYztrQkFMMUIsU0FBUzsrQkFDRSxRQUFRO2lHQU1GLEtBQUs7c0JBQXBCLEtBQUs7dUJBQUMsT0FBTztnQkFDQyxJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU07Z0JBRU8sU0FBUztzQkFBNUIsS0FBSzt1QkFBQyxXQUFXO2dCQUNRLGVBQWU7c0JBQXhDLEtBQUs7dUJBQUMsaUJBQWlCO2dCQUNILFVBQVU7c0JBQTlCLEtBQUs7dUJBQUMsWUFBWTtnQkFFQSxRQUFRO3NCQUExQixLQUFLO3VCQUFDLFVBQVU7Z0JBQ0QsS0FBSztzQkFBcEIsS0FBSzt1QkFBQyxPQUFPO2dCQUNJLE9BQU87c0JBQXhCLEtBQUs7dUJBQUMsU0FBUztnQkFDVSxlQUFlO3NCQUF4QyxLQUFLO3VCQUFDLGlCQUFpQjtnQkFFUCxLQUFLO3NCQUFyQixNQUFNO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3ctY2hpcCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3ctY2hpcC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdy1jaGlwLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFdDaGlwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KCdpbWFnZScpIGltYWdlITogc3RyaW5nO1xyXG4gIEBJbnB1dCgnaWNvbicpIGljb24hOiBzdHJpbmc7XHJcblxyXG4gIEBJbnB1dCgnaWNvbkNvbG9yJykgaWNvbkNvbG9yOiBzdHJpbmcgPSBcIiMxZTI5M2JcIjtcclxuICBASW5wdXQoJ2JhY2tncm91bmRDb2xvcicpIGJhY2tncm91bmRDb2xvcjogc3RyaW5nID0gXCIjZTJlOGYwXCI7XHJcbiAgQElucHV0KCdsYWJlbENvbG9yJykgbGFiZWxDb2xvcjogc3RyaW5nID0gXCIjMWUyOTNiXCI7XHJcbiAgXHJcbiAgQElucHV0KCd3YXBwSWNvbicpIHdhcHBJY29uITogc3RyaW5nO1xyXG4gIEBJbnB1dCgnbGFiZWwnKSBsYWJlbCE6IHN0cmluZztcclxuICBASW5wdXQoJ3Rvb2x0aXAnKSB0b29sdGlwITogc3RyaW5nO1xyXG4gIEBJbnB1dCgndG9vbHRpcFBvc2l0aW9uJykgdG9vbHRpcFBvc2l0aW9uOiBzdHJpbmcgPSAnYm90dG9tJztcclxuICBcclxuICBAT3V0cHV0KCdjbGljaycpIGNsaWNrOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZikge31cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5zdHlsZS5zZXRQcm9wZXJ0eShcIi0tYmdjb2xvclwiLCB0aGlzLmJhY2tncm91bmRDb2xvcilcclxuICB9XHJcblxyXG4gIGNoaXBDbGljaygpIHtcclxuICAgIHRoaXMuY2xpY2suZW1pdCh0cnVlKTtcclxuICB9XHJcbn1cclxuIiwiPHAtY2hpcCAqbmdJZj1cImljb24gfHwgaW1hZ2U7IGVsc2Ugd2FwcEljb25DaGlwXCIgXHJcbiAgICAgICAgY2xhc3M9XCJ3LWNoaXBcIlxyXG4gICAgICAgIFtwVG9vbHRpcF09XCJ0b29sdGlwXCIgXHJcbiAgICAgICAgW3Rvb2x0aXBQb3NpdGlvbl09XCJ0b29sdGlwUG9zaXRpb25cIiBcclxuICAgICAgICAoY2xpY2spPVwiY2hpcENsaWNrKClcIj5cclxuICAgIDxpICpuZ0lmPVwiaWNvbjsgZWxzZSBpbWFnZUNoaXBcIiBjbGFzcz1cInAtY2hpcC1pY29uXCIgW2NsYXNzXT1cIidwaSAnICsgaWNvblwiIFtzdHlsZV09XCInY29sb3I6ICcraWNvbkNvbG9yXCI+PC9pPlxyXG4gICAgPG5nLXRlbXBsYXRlICNpbWFnZUNoaXA+IDxpbWcgW3NyY109XCJpbWFnZVwiPiA8L25nLXRlbXBsYXRlPlxyXG4gICAgPHNwYW4gY2xhc3M9XCJwLWNoaXAtdGV4dFwiIFtzdHlsZV09XCInY29sb3I6JysgbGFiZWxDb2xvclwiPiB7e2xhYmVsfX0gPC9zcGFuPlxyXG48L3AtY2hpcD5cclxuXHJcbjxuZy10ZW1wbGF0ZSAjd2FwcEljb25DaGlwPlxyXG4gICAgPHAtY2hpcCBjbGFzcz1cInctY2hpcFwiXHJcbiAgICAgICAgICAgIFtwVG9vbHRpcF09XCJ0b29sdGlwXCIgXHJcbiAgICAgICAgICAgIFt0b29sdGlwUG9zaXRpb25dPVwidG9vbHRpcFBvc2l0aW9uXCIgXHJcbiAgICAgICAgICAgIChjbGljayk9XCJjaGlwQ2xpY2soKVwiPlxyXG4gICAgICAgIDx3LWljb25zICpuZ0lmPVwid2FwcEljb25cIiBcclxuICAgICAgICAgICAgICAgICBbbmFtZV09XCJ3YXBwSWNvblwiIFxyXG4gICAgICAgICAgICAgICAgIFtjb2xvcl09XCJpY29uQ29sb3JcIiBcclxuICAgICAgICAgICAgICAgICBbaGVpZ2h0XT1cIjE4XCIgXHJcbiAgICAgICAgICAgICAgICAgW3dpZHRoXT1cIjE4XCIgXHJcbiAgICAgICAgICAgICAgICAgY2xhc3M9XCJ3YXBwLWNoaXAtaWNvblwiPlxyXG4gICAgICAgIDwvdy1pY29ucz5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cInAtY2hpcC10ZXh0XCIgW3N0eWxlXT1cIidjb2xvcjonKyBsYWJlbENvbG9yXCI+IHt7bGFiZWx9fSA8L3NwYW4+XHJcbiAgICA8L3AtY2hpcD5cclxuPC9uZy10ZW1wbGF0ZT5cclxuXHJcblxyXG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class WChipComponent implements OnInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
image: string;
|
|
6
|
-
icon: string;
|
|
7
|
-
iconColor: string;
|
|
8
|
-
backgroundColor: string;
|
|
9
|
-
labelColor: string;
|
|
10
|
-
wappIcon: string;
|
|
11
|
-
label: string;
|
|
12
|
-
tooltip: string;
|
|
13
|
-
tooltipPosition: string;
|
|
14
|
-
click: EventEmitter<boolean>;
|
|
15
|
-
constructor(elementRef: ElementRef);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
chipClick(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WChipComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WChipComponent, "w-chip", never, { "image": "image"; "icon": "icon"; "iconColor": "iconColor"; "backgroundColor": "backgroundColor"; "labelColor": "labelColor"; "wappIcon": "wappIcon"; "label": "label"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; }, { "click": "click"; }, never, never, false, never>;
|
|
20
|
-
}
|