@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.
Files changed (186) hide show
  1. package/agorapulse-ui-components-13.0.1.tgz +0 -0
  2. package/agorapulse-ui-components.d.ts +1 -5
  3. package/assets/{lib-ui-components/icons → icons}/facebook-icon.png +0 -0
  4. package/assets/{lib-ui-components/icons → icons}/google-icon.png +0 -0
  5. package/assets/{lib-ui-components/icons → icons}/instagram-icon.png +0 -0
  6. package/assets/{lib-ui-components/icons → icons}/linkedin-icon.png +0 -0
  7. package/assets/{lib-ui-components/icons → icons}/pinterest-icon.png +0 -0
  8. package/assets/{lib-ui-components/icons → icons}/twitter-icon.png +0 -0
  9. package/assets/{lib-ui-components/icons → icons}/youtube-icon.png +0 -0
  10. package/assets/{lib-ui-components/img → img}/default-avatar-organization.png +0 -0
  11. package/assets/{lib-ui-components/img → img}/default-avatar-user.png +0 -0
  12. package/assets/{lib-ui-components/img → img}/default-avatar.png +0 -0
  13. package/assets/{lib-ui-components/img → img}/spinner_animation.gif +0 -0
  14. package/esm2020/agorapulse-ui-components.mjs +5 -0
  15. package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  16. package/esm2020/src/lib/add-comment/add-comment.component.mjs +62 -0
  17. package/esm2020/src/lib/agorapulse-ui-components.module.mjs +520 -0
  18. package/esm2020/src/lib/avatar/avatar.component.mjs +92 -0
  19. package/{esm2015/src/lib/confirm-modal/confirm-modal-texts.model.js → esm2020/src/lib/confirm-modal/confirm-modal-texts.model.mjs} +0 -0
  20. package/esm2020/src/lib/confirm-modal/confirm-modal.component.mjs +61 -0
  21. package/esm2020/src/lib/datepicker/datepicker.component.mjs +219 -0
  22. package/esm2020/src/lib/directives/autosize-textarea.directive.mjs +43 -0
  23. package/esm2020/src/lib/directives/default-image.directive.mjs +29 -0
  24. package/esm2020/src/lib/directives/ellipsis.directive.mjs +87 -0
  25. package/esm2020/src/lib/directives/equal-validator.directive.mjs +64 -0
  26. package/esm2020/src/lib/directives/frozen-gif.directive.mjs +116 -0
  27. package/esm2020/src/lib/directives/multi-style-text.directive.mjs +101 -0
  28. package/esm2020/src/lib/directives/truncate-tooltip.directive.mjs +33 -0
  29. package/esm2020/src/lib/dots-stepper/dots-stepper.component.mjs +43 -0
  30. package/esm2020/src/lib/edit-tag-modal/edit-tags-modal.component.mjs +147 -0
  31. 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
  32. package/esm2020/src/lib/feature-onboarding/feature-onboarding.component.mjs +35 -0
  33. package/esm2020/src/lib/image-carousel/image-carousel.component.mjs +152 -0
  34. package/{esm2015/src/lib/lead-modal/lead-info.model.js → esm2020/src/lib/lead-modal/lead-info.model.mjs} +0 -0
  35. package/esm2020/src/lib/lead-modal/lead-modal.component.mjs +49 -0
  36. package/esm2020/src/lib/media-display-overlay/media-display-overlay-dialog.component.mjs +87 -0
  37. package/esm2020/src/lib/modal/modal.component.mjs +96 -0
  38. package/esm2020/src/lib/notification/notification.component.mjs +17 -0
  39. package/esm2020/src/lib/overlay/overlay-dialog-service.component.mjs +61 -0
  40. package/esm2020/src/lib/overlay/overlay-dialog.component.mjs +33 -0
  41. package/esm2020/src/lib/overlay-in-div/overlay-in-div.component.mjs +27 -0
  42. package/esm2020/src/lib/paginator/paginator-button/paginator-button.component.mjs +23 -0
  43. package/esm2020/src/lib/paginator/paginator.component.mjs +54 -0
  44. package/esm2020/src/lib/password-input/password-input.component.mjs +68 -0
  45. package/esm2020/src/lib/password-strength-bar/password-strength-bar.component.mjs +83 -0
  46. package/esm2020/src/lib/password-strength-display-bar/password-strength-display-bar.component.mjs +45 -0
  47. package/esm2020/src/lib/phone-number-input/phone-number-input.component.mjs +144 -0
  48. package/esm2020/src/lib/places/place-list.component.mjs +11 -0
  49. package/esm2020/src/lib/places/place.component.mjs +14 -0
  50. package/{esm2015/src/lib/popmenu/options.js → esm2020/src/lib/popmenu/options.mjs} +0 -0
  51. package/{esm2015/src/lib/popmenu/popmenu-options.interface.js → esm2020/src/lib/popmenu/popmenu-options.interface.mjs} +0 -0
  52. package/{esm2015/src/lib/popmenu/popmenu-options.service.js → esm2020/src/lib/popmenu/popmenu-options.service.mjs} +0 -0
  53. package/esm2020/src/lib/popmenu/popmenu.component.mjs +344 -0
  54. package/esm2020/src/lib/popmenu/popmenu.directive.mjs +235 -0
  55. package/esm2020/src/lib/popmenu/popmenu.module.mjs +45 -0
  56. package/esm2020/src/lib/slide-toggle/slide-toggle.component.mjs +66 -0
  57. package/esm2020/src/lib/snackbar/snackbar.component.mjs +21 -0
  58. package/esm2020/src/lib/snackbars-thread/component/snackbars-thread.component.mjs +70 -0
  59. package/{esm2015/src/lib/snackbars-thread/model/snackbars-thread.model.js → esm2020/src/lib/snackbars-thread/model/snackbars-thread.model.mjs} +0 -0
  60. package/esm2020/src/lib/snackbars-thread/service/snackbars-thread.service.mjs +41 -0
  61. 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
  62. package/esm2020/src/lib/splashscreen/splashscreen.component.mjs +43 -0
  63. package/esm2020/src/lib/star-rating/star-rating.component.mjs +43 -0
  64. package/{esm2015/src/lib/stepper/step.model.js → esm2020/src/lib/stepper/step.model.mjs} +0 -0
  65. package/esm2020/src/lib/stepper/stepper.component.mjs +36 -0
  66. package/esm2020/src/lib/tags/tag-list.component.mjs +11 -0
  67. package/esm2020/src/lib/tags/tag.component.mjs +20 -0
  68. package/esm2020/src/lib/tags-selector/tags-selector.component.mjs +81 -0
  69. package/esm2020/src/lib/timepicker/timepicker.component.mjs +383 -0
  70. package/esm2020/src/lib/tooltip-neo/tooltip-neo.component.mjs +49 -0
  71. package/{esm2015/src/lib/tooltip-neo/tooltip-neo.const.js → esm2020/src/lib/tooltip-neo/tooltip-neo.const.mjs} +0 -0
  72. package/esm2020/src/lib/tooltip-neo/tooltip-neo.directive.mjs +114 -0
  73. package/{esm2015/src/lib/tooltip-neo/tooltip-neo.model.js → esm2020/src/lib/tooltip-neo/tooltip-neo.model.mjs} +0 -0
  74. package/esm2020/src/lib/tooltip-neo/tooltip-neo.service.mjs +17 -0
  75. package/{esm2015/src/lib/try-popup/try-popup-texts.model.js → esm2020/src/lib/try-popup/try-popup-texts.model.mjs} +0 -0
  76. package/esm2020/src/lib/try-popup/try-popup.component.mjs +37 -0
  77. package/fesm2015/agorapulse-ui-components.mjs +4191 -0
  78. package/fesm2015/agorapulse-ui-components.mjs.map +1 -0
  79. package/fesm2020/agorapulse-ui-components.mjs +4166 -0
  80. package/fesm2020/agorapulse-ui-components.mjs.map +1 -0
  81. package/package.json +30 -19
  82. package/src/lib/add-comment/add-comment.component.d.ts +3 -0
  83. package/src/lib/agorapulse-ui-components.module.d.ts +78 -0
  84. package/src/lib/avatar/avatar.component.d.ts +3 -0
  85. package/src/lib/confirm-modal/confirm-modal.component.d.ts +3 -0
  86. package/src/lib/datepicker/datepicker.component.d.ts +3 -0
  87. package/src/lib/directives/autosize-textarea.directive.d.ts +3 -0
  88. package/src/lib/directives/default-image.directive.d.ts +3 -0
  89. package/src/lib/directives/ellipsis.directive.d.ts +3 -0
  90. package/src/lib/directives/equal-validator.directive.d.ts +3 -0
  91. package/src/lib/directives/frozen-gif.directive.d.ts +3 -0
  92. package/src/lib/directives/multi-style-text.directive.d.ts +3 -0
  93. package/src/lib/directives/truncate-tooltip.directive.d.ts +3 -0
  94. package/src/lib/dots-stepper/dots-stepper.component.d.ts +3 -0
  95. package/src/lib/edit-tag-modal/edit-tags-modal.component.d.ts +3 -0
  96. package/src/lib/feature-onboarding/feature-onboarding.component.d.ts +3 -0
  97. package/src/lib/image-carousel/image-carousel.component.d.ts +3 -0
  98. package/src/lib/lead-modal/lead-modal.component.d.ts +3 -0
  99. package/src/lib/media-display-overlay/media-display-overlay-dialog.component.d.ts +3 -0
  100. package/src/lib/modal/modal.component.d.ts +3 -0
  101. package/src/lib/notification/notification.component.d.ts +3 -0
  102. package/src/lib/overlay/overlay-dialog-service.component.d.ts +3 -0
  103. package/src/lib/overlay/overlay-dialog.component.d.ts +3 -0
  104. package/src/lib/overlay-in-div/overlay-in-div.component.d.ts +3 -0
  105. package/src/lib/paginator/paginator-button/paginator-button.component.d.ts +3 -0
  106. package/src/lib/paginator/paginator.component.d.ts +3 -0
  107. package/src/lib/password-input/password-input.component.d.ts +3 -0
  108. package/src/lib/password-strength-bar/password-strength-bar.component.d.ts +3 -0
  109. package/src/lib/password-strength-display-bar/password-strength-display-bar.component.d.ts +3 -0
  110. package/src/lib/phone-number-input/phone-number-input.component.d.ts +3 -0
  111. package/src/lib/places/place-list.component.d.ts +3 -0
  112. package/src/lib/places/place.component.d.ts +3 -0
  113. package/src/lib/popmenu/popmenu.component.d.ts +3 -0
  114. package/src/lib/popmenu/popmenu.directive.d.ts +3 -0
  115. package/src/lib/popmenu/popmenu.module.d.ts +8 -0
  116. package/src/lib/slide-toggle/slide-toggle.component.d.ts +3 -0
  117. package/src/lib/snackbar/snackbar.component.d.ts +3 -0
  118. package/src/lib/snackbars-thread/component/snackbars-thread.component.d.ts +3 -0
  119. package/src/lib/snackbars-thread/service/snackbars-thread.service.d.ts +3 -0
  120. package/src/lib/splashscreen/splashscreen.component.d.ts +3 -0
  121. package/src/lib/star-rating/star-rating.component.d.ts +3 -0
  122. package/src/lib/stepper/stepper.component.d.ts +3 -0
  123. package/src/lib/tags/tag-list.component.d.ts +3 -0
  124. package/src/lib/tags/tag.component.d.ts +3 -0
  125. package/src/lib/tags-selector/tags-selector.component.d.ts +3 -0
  126. package/src/lib/timepicker/timepicker.component.d.ts +3 -0
  127. package/src/lib/tooltip-neo/tooltip-neo.component.d.ts +3 -0
  128. package/src/lib/tooltip-neo/tooltip-neo.directive.d.ts +20 -17
  129. package/src/lib/tooltip-neo/tooltip-neo.service.d.ts +3 -0
  130. package/src/lib/try-popup/try-popup.component.d.ts +3 -0
  131. package/agorapulse-ui-components-0.0.2.tgz +0 -0
  132. package/agorapulse-ui-components.metadata.json +0 -1
  133. package/bundles/agorapulse-ui-components.umd.js +0 -4448
  134. package/bundles/agorapulse-ui-components.umd.js.map +0 -1
  135. package/esm2015/agorapulse-ui-components.js +0 -10
  136. package/esm2015/src/lib/add-comment/add-comment.component.js +0 -54
  137. package/esm2015/src/lib/agorapulse-ui-components.module.js +0 -279
  138. package/esm2015/src/lib/avatar/avatar.component.js +0 -82
  139. package/esm2015/src/lib/confirm-modal/confirm-modal.component.js +0 -59
  140. package/esm2015/src/lib/datepicker/datepicker.component.js +0 -213
  141. package/esm2015/src/lib/directives/autosize-textarea.directive.js +0 -43
  142. package/esm2015/src/lib/directives/default-image.directive.js +0 -25
  143. package/esm2015/src/lib/directives/ellipsis.directive.js +0 -82
  144. package/esm2015/src/lib/directives/equal-validator.directive.js +0 -53
  145. package/esm2015/src/lib/directives/frozen-gif.directive.js +0 -113
  146. package/esm2015/src/lib/directives/multi-style-text.directive.js +0 -103
  147. package/esm2015/src/lib/directives/truncate-tooltip.directive.js +0 -36
  148. package/esm2015/src/lib/dots-stepper/dots-stepper.component.js +0 -41
  149. package/esm2015/src/lib/edit-tag-modal/edit-tags-modal.component.js +0 -129
  150. package/esm2015/src/lib/feature-onboarding/feature-onboarding.component.js +0 -35
  151. package/esm2015/src/lib/image-carousel/image-carousel.component.js +0 -143
  152. package/esm2015/src/lib/lead-modal/lead-modal.component.js +0 -47
  153. package/esm2015/src/lib/media-display-overlay/media-display-overlay-dialog.component.js +0 -87
  154. package/esm2015/src/lib/modal/modal.component.js +0 -88
  155. package/esm2015/src/lib/notification/notification.component.js +0 -18
  156. package/esm2015/src/lib/overlay/overlay-dialog-service.component.js +0 -62
  157. package/esm2015/src/lib/overlay/overlay-dialog.component.js +0 -33
  158. package/esm2015/src/lib/overlay-in-div/overlay-in-div.component.js +0 -23
  159. package/esm2015/src/lib/paginator/paginator-button/paginator-button.component.js +0 -22
  160. package/esm2015/src/lib/paginator/paginator.component.js +0 -47
  161. package/esm2015/src/lib/password-input/password-input.component.js +0 -65
  162. package/esm2015/src/lib/password-strength-bar/password-strength-bar.component.js +0 -82
  163. package/esm2015/src/lib/password-strength-display-bar/password-strength-display-bar.component.js +0 -41
  164. package/esm2015/src/lib/phone-number-input/phone-number-input.component.js +0 -123
  165. package/esm2015/src/lib/places/place-list.component.js +0 -12
  166. package/esm2015/src/lib/places/place.component.js +0 -15
  167. package/esm2015/src/lib/popmenu/popmenu.component.js +0 -322
  168. package/esm2015/src/lib/popmenu/popmenu.directive.js +0 -215
  169. package/esm2015/src/lib/popmenu/popmenu.module.js +0 -38
  170. package/esm2015/src/lib/slide-toggle/slide-toggle.component.js +0 -59
  171. package/esm2015/src/lib/snackbar/snackbar.component.js +0 -22
  172. package/esm2015/src/lib/snackbars-thread/component/snackbars-thread.component.js +0 -50
  173. package/esm2015/src/lib/snackbars-thread/service/snackbars-thread.service.js +0 -44
  174. package/esm2015/src/lib/splashscreen/splashscreen.component.js +0 -37
  175. package/esm2015/src/lib/star-rating/star-rating.component.js +0 -38
  176. package/esm2015/src/lib/stepper/stepper.component.js +0 -37
  177. package/esm2015/src/lib/tags/tag-list.component.js +0 -12
  178. package/esm2015/src/lib/tags/tag.component.js +0 -20
  179. package/esm2015/src/lib/tags-selector/tags-selector.component.js +0 -73
  180. package/esm2015/src/lib/timepicker/timepicker.component.js +0 -375
  181. package/esm2015/src/lib/tooltip-neo/tooltip-neo.component.js +0 -46
  182. package/esm2015/src/lib/tooltip-neo/tooltip-neo.directive.js +0 -107
  183. package/esm2015/src/lib/tooltip-neo/tooltip-neo.service.js +0 -15
  184. package/esm2015/src/lib/try-popup/try-popup.component.js +0 -33
  185. package/fesm2015/agorapulse-ui-components.js +0 -3805
  186. package/fesm2015/agorapulse-ui-components.js.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class SlideToggleComponent implements ControlValueAccessor {
4
5
  private _checked;
5
6
  set checked(status: boolean);
@@ -13,4 +14,6 @@ export declare class SlideToggleComponent implements ControlValueAccessor {
13
14
  registerOnChange(fn: any): void;
14
15
  registerOnTouched(fn: any): void;
15
16
  writeValue(status: boolean): void;
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>;
16
19
  }
@@ -1,6 +1,9 @@
1
1
  import { MatSnackBarRef } from "@angular/material/snack-bar";
2
+ import * as i0 from "@angular/core";
2
3
  export declare class SnackBarComponent {
3
4
  snackBarRef: MatSnackBarRef<SnackBarComponent>;
4
5
  data: any;
5
6
  constructor(snackBarRef: MatSnackBarRef<SnackBarComponent>, data: any);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ap-snackbar", never, {}, {}, never, never>;
6
9
  }
@@ -1,4 +1,5 @@
1
1
  import { SnackbarsThreadService } from "../service/snackbars-thread.service";
2
+ import * as i0 from "@angular/core";
2
3
  export declare class SnackbarsThreadComponent {
3
4
  snackbarsThreadService: SnackbarsThreadService;
4
5
  SnackbarTypesMap: {
@@ -15,4 +16,6 @@ export declare class SnackbarsThreadComponent {
15
16
  };
16
17
  constructor(snackbarsThreadService: SnackbarsThreadService);
17
18
  remove(id: string): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarsThreadComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarsThreadComponent, "app-snackbars-thread", never, {}, {}, never, never>;
18
21
  }
@@ -1,6 +1,7 @@
1
1
  import { DomSanitizer } from "@angular/platform-browser";
2
2
  import { BehaviorSubject } from "rxjs";
3
3
  import { SnackbarsThreadBase, SnackbarsThreadComplete } from "../model/snackbars-thread.model";
4
+ import * as i0 from "@angular/core";
4
5
  export declare class SnackbarsThreadService {
5
6
  private domSanitizer;
6
7
  private _list;
@@ -9,4 +10,6 @@ export declare class SnackbarsThreadService {
9
10
  private _emit;
10
11
  add(elem: SnackbarsThreadBase): void;
11
12
  remove(id: string): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarsThreadService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<SnackbarsThreadService>;
12
15
  }
@@ -1,3 +1,4 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class SplashscreenComponent {
2
3
  cardLabels: string[];
3
4
  cardDirection: 'vertical' | 'horizontal';
@@ -12,4 +13,6 @@ export declare class SplashscreenComponent {
12
13
  * - default: 750px for the container and 50% of the container for each card
13
14
  */
14
15
  width: 'all' | 'default';
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<SplashscreenComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplashscreenComponent, "ap-splashscreen", never, { "cardLabels": "cardLabels"; "cardDirection": "cardDirection"; "disposition": "disposition"; "imgHeight": "imgHeight"; "imgPaths": "imgPaths"; "imgWidth": "imgWidth"; "title": "title"; "width": "width"; }, {}, never, ["ap-button.first", "ap-button.second", "footer"]>;
15
18
  }
@@ -1,4 +1,5 @@
1
1
  import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class StarRatingComponent implements OnChanges {
3
4
  score: number;
4
5
  maxScore: number;
@@ -7,4 +8,6 @@ export declare class StarRatingComponent implements OnChanges {
7
8
  colorOff: string;
8
9
  filledStars: boolean[];
9
10
  ngOnChanges(changes: SimpleChanges): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<StarRatingComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "ap-star-rating", never, { "score": "score"; "maxScore": "maxScore"; "size": "size"; "colorOn": "colorOn"; "colorOff": "colorOff"; }, {}, never, never>;
10
13
  }
@@ -1,5 +1,6 @@
1
1
  import { OnChanges, SimpleChanges, EventEmitter } from '@angular/core';
2
2
  import { Step } from './step.model';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class StepperComponent implements OnChanges {
4
5
  currentStep: Step;
5
6
  steps: Step[];
@@ -11,4 +12,6 @@ export declare class StepperComponent implements OnChanges {
11
12
  constructor();
12
13
  ngOnChanges(changes: SimpleChanges): void;
13
14
  clickCurrentStep(step: Step): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ap-stepper", never, { "currentStep": "currentStep"; "steps": "steps"; }, { "stepClicked": "stepClicked"; }, never, never>;
14
17
  }
@@ -1,2 +1,5 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TagListComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagListComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagListComponent, "ap-tag-list", never, {}, {}, never, ["*"]>;
2
5
  }
@@ -1,4 +1,7 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TagComponent {
2
3
  color: string | 'blue' | 'red' | 'purple' | 'orange' | 'yellow' | 'green';
3
4
  onlyText: boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ap-tag", never, { "color": "color"; "onlyText": "onlyText"; }, {}, never, ["*"]>;
4
7
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { Observable, Subject } from "rxjs";
3
+ import * as i0 from "@angular/core";
3
4
  export interface TagsSelectorLabels {
4
5
  placeholder: string;
5
6
  createTag: string;
@@ -26,4 +27,6 @@ export declare class TagsSelectorComponent implements OnInit, OnChanges {
26
27
  onOpen(): void;
27
28
  onTagsChange(): void;
28
29
  setSearchFunction(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagsSelectorComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagsSelectorComponent, "ap-tags-selector", never, { "addTagEnabled": "addTagEnabled"; "disabled": "disabled"; "initialTags": "initialTags"; "labels": "labels"; "loadingOnSearch": "loadingOnSearch"; "multipleEnabled": "multipleEnabled"; "searchTagsFunction": "searchTagsFunction"; }, { "selectTags": "selectTags"; "searchErrorMessage": "searchErrorMessage"; }, never, never>;
29
32
  }
@@ -1,6 +1,7 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, Renderer2 } from '@angular/core';
2
2
  import { OverlayContainer } from "@angular/cdk/overlay";
3
3
  import { CdkVirtualScrollViewport } from "@angular/cdk/scrolling";
4
+ import * as i0 from "@angular/core";
4
5
  /**
5
6
  * Time in 24h format
6
7
  */
@@ -65,4 +66,6 @@ export declare class TimepickerComponent implements OnInit, OnChanges {
65
66
  private static convert12To24;
66
67
  private static convert24To12;
67
68
  private static toFixed;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimepickerComponent, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimepickerComponent, "ap-timepicker", never, { "disabled": "disabled"; "format": "format"; "invalid": "invalid"; "invalidationMessage": "invalidationMessage"; "period": "period"; "placement": "placement"; "timeModel": "timeModel"; }, { "timeModelChange": "timeModelChange"; }, never, never>;
68
71
  }
@@ -1,6 +1,7 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { TooltipNeoParams } from './tooltip-neo.model';
3
3
  import { TooltipNeoService } from "./tooltip-neo.service";
4
+ import * as i0 from "@angular/core";
4
5
  export declare class TooltipNeoComponent implements OnInit {
5
6
  private _elementRef;
6
7
  private _tooltipNeoService;
@@ -9,4 +10,6 @@ export declare class TooltipNeoComponent implements OnInit {
9
10
  constructor(_elementRef: ElementRef, _tooltipNeoService: TooltipNeoService);
10
11
  ngOnInit(): void;
11
12
  onClickOutside(event: any): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNeoComponent, "ap-tooltip-neo", never, { "params": "params"; }, {}, never, never>;
12
15
  }
@@ -1,29 +1,32 @@
1
1
  import { ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
2
- import { Overlay, OverlayPositionBuilder } from "@angular/cdk/overlay";
2
+ import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
3
3
  import { TooltipNeoParams } from './tooltip-neo.model';
4
4
  import { TooltipNeoService } from './tooltip-neo.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class TooltipNeoDirective implements OnInit, OnDestroy, OnChanges {
6
- private _elementRef;
7
- private _overlay;
8
- private _overlayPositionBuilder;
9
- private _tooltipNeoService;
7
+ private elementRef;
8
+ private overlay;
9
+ private overlayPositionBuilder;
10
+ private tooltipNeoService;
10
11
  apTooltipNeo: string | TooltipNeoParams;
11
- private _allowDisplay;
12
- private _destroy$;
13
- private _hide$;
14
- private _mouseEntered;
15
- private _overlayRef;
16
- private _params;
17
- private _show$;
18
- private _elementRefMouseLeave$;
12
+ private allowDisplay;
13
+ private destroy$;
14
+ private hide$;
15
+ private mouseEntered;
16
+ private overlayRef;
17
+ private params;
18
+ private show$;
19
+ private elementRefMouseLeave$;
19
20
  static enableTooltip(content: string | TemplateRef<any>, contentType: string, display: boolean): boolean;
20
- constructor(_elementRef: ElementRef, _overlay: Overlay, _overlayPositionBuilder: OverlayPositionBuilder, _tooltipNeoService: TooltipNeoService);
21
+ constructor(elementRef: ElementRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, tooltipNeoService: TooltipNeoService);
21
22
  ngOnChanges(changes: SimpleChanges): void;
22
23
  ngOnInit(): void;
23
24
  ngOnDestroy(): void;
24
- private _setSettings;
25
- private _initiateTooltip;
26
- private _detach;
25
+ private setSettings;
26
+ private initiateTooltip;
27
+ private detach;
27
28
  onMouseEnter(): void;
28
29
  onMouseLeave(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoDirective, never>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipNeoDirective, "[apTooltipNeo]", never, { "apTooltipNeo": "apTooltipNeo"; }, {}, never>;
29
32
  }
@@ -1,4 +1,7 @@
1
1
  import { Subject } from "rxjs";
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TooltipNeoService {
3
4
  clickOutside$: Subject<void>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoService, never>;
6
+ static ɵprov: i0.ɵɵInjectableDeclaration<TooltipNeoService>;
4
7
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { TryPopupTexts } from './try-popup-texts.model';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class TryPopupComponent {
4
5
  texts: TryPopupTexts;
5
6
  trialUrl: string;
@@ -9,4 +10,6 @@ export declare class TryPopupComponent {
9
10
  logoUrl: string;
10
11
  onClose(): void;
11
12
  onButtonClick(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TryPopupComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TryPopupComponent, "ap-try-popup", never, { "texts": "texts"; "trialUrl": "trialUrl"; }, { "trialClicked": "trialClicked"; "closeClicked": "closeClicked"; }, never, never>;
12
15
  }
Binary file