@agorapulse/ui-components 0.0.2 → 13.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-13.0.1.tgz +0 -0
- package/agorapulse-ui-components.d.ts +1 -5
- package/assets/{lib-ui-components/icons → icons}/facebook-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/google-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/instagram-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/linkedin-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/pinterest-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/twitter-icon.png +0 -0
- package/assets/{lib-ui-components/icons → icons}/youtube-icon.png +0 -0
- package/assets/{lib-ui-components/img → img}/default-avatar-organization.png +0 -0
- package/assets/{lib-ui-components/img → img}/default-avatar-user.png +0 -0
- package/assets/{lib-ui-components/img → img}/default-avatar.png +0 -0
- package/assets/{lib-ui-components/img → img}/spinner_animation.gif +0 -0
- package/esm2020/agorapulse-ui-components.mjs +5 -0
- package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- package/esm2020/src/lib/add-comment/add-comment.component.mjs +62 -0
- package/esm2020/src/lib/agorapulse-ui-components.module.mjs +520 -0
- package/esm2020/src/lib/avatar/avatar.component.mjs +92 -0
- package/{esm2015/src/lib/confirm-modal/confirm-modal-texts.model.js → esm2020/src/lib/confirm-modal/confirm-modal-texts.model.mjs} +0 -0
- package/esm2020/src/lib/confirm-modal/confirm-modal.component.mjs +61 -0
- package/esm2020/src/lib/datepicker/datepicker.component.mjs +219 -0
- package/esm2020/src/lib/directives/autosize-textarea.directive.mjs +43 -0
- package/esm2020/src/lib/directives/default-image.directive.mjs +29 -0
- package/esm2020/src/lib/directives/ellipsis.directive.mjs +87 -0
- package/esm2020/src/lib/directives/equal-validator.directive.mjs +64 -0
- package/esm2020/src/lib/directives/frozen-gif.directive.mjs +116 -0
- package/esm2020/src/lib/directives/multi-style-text.directive.mjs +101 -0
- package/esm2020/src/lib/directives/truncate-tooltip.directive.mjs +33 -0
- package/esm2020/src/lib/dots-stepper/dots-stepper.component.mjs +43 -0
- package/esm2020/src/lib/edit-tag-modal/edit-tags-modal.component.mjs +147 -0
- package/{esm2015/src/lib/edit-tag-modal/model/edit-tags-modal.model.js → esm2020/src/lib/edit-tag-modal/model/edit-tags-modal.model.mjs} +0 -0
- package/esm2020/src/lib/feature-onboarding/feature-onboarding.component.mjs +35 -0
- package/esm2020/src/lib/image-carousel/image-carousel.component.mjs +152 -0
- package/{esm2015/src/lib/lead-modal/lead-info.model.js → esm2020/src/lib/lead-modal/lead-info.model.mjs} +0 -0
- package/esm2020/src/lib/lead-modal/lead-modal.component.mjs +49 -0
- package/esm2020/src/lib/media-display-overlay/media-display-overlay-dialog.component.mjs +87 -0
- package/esm2020/src/lib/modal/modal.component.mjs +96 -0
- package/esm2020/src/lib/notification/notification.component.mjs +17 -0
- package/esm2020/src/lib/overlay/overlay-dialog-service.component.mjs +61 -0
- package/esm2020/src/lib/overlay/overlay-dialog.component.mjs +33 -0
- package/esm2020/src/lib/overlay-in-div/overlay-in-div.component.mjs +27 -0
- package/esm2020/src/lib/paginator/paginator-button/paginator-button.component.mjs +23 -0
- package/esm2020/src/lib/paginator/paginator.component.mjs +54 -0
- package/esm2020/src/lib/password-input/password-input.component.mjs +68 -0
- package/esm2020/src/lib/password-strength-bar/password-strength-bar.component.mjs +83 -0
- package/esm2020/src/lib/password-strength-display-bar/password-strength-display-bar.component.mjs +45 -0
- package/esm2020/src/lib/phone-number-input/phone-number-input.component.mjs +144 -0
- package/esm2020/src/lib/places/place-list.component.mjs +11 -0
- package/esm2020/src/lib/places/place.component.mjs +14 -0
- package/{esm2015/src/lib/popmenu/options.js → esm2020/src/lib/popmenu/options.mjs} +0 -0
- package/{esm2015/src/lib/popmenu/popmenu-options.interface.js → esm2020/src/lib/popmenu/popmenu-options.interface.mjs} +0 -0
- package/{esm2015/src/lib/popmenu/popmenu-options.service.js → esm2020/src/lib/popmenu/popmenu-options.service.mjs} +0 -0
- package/esm2020/src/lib/popmenu/popmenu.component.mjs +344 -0
- package/esm2020/src/lib/popmenu/popmenu.directive.mjs +235 -0
- package/esm2020/src/lib/popmenu/popmenu.module.mjs +45 -0
- package/esm2020/src/lib/slide-toggle/slide-toggle.component.mjs +66 -0
- package/esm2020/src/lib/snackbar/snackbar.component.mjs +21 -0
- package/esm2020/src/lib/snackbars-thread/component/snackbars-thread.component.mjs +70 -0
- package/{esm2015/src/lib/snackbars-thread/model/snackbars-thread.model.js → esm2020/src/lib/snackbars-thread/model/snackbars-thread.model.mjs} +0 -0
- package/esm2020/src/lib/snackbars-thread/service/snackbars-thread.service.mjs +41 -0
- package/{esm2015/src/lib/snackbars-thread/utils/const/snackbars-thread.const.js → esm2020/src/lib/snackbars-thread/utils/const/snackbars-thread.const.mjs} +0 -0
- package/esm2020/src/lib/splashscreen/splashscreen.component.mjs +43 -0
- package/esm2020/src/lib/star-rating/star-rating.component.mjs +43 -0
- package/{esm2015/src/lib/stepper/step.model.js → esm2020/src/lib/stepper/step.model.mjs} +0 -0
- package/esm2020/src/lib/stepper/stepper.component.mjs +36 -0
- package/esm2020/src/lib/tags/tag-list.component.mjs +11 -0
- package/esm2020/src/lib/tags/tag.component.mjs +20 -0
- package/esm2020/src/lib/tags-selector/tags-selector.component.mjs +81 -0
- package/esm2020/src/lib/timepicker/timepicker.component.mjs +383 -0
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.component.mjs +49 -0
- package/{esm2015/src/lib/tooltip-neo/tooltip-neo.const.js → esm2020/src/lib/tooltip-neo/tooltip-neo.const.mjs} +0 -0
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.directive.mjs +114 -0
- package/{esm2015/src/lib/tooltip-neo/tooltip-neo.model.js → esm2020/src/lib/tooltip-neo/tooltip-neo.model.mjs} +0 -0
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.service.mjs +17 -0
- package/{esm2015/src/lib/try-popup/try-popup-texts.model.js → esm2020/src/lib/try-popup/try-popup-texts.model.mjs} +0 -0
- package/esm2020/src/lib/try-popup/try-popup.component.mjs +37 -0
- package/fesm2015/agorapulse-ui-components.mjs +4191 -0
- package/fesm2015/agorapulse-ui-components.mjs.map +1 -0
- package/fesm2020/agorapulse-ui-components.mjs +4166 -0
- package/fesm2020/agorapulse-ui-components.mjs.map +1 -0
- package/package.json +30 -19
- package/src/lib/add-comment/add-comment.component.d.ts +3 -0
- package/src/lib/agorapulse-ui-components.module.d.ts +78 -0
- package/src/lib/avatar/avatar.component.d.ts +3 -0
- package/src/lib/confirm-modal/confirm-modal.component.d.ts +3 -0
- package/src/lib/datepicker/datepicker.component.d.ts +3 -0
- package/src/lib/directives/autosize-textarea.directive.d.ts +3 -0
- package/src/lib/directives/default-image.directive.d.ts +3 -0
- package/src/lib/directives/ellipsis.directive.d.ts +3 -0
- package/src/lib/directives/equal-validator.directive.d.ts +3 -0
- package/src/lib/directives/frozen-gif.directive.d.ts +3 -0
- package/src/lib/directives/multi-style-text.directive.d.ts +3 -0
- package/src/lib/directives/truncate-tooltip.directive.d.ts +3 -0
- package/src/lib/dots-stepper/dots-stepper.component.d.ts +3 -0
- package/src/lib/edit-tag-modal/edit-tags-modal.component.d.ts +3 -0
- package/src/lib/feature-onboarding/feature-onboarding.component.d.ts +3 -0
- package/src/lib/image-carousel/image-carousel.component.d.ts +3 -0
- package/src/lib/lead-modal/lead-modal.component.d.ts +3 -0
- package/src/lib/media-display-overlay/media-display-overlay-dialog.component.d.ts +3 -0
- package/src/lib/modal/modal.component.d.ts +3 -0
- package/src/lib/notification/notification.component.d.ts +3 -0
- package/src/lib/overlay/overlay-dialog-service.component.d.ts +3 -0
- package/src/lib/overlay/overlay-dialog.component.d.ts +3 -0
- package/src/lib/overlay-in-div/overlay-in-div.component.d.ts +3 -0
- package/src/lib/paginator/paginator-button/paginator-button.component.d.ts +3 -0
- package/src/lib/paginator/paginator.component.d.ts +3 -0
- package/src/lib/password-input/password-input.component.d.ts +3 -0
- package/src/lib/password-strength-bar/password-strength-bar.component.d.ts +3 -0
- package/src/lib/password-strength-display-bar/password-strength-display-bar.component.d.ts +3 -0
- package/src/lib/phone-number-input/phone-number-input.component.d.ts +3 -0
- package/src/lib/places/place-list.component.d.ts +3 -0
- package/src/lib/places/place.component.d.ts +3 -0
- package/src/lib/popmenu/popmenu.component.d.ts +3 -0
- package/src/lib/popmenu/popmenu.directive.d.ts +3 -0
- package/src/lib/popmenu/popmenu.module.d.ts +8 -0
- package/src/lib/slide-toggle/slide-toggle.component.d.ts +3 -0
- package/src/lib/snackbar/snackbar.component.d.ts +3 -0
- package/src/lib/snackbars-thread/component/snackbars-thread.component.d.ts +3 -0
- package/src/lib/snackbars-thread/service/snackbars-thread.service.d.ts +3 -0
- package/src/lib/splashscreen/splashscreen.component.d.ts +3 -0
- package/src/lib/star-rating/star-rating.component.d.ts +3 -0
- package/src/lib/stepper/stepper.component.d.ts +3 -0
- package/src/lib/tags/tag-list.component.d.ts +3 -0
- package/src/lib/tags/tag.component.d.ts +3 -0
- package/src/lib/tags-selector/tags-selector.component.d.ts +3 -0
- package/src/lib/timepicker/timepicker.component.d.ts +3 -0
- package/src/lib/tooltip-neo/tooltip-neo.component.d.ts +3 -0
- package/src/lib/tooltip-neo/tooltip-neo.directive.d.ts +20 -17
- package/src/lib/tooltip-neo/tooltip-neo.service.d.ts +3 -0
- package/src/lib/try-popup/try-popup.component.d.ts +3 -0
- package/agorapulse-ui-components-0.0.2.tgz +0 -0
- package/agorapulse-ui-components.metadata.json +0 -1
- package/bundles/agorapulse-ui-components.umd.js +0 -4448
- package/bundles/agorapulse-ui-components.umd.js.map +0 -1
- package/esm2015/agorapulse-ui-components.js +0 -10
- package/esm2015/src/lib/add-comment/add-comment.component.js +0 -54
- package/esm2015/src/lib/agorapulse-ui-components.module.js +0 -279
- package/esm2015/src/lib/avatar/avatar.component.js +0 -82
- package/esm2015/src/lib/confirm-modal/confirm-modal.component.js +0 -59
- package/esm2015/src/lib/datepicker/datepicker.component.js +0 -213
- package/esm2015/src/lib/directives/autosize-textarea.directive.js +0 -43
- package/esm2015/src/lib/directives/default-image.directive.js +0 -25
- package/esm2015/src/lib/directives/ellipsis.directive.js +0 -82
- package/esm2015/src/lib/directives/equal-validator.directive.js +0 -53
- package/esm2015/src/lib/directives/frozen-gif.directive.js +0 -113
- package/esm2015/src/lib/directives/multi-style-text.directive.js +0 -103
- package/esm2015/src/lib/directives/truncate-tooltip.directive.js +0 -36
- package/esm2015/src/lib/dots-stepper/dots-stepper.component.js +0 -41
- package/esm2015/src/lib/edit-tag-modal/edit-tags-modal.component.js +0 -129
- package/esm2015/src/lib/feature-onboarding/feature-onboarding.component.js +0 -35
- package/esm2015/src/lib/image-carousel/image-carousel.component.js +0 -143
- package/esm2015/src/lib/lead-modal/lead-modal.component.js +0 -47
- package/esm2015/src/lib/media-display-overlay/media-display-overlay-dialog.component.js +0 -87
- package/esm2015/src/lib/modal/modal.component.js +0 -88
- package/esm2015/src/lib/notification/notification.component.js +0 -18
- package/esm2015/src/lib/overlay/overlay-dialog-service.component.js +0 -62
- package/esm2015/src/lib/overlay/overlay-dialog.component.js +0 -33
- package/esm2015/src/lib/overlay-in-div/overlay-in-div.component.js +0 -23
- package/esm2015/src/lib/paginator/paginator-button/paginator-button.component.js +0 -22
- package/esm2015/src/lib/paginator/paginator.component.js +0 -47
- package/esm2015/src/lib/password-input/password-input.component.js +0 -65
- package/esm2015/src/lib/password-strength-bar/password-strength-bar.component.js +0 -82
- package/esm2015/src/lib/password-strength-display-bar/password-strength-display-bar.component.js +0 -41
- package/esm2015/src/lib/phone-number-input/phone-number-input.component.js +0 -123
- package/esm2015/src/lib/places/place-list.component.js +0 -12
- package/esm2015/src/lib/places/place.component.js +0 -15
- package/esm2015/src/lib/popmenu/popmenu.component.js +0 -322
- package/esm2015/src/lib/popmenu/popmenu.directive.js +0 -215
- package/esm2015/src/lib/popmenu/popmenu.module.js +0 -38
- package/esm2015/src/lib/slide-toggle/slide-toggle.component.js +0 -59
- package/esm2015/src/lib/snackbar/snackbar.component.js +0 -22
- package/esm2015/src/lib/snackbars-thread/component/snackbars-thread.component.js +0 -50
- package/esm2015/src/lib/snackbars-thread/service/snackbars-thread.service.js +0 -44
- package/esm2015/src/lib/splashscreen/splashscreen.component.js +0 -37
- package/esm2015/src/lib/star-rating/star-rating.component.js +0 -38
- package/esm2015/src/lib/stepper/stepper.component.js +0 -37
- package/esm2015/src/lib/tags/tag-list.component.js +0 -12
- package/esm2015/src/lib/tags/tag.component.js +0 -20
- package/esm2015/src/lib/tags-selector/tags-selector.component.js +0 -73
- package/esm2015/src/lib/timepicker/timepicker.component.js +0 -375
- package/esm2015/src/lib/tooltip-neo/tooltip-neo.component.js +0 -46
- package/esm2015/src/lib/tooltip-neo/tooltip-neo.directive.js +0 -107
- package/esm2015/src/lib/tooltip-neo/tooltip-neo.service.js +0 -15
- package/esm2015/src/lib/try-popup/try-popup.component.js +0 -33
- package/fesm2015/agorapulse-ui-components.js +0 -3805
- package/fesm2015/agorapulse-ui-components.js.map +0 -1
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": "13.0.1",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,27 +12,38 @@
|
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/agorapulse/design",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@agorapulse/ui-symbol": "^
|
|
16
|
-
"@agorapulse/ui-theme": "^0.0
|
|
17
|
-
"@angular/
|
|
18
|
-
"@angular/
|
|
19
|
-
"@angular/
|
|
20
|
-
"@angular/
|
|
21
|
-
"@
|
|
22
|
-
"
|
|
23
|
-
"moment": "^2.
|
|
24
|
-
"ngx-daterangepicker-material": "^
|
|
25
|
-
"ngx-device-detector": "^2.0.0"
|
|
15
|
+
"@agorapulse/ui-symbol": "^13.0.0",
|
|
16
|
+
"@agorapulse/ui-theme": "^13.0.0",
|
|
17
|
+
"@angular/cdk": "^13.1.3",
|
|
18
|
+
"@angular/common": "^13.1.3",
|
|
19
|
+
"@angular/core": "^13.1.3",
|
|
20
|
+
"@angular/material": "^13.1.3",
|
|
21
|
+
"@angular/animations": "^13.1.3",
|
|
22
|
+
"@ng-select/ng-select": "^8.1.1",
|
|
23
|
+
"moment": "^2.29.1",
|
|
24
|
+
"ngx-daterangepicker-material": "^5.0.1"
|
|
26
25
|
},
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"fesm2015": "fesm2015/agorapulse-ui-components.
|
|
26
|
+
"module": "fesm2015/agorapulse-ui-components.mjs",
|
|
27
|
+
"es2020": "fesm2020/agorapulse-ui-components.mjs",
|
|
28
|
+
"esm2020": "esm2020/agorapulse-ui-components.mjs",
|
|
29
|
+
"fesm2020": "fesm2020/agorapulse-ui-components.mjs",
|
|
30
|
+
"fesm2015": "fesm2015/agorapulse-ui-components.mjs",
|
|
32
31
|
"typings": "agorapulse-ui-components.d.ts",
|
|
33
|
-
"
|
|
32
|
+
"exports": {
|
|
33
|
+
"./package.json": {
|
|
34
|
+
"default": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
".": {
|
|
37
|
+
"types": "./agorapulse-ui-components.d.ts",
|
|
38
|
+
"esm2020": "./esm2020/agorapulse-ui-components.mjs",
|
|
39
|
+
"es2020": "./fesm2020/agorapulse-ui-components.mjs",
|
|
40
|
+
"es2015": "./fesm2015/agorapulse-ui-components.mjs",
|
|
41
|
+
"node": "./fesm2015/agorapulse-ui-components.mjs",
|
|
42
|
+
"default": "./fesm2020/agorapulse-ui-components.mjs"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
34
45
|
"sideEffects": false,
|
|
35
46
|
"dependencies": {
|
|
36
|
-
"tslib": "^2.
|
|
47
|
+
"tslib": "^2.3.0"
|
|
37
48
|
}
|
|
38
49
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AddCommentComponent implements ControlValueAccessor {
|
|
4
5
|
placeholder: string;
|
|
5
6
|
customTemplate: TemplateRef<any>;
|
|
@@ -14,4 +15,6 @@ export declare class AddCommentComponent implements ControlValueAccessor {
|
|
|
14
15
|
setDisabledState(isDisabled: boolean): void;
|
|
15
16
|
writeValue(obj: any): void;
|
|
16
17
|
onChange(event: any): void;
|
|
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>;
|
|
17
20
|
}
|
|
@@ -1,2 +1,80 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./add-comment/add-comment.component";
|
|
3
|
+
import * as i2 from "./avatar/avatar.component";
|
|
4
|
+
import * as i3 from "./directives/autosize-textarea.directive";
|
|
5
|
+
import * as i4 from "./stepper/stepper.component";
|
|
6
|
+
import * as i5 from "./confirm-modal/confirm-modal.component";
|
|
7
|
+
import * as i6 from "./datepicker/datepicker.component";
|
|
8
|
+
import * as i7 from "./dots-stepper/dots-stepper.component";
|
|
9
|
+
import * as i8 from "./edit-tag-modal/edit-tags-modal.component";
|
|
10
|
+
import * as i9 from "./directives/ellipsis.directive";
|
|
11
|
+
import * as i10 from "./image-carousel/image-carousel.component";
|
|
12
|
+
import * as i11 from "./feature-onboarding/feature-onboarding.component";
|
|
13
|
+
import * as i12 from "./lead-modal/lead-modal.component";
|
|
14
|
+
import * as i13 from "./media-display-overlay/media-display-overlay-dialog.component";
|
|
15
|
+
import * as i14 from "./modal/modal.component";
|
|
16
|
+
import * as i15 from "./overlay/overlay-dialog.component";
|
|
17
|
+
import * as i16 from "./overlay-in-div/overlay-in-div.component";
|
|
18
|
+
import * as i17 from "./password-input/password-input.component";
|
|
19
|
+
import * as i18 from "./password-strength-bar/password-strength-bar.component";
|
|
20
|
+
import * as i19 from "./password-strength-display-bar/password-strength-display-bar.component";
|
|
21
|
+
import * as i20 from "./phone-number-input/phone-number-input.component";
|
|
22
|
+
import * as i21 from "./places/place.component";
|
|
23
|
+
import * as i22 from "./places/place-list.component";
|
|
24
|
+
import * as i23 from "./snackbar/snackbar.component";
|
|
25
|
+
import * as i24 from "./splashscreen/splashscreen.component";
|
|
26
|
+
import * as i25 from "./star-rating/star-rating.component";
|
|
27
|
+
import * as i26 from "./tags/tag.component";
|
|
28
|
+
import * as i27 from "./tags/tag-list.component";
|
|
29
|
+
import * as i28 from "./tags-selector/tags-selector.component";
|
|
30
|
+
import * as i29 from "./timepicker/timepicker.component";
|
|
31
|
+
import * as i30 from "./try-popup/try-popup.component";
|
|
32
|
+
import * as i31 from "./notification/notification.component";
|
|
33
|
+
import * as i32 from "./paginator/paginator.component";
|
|
34
|
+
import * as i33 from "./paginator/paginator-button/paginator-button.component";
|
|
35
|
+
import * as i34 from "./slide-toggle/slide-toggle.component";
|
|
36
|
+
import * as i35 from "./snackbars-thread/component/snackbars-thread.component";
|
|
37
|
+
import * as i36 from "./tooltip-neo/tooltip-neo.component";
|
|
38
|
+
import * as i37 from "./directives/default-image.directive";
|
|
39
|
+
import * as i38 from "./directives/frozen-gif.directive";
|
|
40
|
+
import * as i39 from "./directives/equal-validator.directive";
|
|
41
|
+
import * as i40 from "./directives/multi-style-text.directive";
|
|
42
|
+
import * as i41 from "./directives/truncate-tooltip.directive";
|
|
43
|
+
import * as i42 from "./tooltip-neo/tooltip-neo.directive";
|
|
44
|
+
import * as i43 from "@agorapulse/ui-symbol";
|
|
45
|
+
import * as i44 from "@angular/common";
|
|
46
|
+
import * as i45 from "ngx-daterangepicker-material";
|
|
47
|
+
import * as i46 from "@angular/forms";
|
|
48
|
+
import * as i47 from "@ng-select/ng-select";
|
|
49
|
+
import * as i48 from "./popmenu/popmenu.module";
|
|
50
|
+
import * as i49 from "@angular/cdk/overlay";
|
|
51
|
+
import * as i50 from "@angular/material/badge";
|
|
52
|
+
import * as i51 from "@angular/material/button";
|
|
53
|
+
import * as i52 from "@angular/material/button-toggle";
|
|
54
|
+
import * as i53 from "@angular/material/chips";
|
|
55
|
+
import * as i54 from "@angular/material/expansion";
|
|
56
|
+
import * as i55 from "@angular/material/checkbox";
|
|
57
|
+
import * as i56 from "@angular/material/icon";
|
|
58
|
+
import * as i57 from "@angular/material/progress-bar";
|
|
59
|
+
import * as i58 from "@angular/material/progress-spinner";
|
|
60
|
+
import * as i59 from "@angular/material/radio";
|
|
61
|
+
import * as i60 from "@angular/material/slider";
|
|
62
|
+
import * as i61 from "@angular/material/slide-toggle";
|
|
63
|
+
import * as i62 from "@angular/material/menu";
|
|
64
|
+
import * as i63 from "@angular/material/sidenav";
|
|
65
|
+
import * as i64 from "@angular/material/toolbar";
|
|
66
|
+
import * as i65 from "@angular/material/card";
|
|
67
|
+
import * as i66 from "@angular/material/divider";
|
|
68
|
+
import * as i67 from "@angular/material/grid-list";
|
|
69
|
+
import * as i68 from "@angular/material/list";
|
|
70
|
+
import * as i69 from "@angular/material/tabs";
|
|
71
|
+
import * as i70 from "@angular/material/stepper";
|
|
72
|
+
import * as i71 from "@angular/material/bottom-sheet";
|
|
73
|
+
import * as i72 from "@angular/material/dialog";
|
|
74
|
+
import * as i73 from "@angular/material/snack-bar";
|
|
75
|
+
import * as i74 from "@angular/material/table";
|
|
1
76
|
export declare class AgorapulseUiComponentsModule {
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AgorapulseUiComponentsModule, never>;
|
|
78
|
+
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.EditTagsModalComponent, typeof i9.EllipsisDirective, typeof i10.ImageCarouselComponent, typeof i11.FeatureOnboardingComponent, typeof i12.LeadModalComponent, typeof i13.MediaDisplayOverlayDialogComponent, typeof i14.ModalComponent, typeof i15.OverlayDialogComponent, typeof i16.OverlayInDivComponent, typeof i17.PasswordInputComponent, typeof i18.PasswordStrengthBarComponent, typeof i19.PasswordStrengthDisplayBarComponent, typeof i20.PhoneNumberInputComponent, typeof i21.PlaceComponent, typeof i22.PlaceListComponent, typeof i23.SnackBarComponent, typeof i24.SplashscreenComponent, typeof i25.StarRatingComponent, typeof i26.TagComponent, typeof i27.TagListComponent, typeof i28.TagsSelectorComponent, typeof i29.TimepickerComponent, typeof i30.TryPopupComponent, typeof i31.NotificationComponent, typeof i32.PaginatorComponent, typeof i33.PaginatorButtonComponent, typeof i34.SlideToggleComponent, typeof i35.SnackbarsThreadComponent, typeof i36.TooltipNeoComponent, typeof i3.AutosizeTextareaDirective, typeof i37.DefaultImageDirective, typeof i38.FrozenGifDirective, typeof i34.SlideToggleComponent, typeof i39.EqualValidatorDirective, typeof i40.MultiStyleTextDirective, typeof i41.TruncateTooltipDirective, typeof i42.TooltipNeoDirective], [typeof i43.AgorapulseUiSymbolModule, typeof i44.CommonModule, typeof i45.NgxDaterangepickerMd, typeof i46.FormsModule, typeof i46.ReactiveFormsModule, typeof i47.NgSelectModule, typeof i48.PopmenuModule, typeof i49.OverlayModule, typeof i50.MatBadgeModule, typeof i51.MatButtonModule, typeof i52.MatButtonToggleModule, typeof i53.MatChipsModule, typeof i54.MatExpansionModule, typeof i55.MatCheckboxModule, typeof i56.MatIconModule, typeof i57.MatProgressBarModule, typeof i58.MatProgressSpinnerModule, typeof i59.MatRadioModule, typeof i60.MatSliderModule, typeof i61.MatSlideToggleModule, typeof i62.MatMenuModule, typeof i63.MatSidenavModule, typeof i64.MatToolbarModule, typeof i65.MatCardModule, typeof i66.MatDividerModule, typeof i67.MatGridListModule, typeof i68.MatListModule, typeof i69.MatTabsModule, typeof i70.MatStepperModule, typeof i71.MatBottomSheetModule, typeof i72.MatDialogModule, typeof i73.MatSnackBarModule, typeof i74.MatTableModule], [typeof i46.FormsModule, typeof i46.ReactiveFormsModule, typeof i1.AddCommentComponent, typeof i2.AvatarComponent, typeof i4.StepperComponent, typeof i5.ConfirmModalComponent, typeof i6.DatepickerComponent, typeof i7.DotsStepperComponent, typeof i8.EditTagsModalComponent, typeof i9.EllipsisDirective, typeof i10.ImageCarouselComponent, typeof i11.FeatureOnboardingComponent, typeof i12.LeadModalComponent, typeof i13.MediaDisplayOverlayDialogComponent, typeof i14.ModalComponent, typeof i15.OverlayDialogComponent, typeof i16.OverlayInDivComponent, typeof i20.PhoneNumberInputComponent, typeof i17.PasswordInputComponent, typeof i18.PasswordStrengthBarComponent, typeof i19.PasswordStrengthDisplayBarComponent, typeof i21.PlaceComponent, typeof i22.PlaceListComponent, typeof i23.SnackBarComponent, typeof i24.SplashscreenComponent, typeof i25.StarRatingComponent, typeof i26.TagComponent, typeof i27.TagListComponent, typeof i28.TagsSelectorComponent, typeof i29.TimepickerComponent, typeof i30.TryPopupComponent, typeof i31.NotificationComponent, typeof i32.PaginatorComponent, typeof i33.PaginatorButtonComponent, typeof i34.SlideToggleComponent, typeof i35.SnackbarsThreadComponent, typeof i3.AutosizeTextareaDirective, typeof i37.DefaultImageDirective, typeof i38.FrozenGifDirective, typeof i39.EqualValidatorDirective, typeof i40.MultiStyleTextDirective, typeof i41.TruncateTooltipDirective, typeof i42.TooltipNeoDirective, typeof i47.NgSelectModule, typeof i48.PopmenuModule, typeof i50.MatBadgeModule, typeof i51.MatButtonModule, typeof i52.MatButtonToggleModule, typeof i55.MatCheckboxModule, typeof i53.MatChipsModule, typeof i54.MatExpansionModule, typeof i56.MatIconModule, typeof i57.MatProgressBarModule, typeof i58.MatProgressSpinnerModule, typeof i59.MatRadioModule, typeof i60.MatSliderModule, typeof i61.MatSlideToggleModule, typeof i62.MatMenuModule, typeof i63.MatSidenavModule, typeof i64.MatToolbarModule, typeof i65.MatCardModule, typeof i66.MatDividerModule, typeof i67.MatGridListModule, typeof i68.MatListModule, typeof i69.MatTabsModule, typeof i70.MatStepperModule, typeof i71.MatBottomSheetModule, typeof i72.MatDialogModule, typeof i73.MatSnackBarModule, typeof i74.MatTableModule]>;
|
|
79
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AgorapulseUiComponentsModule>;
|
|
2
80
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { customSvgsSymbolIds, flagSymbolIds, officialSymbolIds, symbolIds, SymbolType } from "@agorapulse/ui-symbol";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AvatarComponent implements OnInit, OnChanges {
|
|
4
5
|
border: string;
|
|
5
6
|
defaultImageEnabled: boolean;
|
|
@@ -20,4 +21,6 @@ export declare class AvatarComponent implements OnInit, OnChanges {
|
|
|
20
21
|
ngOnInit(): void;
|
|
21
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
22
23
|
onError(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
25
|
+
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"; }, {}, never, ["*"]>;
|
|
23
26
|
}
|
|
@@ -2,6 +2,7 @@ import { ComponentType } from '@angular/cdk/portal';
|
|
|
2
2
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { ModalConfig } from '../modal/modal.component';
|
|
4
4
|
import { ConfirmModalTexts } from './confirm-modal-texts.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ConfirmModalComponent {
|
|
6
7
|
dialogRef: MatDialogRef<ComponentType<any>>;
|
|
7
8
|
contentText: string;
|
|
@@ -14,4 +15,6 @@ export declare class ConfirmModalComponent {
|
|
|
14
15
|
onCancel(): void;
|
|
15
16
|
onConfirm(): void;
|
|
16
17
|
static open(dialog: MatDialog, confirmModalTexts: ConfirmModalTexts, modalConfig?: ModalConfig): MatDialogRef<ConfirmModalComponent, any>;
|
|
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>;
|
|
17
20
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
2
|
import { DaterangepickerComponent } from "ngx-daterangepicker-material";
|
|
3
3
|
import { Moment } from 'moment';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare enum DatepickerMode {
|
|
5
6
|
Single = "Single",
|
|
6
7
|
Multiple = "Multiple",
|
|
@@ -66,4 +67,6 @@ export declare class DatepickerComponent implements OnInit, OnChanges, AfterView
|
|
|
66
67
|
*/
|
|
67
68
|
setCalendarCurrentPage(): void;
|
|
68
69
|
setWidth(): void;
|
|
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>;
|
|
69
72
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AfterContentChecked, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class AutosizeTextareaDirective implements AfterContentChecked {
|
|
3
4
|
element: ElementRef;
|
|
4
5
|
static maxHeight: number;
|
|
@@ -6,4 +7,6 @@ export declare class AutosizeTextareaDirective implements AfterContentChecked {
|
|
|
6
7
|
onInput(): void;
|
|
7
8
|
ngAfterContentChecked(): void;
|
|
8
9
|
resize(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeTextareaDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeTextareaDirective, "textarea[ap-autosize]", never, {}, {}, never>;
|
|
9
12
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class DefaultImageDirective {
|
|
2
3
|
src: string;
|
|
3
4
|
default: string;
|
|
4
5
|
updateUrl(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultImageDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultImageDirective, "img[default]", never, { "src": "src"; "default": "default"; }, {}, never>;
|
|
5
8
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AfterContentChecked, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* Removes excess text from element until it fits in elements
|
|
4
5
|
* and appends a ellipsis symbol to end of text. This requires that
|
|
@@ -24,4 +25,6 @@ export declare class EllipsisDirective implements AfterContentChecked {
|
|
|
24
25
|
ngAfterContentChecked(): void;
|
|
25
26
|
private clipText;
|
|
26
27
|
private handleReadmore;
|
|
28
|
+
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>;
|
|
27
30
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Validator, AbstractControl } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class EqualValidatorDirective implements Validator {
|
|
3
4
|
validateEqual: string;
|
|
4
5
|
validateEqualReference: string;
|
|
@@ -7,4 +8,6 @@ export declare class EqualValidatorDirective implements Validator {
|
|
|
7
8
|
[key: string]: any;
|
|
8
9
|
};
|
|
9
10
|
private isReference;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EqualValidatorDirective, [{ attribute: "validateEqual"; }, { attribute: "validateEqualReference"; }]>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EqualValidatorDirective, "[validateEqual][formControlName],[validateEqual][formControl],[validateEqual][ngModel]", never, {}, {}, never>;
|
|
10
13
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class GifService {
|
|
3
4
|
static isGif(src: String): boolean;
|
|
4
5
|
}
|
|
@@ -24,4 +25,6 @@ export declare class FrozenGifDirective implements OnChanges {
|
|
|
24
25
|
private addCanvas;
|
|
25
26
|
private addEvents;
|
|
26
27
|
private unfreeze;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrozenGifDirective, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrozenGifDirective, "img[apFrozenGif]", never, { "src": "src"; "frozen": "apFrozen"; "events": "apGifEvents"; }, {}, never>;
|
|
27
30
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Renderer2, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* This directive aims to parse simple string to extract some specific tags and to turn them into SPAN with styling classes attributes.
|
|
4
5
|
* The specific tags must this schema: <ng-container data-mst="STYLING-CLASSES>TEXT</ng-container>.
|
|
@@ -12,4 +13,6 @@ export declare class MultiStyleTextDirective {
|
|
|
12
13
|
constructor(elRef: ElementRef, renderer: Renderer2);
|
|
13
14
|
private static parse;
|
|
14
15
|
private static cutFirstGroup;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiStyleTextDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiStyleTextDirective, "[multiStyleText]", never, { "multiStyleText": "multiStyleText"; }, {}, never>;
|
|
15
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TooltipNeoDirective } from '../tooltip-neo/tooltip-neo.directive';
|
|
2
2
|
import { TooltipNeoParams } from '../tooltip-neo/tooltip-neo.model';
|
|
3
3
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TruncateTooltipDirective implements OnInit, OnDestroy {
|
|
5
6
|
private tooltipNeo;
|
|
6
7
|
private elementRef;
|
|
@@ -10,4 +11,6 @@ export declare class TruncateTooltipDirective implements OnInit, OnDestroy {
|
|
|
10
11
|
private updateTruncateState;
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
ngOnDestroy(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateTooltipDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateTooltipDirective, "[apTooltipNeo][truncateTooltip]", never, { "truncateTooltip": "truncateTooltip"; }, {}, never>;
|
|
13
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DotsStepperComponent implements OnChanges {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
forwardAllowed: boolean;
|
|
@@ -10,4 +11,6 @@ export declare class DotsStepperComponent implements OnChanges {
|
|
|
10
11
|
constructor();
|
|
11
12
|
ngOnChanges(): void;
|
|
12
13
|
onDotClick(event: any, item: any, index: any): void;
|
|
14
|
+
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>;
|
|
13
16
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { EditTagsModalData } from './model/edit-tags-modal.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class EditTagsModalComponent implements OnDestroy {
|
|
5
6
|
data: EditTagsModalData;
|
|
6
7
|
dialogRef: MatDialogRef<EditTagsModalComponent>;
|
|
@@ -26,4 +27,6 @@ export declare class EditTagsModalComponent implements OnDestroy {
|
|
|
26
27
|
onSearch(tag: string): void;
|
|
27
28
|
updateTagSuccess(tag: string): void;
|
|
28
29
|
ngOnDestroy(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditTagsModalComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditTagsModalComponent, "ng-component", never, {}, {}, never, never>;
|
|
29
32
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MatDialogRef } from "@angular/material/dialog";
|
|
2
2
|
import { ComponentType } from "@angular/cdk/overlay";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FeatureOnboardingComponent {
|
|
4
5
|
dialogRef: MatDialogRef<ComponentType<any>>;
|
|
5
6
|
backButtonLabel: string;
|
|
@@ -12,4 +13,6 @@ export declare class FeatureOnboardingComponent {
|
|
|
12
13
|
onClickNext(): void;
|
|
13
14
|
onClickPrevious(): void;
|
|
14
15
|
onCloseCarousel(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureOnboardingComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureOnboardingComponent, "ap-feature-onboarding", never, {}, {}, never, never>;
|
|
15
18
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { AnimationBuilder } from '@angular/animations';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare enum InstagramCarouselItemType {
|
|
4
5
|
IMAGE = "photo",
|
|
5
6
|
VIDEO = "video"
|
|
@@ -42,4 +43,6 @@ export declare class ImageCarouselComponent {
|
|
|
42
43
|
private videoPause;
|
|
43
44
|
private videoPlay;
|
|
44
45
|
switchSound(): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselComponent, "ap-image-carousel", never, { "items": "items"; "dotsInside": "dotsInside"; "soundEnabled": "soundEnabled"; "supportGif": "supportGif"; "tinyMode": "tinyMode"; }, { "currentImageChanged": "currentImageChanged"; }, never, never>;
|
|
45
48
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
2
|
import { LeadInfo } from './lead-info.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface TranslatedStrings {
|
|
4
5
|
agencyFieldLabel: string;
|
|
5
6
|
agencyNoLabel: string;
|
|
@@ -25,4 +26,6 @@ export declare class LeadModalComponent {
|
|
|
25
26
|
qualifiedTeamPlan: string;
|
|
26
27
|
profileType: string;
|
|
27
28
|
onValidate(qualifiedProfilePlan: string, qualifiedTeamPlan: string, profileType: string): LeadInfo;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LeadModalComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LeadModalComponent, "ap-lead-modal", never, {}, {}, never, never>;
|
|
28
31
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface MediaDisplayData {
|
|
4
5
|
urls: string[];
|
|
5
6
|
url: string;
|
|
@@ -25,4 +26,6 @@ export declare class MediaDisplayOverlayDialogComponent implements OnInit {
|
|
|
25
26
|
onNext($event: UIEvent): void;
|
|
26
27
|
onPrevious($event: UIEvent): void;
|
|
27
28
|
keyEvent(event: KeyboardEvent): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaDisplayOverlayDialogComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaDisplayOverlayDialogComponent, "ap-media-display-overlay", never, {}, {}, never, never>;
|
|
28
31
|
}
|
|
@@ -2,6 +2,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { MatDialogConfig } from '@angular/material/dialog';
|
|
4
4
|
import { ComponentType } from '@angular/cdk/portal';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export interface ModalConfig extends ModalConfigBase {
|
|
6
7
|
closable?: boolean;
|
|
7
8
|
headerBottomBorderEnabled?: boolean;
|
|
@@ -44,4 +45,6 @@ export declare class ModalComponent {
|
|
|
44
45
|
*/
|
|
45
46
|
static openWithTemplates(matDialog: MatDialog, headerTemplate: TemplateRef<any>, mainTemplate: TemplateRef<any>, footerTemplate?: TemplateRef<any>, config?: ModalConfig): MatDialogRef<ModalComponent>;
|
|
46
47
|
close(): void;
|
|
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>;
|
|
47
50
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class NotificationComponent {
|
|
2
3
|
type: 'info' | 'warning' | 'error' | 'success';
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ap-notification", never, { "type": "type"; }, {}, never, ["[icon]", "[text]"]>;
|
|
3
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { Overlay } from '@angular/cdk/overlay';
|
|
3
3
|
import { OverlayDialogRef } from './overlay-dialog.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
interface OverlaywDialogConfig {
|
|
5
6
|
panelClass?: string;
|
|
6
7
|
hasBackdrop?: boolean;
|
|
@@ -16,5 +17,7 @@ export declare class OverlayDialogService {
|
|
|
16
17
|
private attachDialogContainer;
|
|
17
18
|
private createInjector;
|
|
18
19
|
private getOverlayConfig;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDialogService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayDialogService>;
|
|
19
22
|
}
|
|
20
23
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OverlayRef } from '@angular/cdk/overlay';
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface OverlayData {
|
|
4
5
|
template: string;
|
|
5
6
|
}
|
|
@@ -14,4 +15,6 @@ export declare class OverlayDialogComponent {
|
|
|
14
15
|
data: any;
|
|
15
16
|
constructor(dialogRef: OverlayDialogRef, data: any);
|
|
16
17
|
close(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDialogComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayDialogComponent, "ap-overlay", never, {}, {}, never, never>;
|
|
17
20
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class OverlayInDivComponent {
|
|
3
4
|
title: string;
|
|
4
5
|
subtitle: string;
|
|
5
6
|
imgPath: string;
|
|
6
7
|
closable: boolean;
|
|
7
8
|
close: EventEmitter<any>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayInDivComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayInDivComponent, "ap-overlay-in-div", never, { "title": "title"; "subtitle": "subtitle"; "imgPath": "imgPath"; "closable": "closable"; }, { "close": "close"; }, never, never>;
|
|
8
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PaginatorButtonComponent {
|
|
3
4
|
pageIndex: number;
|
|
4
5
|
selectedPageIndex: number;
|
|
5
6
|
selectPage: EventEmitter<number>;
|
|
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>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PaginatorComponent implements OnChanges {
|
|
3
4
|
itemCount: number;
|
|
4
5
|
itemCountPerPage: number;
|
|
@@ -11,4 +12,6 @@ export declare class PaginatorComponent implements OnChanges {
|
|
|
11
12
|
lastPageDisplayed: boolean;
|
|
12
13
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13
14
|
onSelectPage(pageIndex: number): void;
|
|
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>;
|
|
14
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const PASSWORD_CONTROL_VALUE_ACCESSOR: any;
|
|
5
6
|
export declare class PasswordInputComponent implements OnInit, ControlValueAccessor {
|
|
6
7
|
static type: string[];
|
|
@@ -25,4 +26,6 @@ export declare class PasswordInputComponent implements OnInit, ControlValueAcces
|
|
|
25
26
|
setDisabledState(isDisabled: boolean): void;
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
ngOnDestroy(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "ap-password-input", never, { "name": "name"; "placeholder": "placeholder"; "fullWidth": "fullWidth"; }, {}, never, never>;
|
|
28
31
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnChanges, OnInit, SimpleChange } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PasswordStrengthBarComponent implements OnChanges, OnInit {
|
|
3
4
|
passwordToCheck: string;
|
|
4
5
|
labelWeak: string;
|
|
@@ -18,4 +19,6 @@ export declare class PasswordStrengthBarComponent implements OnChanges, OnInit {
|
|
|
18
19
|
ngOnInit(): void;
|
|
19
20
|
private static measureStrength;
|
|
20
21
|
private getColor;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthBarComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthBarComponent, "ap-password-strength-bar", never, { "passwordToCheck": "passwordToCheck"; "labelWeak": "labelWeak"; "labelFair": "labelFair"; "labelGood": "labelGood"; "labelStrong": "labelStrong"; "labelExcellent": "labelExcellent"; }, {}, never, never>;
|
|
21
24
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PasswordStrengthDisplayBarComponent implements OnInit {
|
|
3
4
|
labelWeak: string;
|
|
4
5
|
labelFair: string;
|
|
@@ -11,4 +12,6 @@ export declare class PasswordStrengthDisplayBarComponent implements OnInit {
|
|
|
11
12
|
label: string;
|
|
12
13
|
private readonly defaultLabels;
|
|
13
14
|
private labels;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthDisplayBarComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthDisplayBarComponent, "ap-password-strength-display-bar", never, { "labelWeak": "labelWeak"; "labelFair": "labelFair"; "labelGood": "labelGood"; "labelStrong": "labelStrong"; "labelExcellent": "labelExcellent"; "strength": "strength"; }, {}, never, never>;
|
|
14
17
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface PhoneNumberInfo {
|
|
4
5
|
countryCode: string;
|
|
5
6
|
countryName: string;
|
|
@@ -39,4 +40,6 @@ export declare class PhoneNumberInputComponent implements OnInit, OnChanges, Con
|
|
|
39
40
|
writeValue(phone: Phone | null): void;
|
|
40
41
|
phoneNumberCodeSearchFn(term: string, item: any): boolean;
|
|
41
42
|
private checkValidation;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberInputComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberInputComponent, "ap-phone-number-input", never, { "flagsBucketUrl": "flagsBucketUrl"; "phoneNumberInfos": "phoneNumberInfos"; "phoneNumber": "phoneNumber"; "phoneNumberCode": "phoneNumberCode"; "required": "required"; "requiredLabel": "requiredLabel"; "submitted": "submitted"; "statusOk": "statusOk"; }, { "changePhoneNumber": "changePhoneNumber"; "changePhoneNumberCode": "changePhoneNumberCode"; }, never, never>;
|
|
42
45
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class PlaceComponent {
|
|
2
3
|
service: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PlaceComponent, "ap-place", never, { "service": "service"; }, {}, never, ["*"]>;
|
|
3
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
2
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class PopmenuComponent implements AfterViewInit {
|
|
4
5
|
renderer: Renderer2;
|
|
5
6
|
elementRef: ElementRef;
|
|
@@ -55,4 +56,6 @@ export declare class PopmenuComponent implements AfterViewInit {
|
|
|
55
56
|
setHostStyle(placement: string): boolean;
|
|
56
57
|
setPlacementClass(placement?: string): void;
|
|
57
58
|
setPosition(): void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopmenuComponent, "ap-popmenu", never, { "data": "data"; "show": "show"; "close": "close"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never>;
|
|
58
61
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, ElementRef, EventEmitter, Injector, OnChanges, OnInit, Renderer2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { PopmenuOptions } from './popmenu-options.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface AdComponent {
|
|
4
5
|
data: any;
|
|
5
6
|
show: boolean;
|
|
@@ -66,4 +67,6 @@ export declare class PopmenuDirective implements OnChanges, OnInit {
|
|
|
66
67
|
show(): void;
|
|
67
68
|
showTooltipElem(): void;
|
|
68
69
|
hideTooltipElem(): void;
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuDirective, [{ optional: true; }, null, null, null, null, null]>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "offset": "offset"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never>;
|
|
69
72
|
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { PopmenuOptions } from './popmenu-options.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./popmenu.directive";
|
|
5
|
+
import * as i2 from "./popmenu.component";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/material/menu";
|
|
3
8
|
export declare class PopmenuModule {
|
|
4
9
|
static forRoot(initOptions: PopmenuOptions): ModuleWithProviders<PopmenuModule>;
|
|
10
|
+
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 ɵinj: i0.ɵɵInjectorDeclaration<PopmenuModule>;
|
|
5
13
|
}
|