@agorapulse/ui-components 13.2.13 → 14.0.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/agorapulse-ui-components-14.0.1.tgz +0 -0
- package/esm2020/src/lib/add-comment/add-comment.component.mjs +14 -12
- package/esm2020/src/lib/agorapulse-ui-components.module.mjs +22 -236
- package/esm2020/src/lib/avatar/avatar.component.mjs +4 -6
- package/esm2020/src/lib/confirm-modal/confirm-modal.component.mjs +4 -4
- package/esm2020/src/lib/datepicker/datepicker.component.mjs +7 -7
- package/esm2020/src/lib/directives/autosize-textarea.directive.mjs +5 -5
- package/esm2020/src/lib/directives/default-image.directive.mjs +6 -4
- package/esm2020/src/lib/directives/ellipsis.directive.mjs +4 -6
- package/esm2020/src/lib/directives/equal-validator.directive.mjs +8 -7
- package/esm2020/src/lib/directives/frozen-gif.directive.mjs +13 -14
- package/esm2020/src/lib/directives/multi-style-text.directive.mjs +5 -5
- package/esm2020/src/lib/directives/truncate-tooltip.directive.mjs +4 -4
- package/esm2020/src/lib/dots-stepper/dots-stepper.component.mjs +6 -6
- package/esm2020/src/lib/infobox/infobox.component.mjs +4 -4
- package/esm2020/src/lib/labels/label-list.component.mjs +7 -7
- package/esm2020/src/lib/labels/label.component.mjs +4 -4
- package/esm2020/src/lib/labels-selector/labels-selector.component.mjs +9 -9
- package/esm2020/src/lib/media-display-overlay/media-display-overlay-dialog.component.mjs +5 -5
- package/esm2020/src/lib/modal/modal.component.mjs +7 -7
- package/esm2020/src/lib/notification/notification.component.mjs +4 -4
- package/esm2020/src/lib/paginator/paginator-button/paginator-button.component.mjs +4 -4
- package/esm2020/src/lib/paginator/paginator.component.mjs +8 -8
- package/esm2020/src/lib/password-input/password-input.component.mjs +8 -7
- package/esm2020/src/lib/popmenu/popmenu.component.mjs +7 -6
- package/esm2020/src/lib/popmenu/popmenu.directive.mjs +5 -6
- package/esm2020/src/lib/popmenu/popmenu.module.mjs +11 -9
- package/esm2020/src/lib/slide-toggle/slide-toggle.component.mjs +8 -7
- package/esm2020/src/lib/snackbar/snackbar.component.mjs +4 -4
- package/esm2020/src/lib/snackbars-thread/component/snackbars-thread.component.mjs +5 -5
- package/esm2020/src/lib/snackbars-thread/service/snackbars-thread.service.mjs +4 -4
- package/esm2020/src/lib/stepper/stepper.component.mjs +5 -5
- package/esm2020/src/lib/text-measurement/text-measurement.service.mjs +4 -4
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.component.mjs +9 -6
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.directive.mjs +4 -4
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.service.mjs +4 -4
- package/fesm2015/agorapulse-ui-components.mjs +194 -398
- package/fesm2015/agorapulse-ui-components.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components.mjs +192 -398
- package/fesm2020/agorapulse-ui-components.mjs.map +1 -1
- package/package.json +11 -11
- package/src/lib/add-comment/add-comment.component.d.ts +1 -1
- package/src/lib/agorapulse-ui-components.module.d.ts +3 -25
- package/src/lib/avatar/avatar.component.d.ts +3 -4
- package/src/lib/confirm-modal/confirm-modal.component.d.ts +1 -1
- package/src/lib/datepicker/datepicker.component.d.ts +2 -2
- package/src/lib/directives/autosize-textarea.directive.d.ts +1 -1
- package/src/lib/directives/default-image.directive.d.ts +1 -1
- package/src/lib/directives/ellipsis.directive.d.ts +1 -2
- package/src/lib/directives/equal-validator.directive.d.ts +1 -1
- package/src/lib/directives/frozen-gif.directive.d.ts +4 -4
- package/src/lib/directives/multi-style-text.directive.d.ts +1 -1
- package/src/lib/directives/truncate-tooltip.directive.d.ts +1 -1
- package/src/lib/dots-stepper/dots-stepper.component.d.ts +1 -2
- package/src/lib/infobox/infobox.component.d.ts +1 -1
- package/src/lib/labels/label-list.component.d.ts +1 -1
- package/src/lib/labels/label.component.d.ts +1 -1
- package/src/lib/labels-selector/labels-selector.component.d.ts +1 -1
- package/src/lib/media-display-overlay/media-display-overlay-dialog.component.d.ts +1 -1
- package/src/lib/modal/modal.component.d.ts +1 -1
- package/src/lib/notification/notification.component.d.ts +1 -1
- package/src/lib/paginator/paginator-button/paginator-button.component.d.ts +1 -1
- package/src/lib/paginator/paginator.component.d.ts +1 -1
- package/src/lib/password-input/password-input.component.d.ts +3 -4
- package/src/lib/popmenu/popmenu.component.d.ts +1 -1
- package/src/lib/popmenu/popmenu.directive.d.ts +1 -1
- package/src/lib/popmenu/popmenu.module.d.ts +2 -1
- package/src/lib/slide-toggle/slide-toggle.component.d.ts +1 -1
- package/src/lib/snackbar/snackbar.component.d.ts +1 -1
- package/src/lib/snackbars-thread/component/snackbars-thread.component.d.ts +1 -1
- package/src/lib/stepper/stepper.component.d.ts +1 -2
- package/src/lib/tooltip-neo/tooltip-neo.component.d.ts +3 -2
- package/src/lib/tooltip-neo/tooltip-neo.directive.d.ts +1 -1
- package/agorapulse-ui-components-13.2.13.tgz +0 -0
- package/agorapulse-ui-components.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agorapulse/ui-components",
|
|
3
3
|
"description": "Agorapulse UI Components Library",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "14.0.1",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/agorapulse/design",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@agorapulse/ui-symbol": "^
|
|
16
|
-
"@agorapulse/ui-theme": "^
|
|
17
|
-
"@angular/cdk": "^
|
|
18
|
-
"@angular/common": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"@angular/material": "^
|
|
21
|
-
"@angular/animations": "^
|
|
22
|
-
"@ng-select/ng-select": "^
|
|
15
|
+
"@agorapulse/ui-symbol": "^14.0.0",
|
|
16
|
+
"@agorapulse/ui-theme": "^14.0.0",
|
|
17
|
+
"@angular/cdk": "^14.2.0",
|
|
18
|
+
"@angular/common": "^14.2.0",
|
|
19
|
+
"@angular/core": "^14.2.0",
|
|
20
|
+
"@angular/material": "^14.2.0",
|
|
21
|
+
"@angular/animations": "^14.2.0",
|
|
22
|
+
"@ng-select/ng-select": "^9.0.2",
|
|
23
23
|
"moment": "^2.29.1",
|
|
24
24
|
"ngx-daterangepicker-material": "^4.0.1"
|
|
25
25
|
},
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"esm2020": "esm2020/agorapulse-ui-components.mjs",
|
|
29
29
|
"fesm2020": "fesm2020/agorapulse-ui-components.mjs",
|
|
30
30
|
"fesm2015": "fesm2015/agorapulse-ui-components.mjs",
|
|
31
|
-
"typings": "
|
|
31
|
+
"typings": "index.d.ts",
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": {
|
|
34
34
|
"default": "./package.json"
|
|
35
35
|
},
|
|
36
36
|
".": {
|
|
37
|
-
"types": "./
|
|
37
|
+
"types": "./index.d.ts",
|
|
38
38
|
"esm2020": "./esm2020/agorapulse-ui-components.mjs",
|
|
39
39
|
"es2020": "./fesm2020/agorapulse-ui-components.mjs",
|
|
40
40
|
"es2015": "./fesm2015/agorapulse-ui-components.mjs",
|
|
@@ -16,5 +16,5 @@ export declare class AddCommentComponent implements ControlValueAccessor {
|
|
|
16
16
|
writeValue(obj: any): void;
|
|
17
17
|
onChange(event: any): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddCommentComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddCommentComponent, "ap-add-comment", never, { "placeholder": "placeholder"; "customTemplate": "customTemplate"; "disable": "disable"; }, { "action": "action"; }, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddCommentComponent, "ap-add-comment", never, { "placeholder": "placeholder"; "customTemplate": "customTemplate"; "disable": "disable"; }, { "action": "action"; }, never, never, false>;
|
|
20
20
|
}
|
|
@@ -34,32 +34,10 @@ import * as i32 from "@angular/forms";
|
|
|
34
34
|
import * as i33 from "@ng-select/ng-select";
|
|
35
35
|
import * as i34 from "./popmenu/popmenu.module";
|
|
36
36
|
import * as i35 from "@angular/cdk/overlay";
|
|
37
|
-
import * as i36 from "@angular/material/
|
|
38
|
-
import * as i37 from "@angular/material/
|
|
39
|
-
import * as i38 from "@angular/material/button-toggle";
|
|
40
|
-
import * as i39 from "@angular/material/chips";
|
|
41
|
-
import * as i40 from "@angular/material/expansion";
|
|
42
|
-
import * as i41 from "@angular/material/checkbox";
|
|
43
|
-
import * as i42 from "@angular/material/icon";
|
|
44
|
-
import * as i43 from "@angular/material/progress-bar";
|
|
45
|
-
import * as i44 from "@angular/material/progress-spinner";
|
|
46
|
-
import * as i45 from "@angular/material/radio";
|
|
47
|
-
import * as i46 from "@angular/material/slider";
|
|
48
|
-
import * as i47 from "@angular/material/slide-toggle";
|
|
49
|
-
import * as i48 from "@angular/material/menu";
|
|
50
|
-
import * as i49 from "@angular/material/sidenav";
|
|
51
|
-
import * as i50 from "@angular/material/toolbar";
|
|
52
|
-
import * as i51 from "@angular/material/card";
|
|
53
|
-
import * as i52 from "@angular/material/divider";
|
|
54
|
-
import * as i53 from "@angular/material/grid-list";
|
|
55
|
-
import * as i54 from "@angular/material/list";
|
|
56
|
-
import * as i55 from "@angular/material/tabs";
|
|
57
|
-
import * as i56 from "@angular/material/stepper";
|
|
58
|
-
import * as i57 from "@angular/material/dialog";
|
|
59
|
-
import * as i58 from "@angular/material/snack-bar";
|
|
60
|
-
import * as i59 from "@angular/material/table";
|
|
37
|
+
import * as i36 from "@angular/material/button";
|
|
38
|
+
import * as i37 from "@angular/material/input";
|
|
61
39
|
export declare class AgorapulseUiComponentsModule {
|
|
62
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgorapulseUiComponentsModule, never>;
|
|
63
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AgorapulseUiComponentsModule, [typeof i1.AddCommentComponent, typeof i2.AvatarComponent, typeof i3.AutosizeTextareaDirective, typeof i4.StepperComponent, typeof i5.ConfirmModalComponent, typeof i6.DatepickerComponent, typeof i7.DotsStepperComponent, typeof i8.EllipsisDirective, typeof i9.InfoboxComponent, typeof i10.LabelListComponent, typeof i11.LabelsSelectorComponent, typeof i12.MediaDisplayOverlayDialogComponent, typeof i13.ModalComponent, typeof i14.PasswordInputComponent, typeof i15.SnackBarComponent, typeof i16.LabelComponent, typeof i17.NotificationComponent, typeof i18.PaginatorComponent, typeof i19.PaginatorButtonComponent, typeof i20.SlideToggleComponent, typeof i21.SnackbarsThreadComponent, typeof i22.TooltipNeoComponent, typeof i3.AutosizeTextareaDirective, typeof i23.DefaultImageDirective, typeof i24.FrozenGifDirective, typeof i20.SlideToggleComponent, typeof i25.EqualValidatorDirective, typeof i26.MultiStyleTextDirective, typeof i27.TruncateTooltipDirective, typeof i28.TooltipNeoDirective], [typeof i29.AgorapulseUiSymbolModule, typeof i30.CommonModule, typeof i31.NgxDaterangepickerMd, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.NgSelectModule, typeof i34.PopmenuModule, typeof i35.OverlayModule, typeof i36.
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AgorapulseUiComponentsModule, [typeof i1.AddCommentComponent, typeof i2.AvatarComponent, typeof i3.AutosizeTextareaDirective, typeof i4.StepperComponent, typeof i5.ConfirmModalComponent, typeof i6.DatepickerComponent, typeof i7.DotsStepperComponent, typeof i8.EllipsisDirective, typeof i9.InfoboxComponent, typeof i10.LabelListComponent, typeof i11.LabelsSelectorComponent, typeof i12.MediaDisplayOverlayDialogComponent, typeof i13.ModalComponent, typeof i14.PasswordInputComponent, typeof i15.SnackBarComponent, typeof i16.LabelComponent, typeof i17.NotificationComponent, typeof i18.PaginatorComponent, typeof i19.PaginatorButtonComponent, typeof i20.SlideToggleComponent, typeof i21.SnackbarsThreadComponent, typeof i22.TooltipNeoComponent, typeof i3.AutosizeTextareaDirective, typeof i23.DefaultImageDirective, typeof i24.FrozenGifDirective, typeof i20.SlideToggleComponent, typeof i25.EqualValidatorDirective, typeof i26.MultiStyleTextDirective, typeof i27.TruncateTooltipDirective, typeof i28.TooltipNeoDirective], [typeof i29.AgorapulseUiSymbolModule, typeof i30.CommonModule, typeof i31.NgxDaterangepickerMd, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.NgSelectModule, typeof i34.PopmenuModule, typeof i35.OverlayModule, typeof i36.MatButtonModule, typeof i37.MatInputModule], [typeof i1.AddCommentComponent, typeof i2.AvatarComponent, typeof i4.StepperComponent, typeof i5.ConfirmModalComponent, typeof i6.DatepickerComponent, typeof i7.DotsStepperComponent, typeof i8.EllipsisDirective, typeof i9.InfoboxComponent, typeof i16.LabelComponent, typeof i10.LabelListComponent, typeof i12.MediaDisplayOverlayDialogComponent, typeof i13.ModalComponent, typeof i14.PasswordInputComponent, typeof i15.SnackBarComponent, typeof i11.LabelsSelectorComponent, typeof i17.NotificationComponent, typeof i18.PaginatorComponent, typeof i19.PaginatorButtonComponent, typeof i20.SlideToggleComponent, typeof i21.SnackbarsThreadComponent, typeof i3.AutosizeTextareaDirective, typeof i23.DefaultImageDirective, typeof i24.FrozenGifDirective, typeof i25.EqualValidatorDirective, typeof i26.MultiStyleTextDirective, typeof i27.TruncateTooltipDirective, typeof i28.TooltipNeoDirective, typeof i34.PopmenuModule]>;
|
|
64
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<AgorapulseUiComponentsModule>;
|
|
65
43
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OnChanges,
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { customSvgsSymbolIds, flagSymbolIds, officialSymbolIds, symbolIds, SymbolType } from "@agorapulse/ui-symbol";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AvatarComponent implements
|
|
4
|
+
export declare class AvatarComponent implements OnChanges {
|
|
5
5
|
border: string;
|
|
6
6
|
defaultImageEnabled: boolean;
|
|
7
7
|
fallbackSymbolId: SymbolType<typeof symbolIds> | SymbolType<typeof officialSymbolIds> | SymbolType<typeof customSvgsSymbolIds> | SymbolType<typeof flagSymbolIds>;
|
|
@@ -25,9 +25,8 @@ export declare class AvatarComponent implements OnInit, OnChanges {
|
|
|
25
25
|
symbolSizeByAvatarSize: {
|
|
26
26
|
[key: string]: string;
|
|
27
27
|
};
|
|
28
|
-
ngOnInit(): void;
|
|
29
28
|
ngOnChanges(changes: SimpleChanges): void;
|
|
30
29
|
onError(): void;
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ap-avatar", never, { "border": "border"; "defaultImageEnabled": "defaultImageEnabled"; "fallbackSymbolId": "fallbackSymbolId"; "fallbackSymbolSize": "fallbackSymbolSize"; "imageUrl": "imageUrl"; "loading": "loading"; "outerBorderHidden": "outerBorderHidden"; "size": "size"; "social": "social"; "username": "username"; "rounded": "rounded"; "online": "online"; "imageUrls": "imageUrls"; }, {}, never, ["*"]>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ap-avatar", never, { "border": "border"; "defaultImageEnabled": "defaultImageEnabled"; "fallbackSymbolId": "fallbackSymbolId"; "fallbackSymbolSize": "fallbackSymbolSize"; "imageUrl": "imageUrl"; "loading": "loading"; "outerBorderHidden": "outerBorderHidden"; "size": "size"; "social": "social"; "username": "username"; "rounded": "rounded"; "online": "online"; "imageUrls": "imageUrls"; }, {}, never, ["*"], false>;
|
|
33
32
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ConfirmModalComponent {
|
|
|
16
16
|
onConfirm(): void;
|
|
17
17
|
static open(dialog: MatDialog, confirmModalTexts: ConfirmModalTexts, modalConfig?: ModalConfig): MatDialogRef<ConfirmModalComponent, any>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmModalComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmModalComponent, "ap-confirm-modal", never, { "contentText": "contentText"; "footerCancelButtonId": "footerCancelButtonId"; "footerCancelButtonLabel": "footerCancelButtonLabel"; "footerConfirmButtonId": "footerConfirmButtonId"; "footerConfirmButtonLabel": "footerConfirmButtonLabel"; "headerTitle": "headerTitle"; }, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmModalComponent, "ap-confirm-modal", never, { "contentText": "contentText"; "footerCancelButtonId": "footerCancelButtonId"; "footerCancelButtonLabel": "footerCancelButtonLabel"; "footerConfirmButtonId": "footerConfirmButtonId"; "footerConfirmButtonLabel": "footerConfirmButtonLabel"; "headerTitle": "headerTitle"; }, {}, never, never, false>;
|
|
20
20
|
}
|
|
@@ -55,7 +55,7 @@ export declare class DatepickerComponent implements OnInit, OnChanges, AfterView
|
|
|
55
55
|
ngAfterViewInit(): void;
|
|
56
56
|
initDatePickerLocale(): void;
|
|
57
57
|
initRanges(): void;
|
|
58
|
-
isCustomDate: (date: any) =>
|
|
58
|
+
isCustomDate: (date: any) => boolean;
|
|
59
59
|
private isSelected;
|
|
60
60
|
onStartDateChanged(event: any): void;
|
|
61
61
|
onDatesUpdated(event: any): void;
|
|
@@ -68,5 +68,5 @@ export declare class DatepickerComponent implements OnInit, OnChanges, AfterView
|
|
|
68
68
|
setCalendarCurrentPage(): void;
|
|
69
69
|
setWidth(): void;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "ap-datepicker", never, { "firstDayOfWeek": "firstDayOfWeek"; "i18n": "i18n"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selectedDate": "selectedDate"; "selectedDates": "selectedDates"; "selectedPeriod": "selectedPeriod"; "showRanges": "showRanges"; }, { "dateSelected": "dateSelected"; "periodSelected": "periodSelected"; }, never, never>;
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "ap-datepicker", never, { "firstDayOfWeek": "firstDayOfWeek"; "i18n": "i18n"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selectedDate": "selectedDate"; "selectedDates": "selectedDates"; "selectedPeriod": "selectedPeriod"; "showRanges": "showRanges"; }, { "dateSelected": "dateSelected"; "periodSelected": "periodSelected"; }, never, never, false>;
|
|
72
72
|
}
|
|
@@ -8,5 +8,5 @@ export declare class AutosizeTextareaDirective implements AfterContentChecked {
|
|
|
8
8
|
ngAfterContentChecked(): void;
|
|
9
9
|
resize(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeTextareaDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeTextareaDirective, "textarea[
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeTextareaDirective, "textarea[apAutosize]", never, {}, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DefaultImageDirective {
|
|
|
4
4
|
default: string;
|
|
5
5
|
updateUrl(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultImageDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultImageDirective, "img[default]", never, { "src": "src"; "default": "default"; }, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultImageDirective, "img[default]", never, { "src": "src"; "default": "default"; }, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -24,7 +24,6 @@ export declare class EllipsisDirective implements AfterContentChecked {
|
|
|
24
24
|
constructor(el: ElementRef);
|
|
25
25
|
ngAfterContentChecked(): void;
|
|
26
26
|
private clipText;
|
|
27
|
-
private handleReadmore;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[apEllipsis]", never, { "apEllipsisSeparator": "apEllipsisSeparator"; "apEllipsisClip": "apEllipsisClip"; "apEllipsisIndex": "apEllipsisIndex"; "apEllipsisChar": "apEllipsisChar"; "apEllipsisClickable": "apEllipsisClickable"; }, { "apEllipsisRemovedElementsCount": "apEllipsisRemovedElementsCount"; "apEllipsisRemovedText": "apEllipsisRemovedText"; }, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[apEllipsis]", never, { "apEllipsisSeparator": "apEllipsisSeparator"; "apEllipsisClip": "apEllipsisClip"; "apEllipsisIndex": "apEllipsisIndex"; "apEllipsisChar": "apEllipsisChar"; "apEllipsisClickable": "apEllipsisClickable"; }, { "apEllipsisRemovedElementsCount": "apEllipsisRemovedElementsCount"; "apEllipsisRemovedText": "apEllipsisRemovedText"; }, never, never, false>;
|
|
30
29
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EqualValidatorDirective implements Validator {
|
|
|
9
9
|
};
|
|
10
10
|
private isReference;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqualValidatorDirective, [{ attribute: "validateEqual"; }, { attribute: "validateEqualReference"; }]>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EqualValidatorDirective, "[validateEqual][formControlName],[validateEqual][formControl],[validateEqual][ngModel]", never, {}, {}, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EqualValidatorDirective, "[validateEqual][formControlName],[validateEqual][formControl],[validateEqual][ngModel]", never, {}, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class GifService {
|
|
4
|
-
static isGif(src:
|
|
4
|
+
static isGif(src: string): boolean;
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
7
|
* If the image is a GIF then replace the img element by a canvas containing a frozen gif.
|
|
@@ -15,8 +15,8 @@ export declare class GifService {
|
|
|
15
15
|
export declare class FrozenGifDirective implements OnChanges {
|
|
16
16
|
private elementRef;
|
|
17
17
|
src: string;
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
apFrozen: boolean;
|
|
19
|
+
apGifEvents: string[];
|
|
20
20
|
private readonly element;
|
|
21
21
|
private canvas;
|
|
22
22
|
constructor(elementRef: ElementRef);
|
|
@@ -26,5 +26,5 @@ export declare class FrozenGifDirective implements OnChanges {
|
|
|
26
26
|
private addEvents;
|
|
27
27
|
private unfreeze;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrozenGifDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FrozenGifDirective, "img[apFrozenGif]", never, { "src": "src"; "
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrozenGifDirective, "img[apFrozenGif]", never, { "src": "src"; "apFrozen": "apFrozen"; "apGifEvents": "apGifEvents"; }, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -15,5 +15,5 @@ export declare class MultiStyleTextDirective {
|
|
|
15
15
|
private static parse;
|
|
16
16
|
private static cutFirstGroup;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiStyleTextDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiStyleTextDirective, "[multiStyleText]", never, { "multiStyleText": "multiStyleText"; }, { "partEvent": "partEvent"; }, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiStyleTextDirective, "[multiStyleText]", never, { "multiStyleText": "multiStyleText"; }, { "partEvent": "partEvent"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TruncateTooltipDirective implements OnInit, OnDestroy {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateTooltipDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateTooltipDirective, "[apTooltipNeo][truncateTooltip]", never, { "truncateTooltip": "truncateTooltip"; }, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateTooltipDirective, "[apTooltipNeo][truncateTooltip]", never, { "truncateTooltip": "truncateTooltip"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,8 @@ export declare class DotsStepperComponent implements OnChanges {
|
|
|
8
8
|
size: string;
|
|
9
9
|
dotClick: EventEmitter<number>;
|
|
10
10
|
currentItem: any;
|
|
11
|
-
constructor();
|
|
12
11
|
ngOnChanges(): void;
|
|
13
12
|
onDotClick(event: any, item: any, index: any): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DotsStepperComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DotsStepperComponent, "ap-dots-stepper", never, { "disabled": "disabled"; "forwardAllowed": "forwardAllowed"; "index": "index"; "items": "items"; "size": "size"; }, { "dotClick": "dotClick"; }, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DotsStepperComponent, "ap-dots-stepper", never, { "disabled": "disabled"; "forwardAllowed": "forwardAllowed"; "index": "index"; "items": "items"; "size": "size"; }, { "dotClick": "dotClick"; }, never, never, false>;
|
|
16
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class InfoboxComponent {
|
|
|
10
10
|
success: string;
|
|
11
11
|
};
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoboxComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoboxComponent, "ap-infobox", never, { "type": "type"; "text": "text"; "fitContent": "fitContent"; }, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoboxComponent, "ap-infobox", never, { "type": "type"; "text": "text"; "fitContent": "fitContent"; }, {}, never, ["*"], false>;
|
|
14
14
|
}
|
|
@@ -27,5 +27,5 @@ export declare class LabelListComponent implements AfterContentInit, OnChanges,
|
|
|
27
27
|
trackByLabelContent(index: any, entry: string): string;
|
|
28
28
|
private generateResponsiveLabels;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelListComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelListComponent, "ap-label-list", never, { "labels": "labels"; "removeLabelsEnabled": "removeLabelsEnabled"; "responsive": "responsive"; "seeLessTranslation": "seeLessTranslation"; }, { "removeLabel": "removeLabel"; }, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelListComponent, "ap-label-list", never, { "labels": "labels"; "removeLabelsEnabled": "removeLabelsEnabled"; "responsive": "responsive"; "seeLessTranslation": "seeLessTranslation"; }, { "removeLabel": "removeLabel"; }, never, never, false>;
|
|
31
31
|
}
|
|
@@ -16,5 +16,5 @@ export declare class LabelComponent implements OnDestroy {
|
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
onRemoveLabel(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ap-label", never, { "color": "color"; "content": "content"; "onlyText": "onlyText"; "selectorWidth": "selectorWidth"; "removable": "removable"; }, { "remove": "remove"; }, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ap-label", never, { "color": "color"; "content": "content"; "onlyText": "onlyText"; "selectorWidth": "selectorWidth"; "removable": "removable"; }, { "remove": "remove"; }, never, never, false>;
|
|
20
20
|
}
|
|
@@ -34,5 +34,5 @@ export declare class LabelsSelectorComponent implements OnInit, OnChanges {
|
|
|
34
34
|
onLabelsChange(): void;
|
|
35
35
|
setSearchFunction(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelsSelectorComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelsSelectorComponent, "ap-labels-selector", never, { "addLabelEnabled": "addLabelEnabled"; "disabled": "disabled"; "initialLabels": "initialLabels"; "translation": "translation"; "loadingOnSearch": "loadingOnSearch"; "multipleEnabled": "multipleEnabled"; "searchLabelsFunction": "searchLabelsFunction"; }, { "createLabel": "createLabel"; "deleteLabel": "deleteLabel"; "selectLabels": "selectLabels"; "searchErrorMessage": "searchErrorMessage"; }, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelsSelectorComponent, "ap-labels-selector", never, { "addLabelEnabled": "addLabelEnabled"; "disabled": "disabled"; "initialLabels": "initialLabels"; "translation": "translation"; "loadingOnSearch": "loadingOnSearch"; "multipleEnabled": "multipleEnabled"; "searchLabelsFunction": "searchLabelsFunction"; }, { "createLabel": "createLabel"; "deleteLabel": "deleteLabel"; "selectLabels": "selectLabels"; "searchErrorMessage": "searchErrorMessage"; }, never, never, false>;
|
|
38
38
|
}
|
|
@@ -27,5 +27,5 @@ export declare class MediaDisplayOverlayDialogComponent implements OnInit {
|
|
|
27
27
|
onPrevious($event: UIEvent): void;
|
|
28
28
|
keyEvent(event: KeyboardEvent): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaDisplayOverlayDialogComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaDisplayOverlayDialogComponent, "ap-media-display-overlay", never, {}, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaDisplayOverlayDialogComponent, "ap-media-display-overlay", never, {}, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -46,5 +46,5 @@ export declare class ModalComponent {
|
|
|
46
46
|
static openWithTemplates(matDialog: MatDialog, headerTemplate: TemplateRef<any>, mainTemplate: TemplateRef<any>, footerTemplate?: TemplateRef<any>, config?: ModalConfig): MatDialogRef<ModalComponent>;
|
|
47
47
|
close(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ap-modal", never, { "closable": "closable"; "headerBottomBorderEnabled": "headerBottomBorderEnabled"; "footerTemplate": "footerTemplate"; "footerVisible": "footerVisible"; "headerTemplate": "headerTemplate"; "headerVisible": "headerVisible"; "mainTemplate": "mainTemplate"; "config": "config"; "containerStyle": "containerStyle"; "headerStyle": "headerStyle"; "contentStyle": "contentStyle"; "footerStyle": "footerStyle"; "defaultLayout": "defaultLayout"; }, {}, never, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ap-modal", never, { "closable": "closable"; "headerBottomBorderEnabled": "headerBottomBorderEnabled"; "footerTemplate": "footerTemplate"; "footerVisible": "footerVisible"; "headerTemplate": "headerTemplate"; "headerVisible": "headerVisible"; "mainTemplate": "mainTemplate"; "config": "config"; "containerStyle": "containerStyle"; "headerStyle": "headerStyle"; "contentStyle": "contentStyle"; "footerStyle": "footerStyle"; "defaultLayout": "defaultLayout"; }, {}, never, never, false>;
|
|
50
50
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class NotificationComponent {
|
|
3
3
|
type: 'info' | 'warning' | 'error' | 'success';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ap-notification", never, { "type": "type"; }, {}, never, ["[icon]", "[text]"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ap-notification", never, { "type": "type"; }, {}, never, ["[icon]", "[text]"], false>;
|
|
6
6
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PaginatorButtonComponent {
|
|
|
5
5
|
selectedPageIndex: number;
|
|
6
6
|
selectPage: EventEmitter<number>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorButtonComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorButtonComponent, "ap-paginator-button", never, { "pageIndex": "pageIndex"; "selectedPageIndex": "selectedPageIndex"; }, { "selectPage": "selectPage"; }, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorButtonComponent, "ap-paginator-button", never, { "pageIndex": "pageIndex"; "selectedPageIndex": "selectedPageIndex"; }, { "selectPage": "selectPage"; }, never, never, false>;
|
|
9
9
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PaginatorComponent implements OnChanges {
|
|
|
13
13
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
14
|
onSelectPage(pageIndex: number): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ap-paginator", never, { "itemCount": "itemCount"; "itemCountPerPage": "itemCountPerPage"; "edgeSize": "edgeSize"; "middleSize": "middleSize"; "currentPageIndex": "currentPageIndex"; }, { "currentPageIndexChange": "currentPageIndexChange"; }, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ap-paginator", never, { "itemCount": "itemCount"; "itemCountPerPage": "itemCountPerPage"; "edgeSize": "edgeSize"; "middleSize": "middleSize"; "currentPageIndex": "currentPageIndex"; }, { "currentPageIndexChange": "currentPageIndexChange"; }, never, never, false>;
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const PASSWORD_CONTROL_VALUE_ACCESSOR: any;
|
|
@@ -11,9 +11,8 @@ export declare class PasswordInputComponent implements OnInit, ControlValueAcces
|
|
|
11
11
|
fullWidth: boolean;
|
|
12
12
|
disabled: boolean;
|
|
13
13
|
passwordInput: ElementRef;
|
|
14
|
-
controler:
|
|
14
|
+
controler: UntypedFormControl;
|
|
15
15
|
changes: Subscription;
|
|
16
|
-
constructor();
|
|
17
16
|
/**
|
|
18
17
|
* Change between visible and hidden password
|
|
19
18
|
*/
|
|
@@ -27,5 +26,5 @@ export declare class PasswordInputComponent implements OnInit, ControlValueAcces
|
|
|
27
26
|
ngOnInit(): void;
|
|
28
27
|
ngOnDestroy(): void;
|
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "ap-password-input", never, { "name": "name"; "placeholder": "placeholder"; "fullWidth": "fullWidth"; }, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "ap-password-input", never, { "name": "name"; "placeholder": "placeholder"; "fullWidth": "fullWidth"; }, {}, never, never, false>;
|
|
31
30
|
}
|
|
@@ -61,5 +61,5 @@ export declare class PopmenuComponent implements AfterViewInit {
|
|
|
61
61
|
setPlacementClass(placement?: string): void;
|
|
62
62
|
setPosition(): void;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopmenuComponent, "ap-popmenu", never, { "data": "data"; "show": "show"; "close": "close"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopmenuComponent, "ap-popmenu", never, { "data": "data"; "show": "show"; "close": "close"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, false>;
|
|
65
65
|
}
|
|
@@ -74,5 +74,5 @@ export declare class PopmenuDirective implements OnChanges, OnInit {
|
|
|
74
74
|
showTooltipElem(): void;
|
|
75
75
|
hideTooltipElem(): void;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuDirective, [{ optional: true; }, null, null, null, null, null]>;
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "panelClass": "panelClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never>;
|
|
77
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "panelClass": "panelClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, false>;
|
|
78
78
|
}
|
|
@@ -5,9 +5,10 @@ import * as i1 from "./popmenu.directive";
|
|
|
5
5
|
import * as i2 from "./popmenu.component";
|
|
6
6
|
import * as i3 from "@angular/common";
|
|
7
7
|
import * as i4 from "@angular/material/menu";
|
|
8
|
+
import * as i5 from "@angular/material/button";
|
|
8
9
|
export declare class PopmenuModule {
|
|
9
10
|
static forRoot(initOptions: PopmenuOptions): ModuleWithProviders<PopmenuModule>;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PopmenuModule, [typeof i1.PopmenuDirective, typeof i2.PopmenuComponent], [typeof i3.CommonModule, typeof i4.MatMenuModule], [typeof i1.PopmenuDirective]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopmenuModule, [typeof i1.PopmenuDirective, typeof i2.PopmenuComponent], [typeof i3.CommonModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule], [typeof i1.PopmenuDirective]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<PopmenuModule>;
|
|
13
14
|
}
|
|
@@ -15,5 +15,5 @@ export declare class SlideToggleComponent implements ControlValueAccessor {
|
|
|
15
15
|
registerOnTouched(fn: any): void;
|
|
16
16
|
writeValue(status: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "ap-slide-toggle", never, { "checked": "checked"; "disabled": "disabled"; }, { "checkedChange": "checkedChange"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "ap-slide-toggle", never, { "checked": "checked"; "disabled": "disabled"; }, { "checkedChange": "checkedChange"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -5,5 +5,5 @@ export declare class SnackBarComponent {
|
|
|
5
5
|
data: any;
|
|
6
6
|
constructor(snackBarRef: MatSnackBarRef<SnackBarComponent>, data: any);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ap-snackbar", never, {}, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ap-snackbar", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -17,5 +17,5 @@ export declare class SnackbarsThreadComponent {
|
|
|
17
17
|
constructor(snackbarsThreadService: SnackbarsThreadService);
|
|
18
18
|
remove(id: string): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarsThreadComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarsThreadComponent, "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarsThreadComponent, "ap-snackbars-thread", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
@@ -9,9 +9,8 @@ export declare class StepperComponent implements OnChanges {
|
|
|
9
9
|
[index: number]: string;
|
|
10
10
|
};
|
|
11
11
|
currentIndex: number;
|
|
12
|
-
constructor();
|
|
13
12
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
13
|
clickCurrentStep(step: Step): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ap-stepper", never, { "currentStep": "currentStep"; "steps": "steps"; }, { "stepClicked": "stepClicked"; }, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ap-stepper", never, { "currentStep": "currentStep"; "steps": "steps"; }, { "stepClicked": "stepClicked"; }, never, never, false>;
|
|
17
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from
|
|
1
|
+
import { ElementRef, OnInit, TemplateRef } from "@angular/core";
|
|
2
2
|
import { TooltipNeoParams } from './tooltip-neo.model';
|
|
3
3
|
import { TooltipNeoService } from './tooltip-neo.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,9 +7,10 @@ export declare class TooltipNeoComponent implements OnInit {
|
|
|
7
7
|
private tooltipNeoService;
|
|
8
8
|
params: TooltipNeoParams;
|
|
9
9
|
border: string;
|
|
10
|
+
templateRefContent: TemplateRef<any>;
|
|
10
11
|
constructor(elementRef: ElementRef, tooltipNeoService: TooltipNeoService);
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
onClickOutside(event: any): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNeoComponent, "ap-tooltip-neo", never, { "params": "params"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNeoComponent, "ap-tooltip-neo", never, { "params": "params"; }, {}, never, never, false>;
|
|
15
16
|
}
|
|
@@ -33,5 +33,5 @@ export declare class TooltipNeoDirective implements OnInit, OnDestroy, OnChanges
|
|
|
33
33
|
onMouseEnter(): void;
|
|
34
34
|
onMouseLeave(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipNeoDirective, "[apTooltipNeo]", never, { "apTooltipNeo": "apTooltipNeo"; }, {}, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipNeoDirective, "[apTooltipNeo]", never, { "apTooltipNeo": "apTooltipNeo"; }, {}, never, never, false>;
|
|
37
37
|
}
|
|
Binary file
|