@anglr/common 11.3.0-beta.20220412054621 → 11.3.0-beta.20220413080437

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 (138) hide show
  1. package/changelog.md +39 -5
  2. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +2 -1
  3. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  4. package/es2015/forms/src/index.js +1 -0
  5. package/es2015/forms/src/index.js.map +1 -1
  6. package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +74 -0
  7. package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -0
  8. package/es2015/forms/src/modules/errorMessage/components/index.js +2 -0
  9. package/es2015/forms/src/modules/errorMessage/components/index.js.map +1 -0
  10. package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +75 -0
  11. package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -0
  12. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.js +2 -0
  13. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.js.map +1 -0
  14. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +27 -0
  15. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -0
  16. package/es2015/forms/src/modules/errorMessage/directives/index.js +4 -0
  17. package/es2015/forms/src/modules/errorMessage/directives/index.js.map +1 -0
  18. package/es2015/forms/src/modules/errorMessage/index.js +5 -0
  19. package/es2015/forms/src/modules/errorMessage/index.js.map +1 -0
  20. package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js +47 -0
  21. package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -0
  22. package/es2015/forms/src/modules/errorMessage/modules/index.js +2 -0
  23. package/es2015/forms/src/modules/errorMessage/modules/index.js.map +1 -0
  24. package/es2015/forms/src/modules/errorMessage/pipes/index.js +2 -0
  25. package/es2015/forms/src/modules/errorMessage/pipes/index.js.map +1 -0
  26. package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +33 -0
  27. package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -0
  28. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +16 -2
  29. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js.map +1 -1
  30. package/es2015/src/modules/commonUtils.module.js +7 -3
  31. package/es2015/src/modules/commonUtils.module.js.map +1 -1
  32. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +4 -33
  33. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
  34. package/es2015/src/modules/tooltip/directives/index.js +1 -0
  35. package/es2015/src/modules/tooltip/directives/index.js.map +1 -1
  36. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +23 -5
  37. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  38. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.js +2 -0
  39. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.js.map +1 -0
  40. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +7 -0
  41. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -1
  42. package/es2015/src/modules/tooltip/misc/tooltip.interface.js.map +1 -1
  43. package/es2015/src/pipes/index.js +1 -0
  44. package/es2015/src/pipes/index.js.map +1 -1
  45. package/es2015/src/pipes/keys/keys.pipe.js +25 -0
  46. package/es2015/src/pipes/keys/keys.pipe.js.map +1 -0
  47. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +1 -1
  48. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  49. package/es2020/forms/src/index.js +1 -0
  50. package/es2020/forms/src/index.js.map +1 -1
  51. package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +72 -0
  52. package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -0
  53. package/es2020/forms/src/modules/errorMessage/components/index.js +2 -0
  54. package/es2020/forms/src/modules/errorMessage/components/index.js.map +1 -0
  55. package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +74 -0
  56. package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -0
  57. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.js +2 -0
  58. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.js.map +1 -0
  59. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +27 -0
  60. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -0
  61. package/es2020/forms/src/modules/errorMessage/directives/index.js +4 -0
  62. package/es2020/forms/src/modules/errorMessage/directives/index.js.map +1 -0
  63. package/es2020/forms/src/modules/errorMessage/index.js +5 -0
  64. package/es2020/forms/src/modules/errorMessage/index.js.map +1 -0
  65. package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js +47 -0
  66. package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -0
  67. package/es2020/forms/src/modules/errorMessage/modules/index.js +2 -0
  68. package/es2020/forms/src/modules/errorMessage/modules/index.js.map +1 -0
  69. package/es2020/forms/src/modules/errorMessage/pipes/index.js +2 -0
  70. package/es2020/forms/src/modules/errorMessage/pipes/index.js.map +1 -0
  71. package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +33 -0
  72. package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -0
  73. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +16 -2
  74. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js.map +1 -1
  75. package/es2020/src/modules/commonUtils.module.js +7 -3
  76. package/es2020/src/modules/commonUtils.module.js.map +1 -1
  77. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +4 -33
  78. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
  79. package/es2020/src/modules/tooltip/directives/index.js +1 -0
  80. package/es2020/src/modules/tooltip/directives/index.js.map +1 -1
  81. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +23 -5
  82. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  83. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.js +2 -0
  84. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.js.map +1 -0
  85. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +7 -0
  86. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -1
  87. package/es2020/src/modules/tooltip/misc/tooltip.interface.js.map +1 -1
  88. package/es2020/src/pipes/index.js +1 -0
  89. package/es2020/src/pipes/index.js.map +1 -1
  90. package/es2020/src/pipes/keys/keys.pipe.js +25 -0
  91. package/es2020/src/pipes/keys/keys.pipe.js.map +1 -0
  92. package/forms/src/index.d.ts +1 -0
  93. package/forms/src/index.d.ts.map +1 -1
  94. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +50 -0
  95. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -0
  96. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +7 -0
  97. package/forms/src/modules/errorMessage/components/index.d.ts +2 -0
  98. package/forms/src/modules/errorMessage/components/index.d.ts.map +1 -0
  99. package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +41 -0
  100. package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts.map +1 -0
  101. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.d.ts +27 -0
  102. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.context.d.ts.map +1 -0
  103. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +17 -0
  104. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts.map +1 -0
  105. package/forms/src/modules/errorMessage/directives/index.d.ts +4 -0
  106. package/forms/src/modules/errorMessage/directives/index.d.ts.map +1 -0
  107. package/forms/src/modules/errorMessage/index.d.ts +5 -0
  108. package/forms/src/modules/errorMessage/index.d.ts.map +1 -0
  109. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts +16 -0
  110. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts.map +1 -0
  111. package/forms/src/modules/errorMessage/modules/index.d.ts +2 -0
  112. package/forms/src/modules/errorMessage/modules/index.d.ts.map +1 -0
  113. package/forms/src/modules/errorMessage/pipes/index.d.ts +2 -0
  114. package/forms/src/modules/errorMessage/pipes/index.d.ts.map +1 -0
  115. package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +18 -0
  116. package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts.map +1 -0
  117. package/package.json +1 -1
  118. package/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.d.ts +12 -3
  119. package/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.d.ts.map +1 -1
  120. package/src/modules/commonUtils.module.d.ts +2 -1
  121. package/src/modules/commonUtils.module.d.ts.map +1 -1
  122. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +2 -6
  123. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
  124. package/src/modules/tooltip/directives/index.d.ts +1 -0
  125. package/src/modules/tooltip/directives/index.d.ts.map +1 -1
  126. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +14 -3
  127. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  128. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.d.ts +10 -0
  129. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.context.d.ts.map +1 -0
  130. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +7 -2
  131. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts.map +1 -1
  132. package/src/modules/tooltip/misc/tooltip.interface.d.ts +11 -1
  133. package/src/modules/tooltip/misc/tooltip.interface.d.ts.map +1 -1
  134. package/src/pipes/index.d.ts +1 -0
  135. package/src/pipes/index.d.ts.map +1 -1
  136. package/src/pipes/keys/keys.pipe.d.ts +16 -0
  137. package/src/pipes/keys/keys.pipe.d.ts.map +1 -0
  138. package/version.bak +1 -1
@@ -3,12 +3,13 @@ import * as i1 from "../pipes/isNaN/isNaN.pipe";
3
3
  import * as i2 from "../pipes/isPresent/isPresent.pipe";
4
4
  import * as i3 from "../pipes/urlEncode/urlEncode.pipe";
5
5
  import * as i4 from "../pipes/mergeCssClasses/mergeCssClasses.pipe";
6
+ import * as i5 from "../pipes/keys/keys.pipe";
6
7
  /**
7
8
  * Module for common utility stuff
8
9
  */
9
10
  export declare class CommonUtilsModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe], never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe], never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
13
14
  }
14
15
  //# sourceMappingURL=commonUtils.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commonUtils.module.d.ts","sourceRoot":"","sources":["commonUtils.module.ts"],"names":[],"mappings":";;;;;AAIA;;GAEG;AACH,qBAiBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
1
+ {"version":3,"file":"commonUtils.module.d.ts","sourceRoot":"","sources":["commonUtils.module.ts"],"names":[],"mappings":";;;;;;AAIA;;GAEG;AACH,qBAmBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
@@ -1,4 +1,5 @@
1
1
  import { TemplateRef, ChangeDetectorRef, ElementRef } from '@angular/core';
2
+ import { TooltipTemplateContext } from '../../directives';
2
3
  import { TooltipRenderer } from '../../misc/tooltip.interface';
3
4
  import * as i0 from "@angular/core";
4
5
  /**
@@ -22,7 +23,7 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
22
23
  /**
23
24
  * Template used for rendering tooltip
24
25
  */
25
- template: TemplateRef<TData> | null | undefined;
26
+ template: TemplateRef<TooltipTemplateContext<TData>> | null | undefined;
26
27
  /**
27
28
  * Indication whether are html tags allowed in tooltip text
28
29
  */
@@ -31,11 +32,6 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
31
32
  * Css class that is applied to tooltip renderer component
32
33
  */
33
34
  cssClass: string | null | undefined;
34
- /**
35
- * Attach fade in/out animation to element
36
- * @internal
37
- */
38
- animation: boolean;
39
35
  constructor(_changeDetector: ChangeDetectorRef, _element: ElementRef<HTMLElement>);
40
36
  /**
41
37
  * Registers handlers that allows reaction to entering or leaving tooltip
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAe,UAAU,EAAe,MAAM,eAAe,CAAC;AAIxI,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAqBa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC;IA8C5D,SAAS,CAAC,eAAe,EAAE,iBAAiB;IAC5C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IA3CvD;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAE5C;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAI5C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAEnD;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;IAIvC;;;OAGG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,eAAe,EAAE,iBAAiB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEI,UAAU,IAAI,IAAI;IAKzB;;;OAGG;IAEI,UAAU,IAAI,IAAI;yCA9FhB,gBAAgB;2CAAhB,gBAAgB;CAkG5B"}
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAOa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC;IAqC5D,SAAS,CAAC,eAAe,EAAE,iBAAiB;IAC5C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCvD;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAE5C;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAI5C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,eAAe,EAAE,iBAAiB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEI,UAAU,IAAI,IAAI;IAKzB;;;OAGG;IAEI,UAAU,IAAI,IAAI;yCArFhB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
@@ -1,3 +1,4 @@
1
1
  export * from './tooltip/tooltip.directive';
2
2
  export * from './tooltipTemplate/tooltipTemplate.directive';
3
+ export * from './tooltipTemplate/tooltipTemplate.context';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6CAA6C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import { ComponentRef, ElementRef, Injector, OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { AnimationBuilder, AnimationFactory } from '@angular/animations';
2
3
  import { TooltipOptions, TooltipRenderer } from '../../misc/tooltip.interface';
3
4
  import { Position } from '../../../../services/position';
4
5
  import { TooltipTemplateDirective } from '../tooltipTemplate/tooltipTemplate.directive';
6
+ import { TooltipTemplateContext } from '../tooltipTemplate/tooltipTemplate.context';
5
7
  import * as i0 from "@angular/core";
6
8
  /**
7
9
  * Directive used for rendering tooltip
@@ -10,6 +12,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
10
12
  protected _viewContainerRef: ViewContainerRef;
11
13
  protected _injector: Injector;
12
14
  protected _element: ElementRef<HTMLElement>;
15
+ protected _animationsPlayer: AnimationBuilder;
13
16
  protected _document: Document;
14
17
  protected _position: Position;
15
18
  /**
@@ -20,6 +23,14 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
20
23
  * Instance of HTML element for tooltip renderer
21
24
  */
22
25
  protected _tooltipElement?: HTMLElement;
26
+ /**
27
+ * Animation factory used for enter animation of tooltip
28
+ */
29
+ protected _enterAnimation: AnimationFactory;
30
+ /**
31
+ * Animation factory used for exit animation of tooltip
32
+ */
33
+ protected _exitAnimation: AnimationFactory;
23
34
  /**
24
35
  * Instance of options provided for this tooltip
25
36
  */
@@ -47,7 +58,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
47
58
  /**
48
59
  * Instance of tooltip template that is used for rendering
49
60
  */
50
- tooltipTemplate?: TemplateRef<TData>;
61
+ tooltipTemplate?: TemplateRef<TooltipTemplateContext<TData>>;
51
62
  /**
52
63
  * Options used for displaying tooltip
53
64
  */
@@ -61,7 +72,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
61
72
  * Instance of template from element content, used for rendering
62
73
  */
63
74
  tooltipTemplateChild?: TooltipTemplateDirective;
64
- constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _document: Document, _position: Position, options?: Partial<TooltipOptions>);
75
+ constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _document: Document, _position: Position, options?: Partial<TooltipOptions>);
65
76
  /**
66
77
  * Called when input value changes
67
78
  */
@@ -107,7 +118,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
107
118
  * Custom input type for `tooltip` input
108
119
  */
109
120
  static ngAcceptInputType_tooltip: any;
110
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, { optional: true; }]>;
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, null, { optional: true; }]>;
111
122
  static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective<any>, "[tooltip]", never, { "tooltip": "tooltip"; "allowHtml": "allowHtml"; "tooltipTemplate": "tooltipTemplate"; "tooltipOptions": "tooltipOptions"; "tooltipVisible": "tooltipVisible"; }, {}, ["tooltipTemplateChild"]>;
112
123
  }
113
124
  //# sourceMappingURL=tooltip.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,UAAU,EAAyC,QAAQ,EAAS,SAAS,EAAE,SAAS,EAAY,aAAa,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAKtN,OAAO,EAAC,cAAc,EAAE,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAsB,QAAQ,EAAoC,MAAM,+BAA+B,CAAC;AAC/G,OAAO,EAAC,wBAAwB,EAAC,MAAM,8CAA8C,CAAC;;AAoBtF;;GAEG;AACH,qBAIa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,SAAS,EAAE,SAAS;IAkF1D,SAAS,CAAC,iBAAiB,EAAE,gBAAgB;IAC7C,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IACzB,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,SAAS,EAAE,QAAQ;IAlF3D;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;IAEnE;;OAEG;IACH,SAAS,CAAC,eAAe,CAAC,EAAE,WAAW,CAAC;IAExC;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,cAAc,CAAC;IAEnC;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,OAAO,CAAS;IAExC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAErC;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAC,IAAI,CAAQ;IAIvC;;OAEG;IAEI,OAAO,CAAC,EAAE,KAAK,CAAC;IAEvB;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IAEI,eAAe,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAE5C;;OAEG;IACH,IACW,cAAc,IAAI,OAAO,CAAC,cAAc,CAAC,CAGnD;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,EAGvD;IAED;;OAEG;IAEI,cAAc,CAAC,EAAE,OAAO,CAAC;IAIhC;;OAEG;IAEI,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;gBAGjC,iBAAiB,EAAE,gBAAgB,EACnC,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACnB,SAAS,EAAE,QAAQ,EACV,OAAO,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC;IAOlF;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAiBhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;;;OAIG;IAEI,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAoB1C;;;;OAIG;IAEI,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAmCzC;;;OAGG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI;IAyBhD;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAK9B;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;IAUjC;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAoBhC;;OAEG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAsC3B;;OAEG;IACH,OAAc,yBAAyB,EAAE,GAAG,CAAC;yCApTpC,gBAAgB;2CAAhB,gBAAgB;CAqT5B"}
1
+ {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Context passed to template of tooltip
3
+ */
4
+ export interface TooltipTemplateContext<TData = any> {
5
+ /**
6
+ * Data that should be displayed in tooltip
7
+ */
8
+ $implicit: TData;
9
+ }
10
+ //# sourceMappingURL=tooltipTemplate.context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltipTemplate.context.d.ts","sourceRoot":"","sources":["tooltipTemplate.context.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,sBAAsB,CAAC,KAAK,GAAG,GAAG;IAE/C;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC;CACpB"}
@@ -1,11 +1,16 @@
1
1
  import { TemplateRef } from '@angular/core';
2
+ import { TooltipTemplateContext } from './tooltipTemplate.context';
2
3
  import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Directive used for obtaining custom tooltip template
5
6
  */
6
7
  export declare class TooltipTemplateDirective<TData = any> {
7
- template: TemplateRef<TData>;
8
- constructor(template: TemplateRef<TData>);
8
+ template: TemplateRef<TooltipTemplateContext<TData>>;
9
+ constructor(template: TemplateRef<TooltipTemplateContext<TData>>);
10
+ /**
11
+ * Allows typechecking for template
12
+ */
13
+ static ngTemplateContextGuard(_dir: TooltipTemplateDirective, _ctx: unknown): _ctx is TooltipTemplateContext;
9
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTemplateDirective<any>, never>;
10
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never>;
11
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"tooltipTemplate.directive.d.ts","sourceRoot":"","sources":["tooltipTemplate.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAC,MAAM,eAAe,CAAC;;AAErD;;GAEG;AACH,qBAIa,wBAAwB,CAAC,KAAK,GAAG,GAAG;IAG1B,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC;gBAA5B,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC;yCAHtC,wBAAwB;2CAAxB,wBAAwB;CAMpC"}
1
+ {"version":3,"file":"tooltipTemplate.directive.d.ts","sourceRoot":"","sources":["tooltipTemplate.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAC,MAAM,eAAe,CAAC;AAErD,OAAO,EAAC,sBAAsB,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAIa,wBAAwB,CAAC,KAAK,GAAG,GAAG;IAG1B,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;gBAApD,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;IAMvE;;OAEG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,sBAAsB;yCAZnG,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
@@ -1,5 +1,7 @@
1
1
  import { TemplateRef, Type } from '@angular/core';
2
+ import { AnimationMetadata } from '@angular/animations';
2
3
  import { PositionOptions } from '../../../services/position';
4
+ import { TooltipTemplateContext } from '../directives';
3
5
  /**
4
6
  * Represents component that is used for rendering tooltip
5
7
  */
@@ -11,7 +13,7 @@ export interface TooltipRenderer<TData = any> {
11
13
  /**
12
14
  * Template used for rendering tooltip
13
15
  */
14
- template: TemplateRef<TData> | null | undefined;
16
+ template: TemplateRef<TooltipTemplateContext<TData>> | null | undefined;
15
17
  /**
16
18
  * Indication whether are html tags allowed in tooltip text
17
19
  */
@@ -59,5 +61,13 @@ export interface TooltipOptions {
59
61
  * Type of tooltip renderer that is used for rendering tooltip
60
62
  */
61
63
  tooltipRenderer: Type<TooltipRenderer>;
64
+ /**
65
+ * Animation used to tooltip component when it is displayed
66
+ */
67
+ enterAnimation: AnimationMetadata;
68
+ /**
69
+ * Animation used to tooltip component when it is hidden
70
+ */
71
+ exitAnimation: AnimationMetadata;
62
72
  }
63
73
  //# sourceMappingURL=tooltip.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.interface.d.ts","sourceRoot":"","sources":["tooltip.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,GAAG;IAIxC;;OAEG;IACH,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE5C;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;IAIhC;;;;OAIG;IACH,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAEhE;;OAEG;IACH,iBAAiB,IAAI,IAAI,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAE3B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC,eAAe,EAAE,WAAW,GAAC,QAAQ,CAAC,CAAC;IAEtD;;OAEG;IACH,cAAc,EAAE,OAAO,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,MAAM,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,OAAO,GAAC,IAAI,CAAC;IAE9B;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;CAC1C"}
1
+ {"version":3,"file":"tooltip.interface.d.ts","sourceRoot":"","sources":["tooltip.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,eAAe,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,GAAG;IAIxC;;OAEG;IACH,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAEpE;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;IAIhC;;;;OAIG;IACH,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAEhE;;OAEG;IACH,iBAAiB,IAAI,IAAI,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAE3B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC,eAAe,EAAE,WAAW,GAAC,QAAQ,CAAC,CAAC;IAEtD;;OAEG;IACH,cAAc,EAAE,OAAO,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,MAAM,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,OAAO,GAAC,IAAI,CAAC;IAE9B;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;IAEvC;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,aAAa,EAAE,iBAAiB,CAAC;CACpC"}
@@ -3,4 +3,5 @@ export * from './isPresent/isPresent.pipe';
3
3
  export * from './isNaN/isNaN.pipe';
4
4
  export * from './localize/localize.pipe';
5
5
  export * from './mergeCssClasses/mergeCssClasses.pipe';
6
+ export * from './keys/keys.pipe';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { Dictionary } from '@jscrpt/common';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Gets object keys/property names
6
+ */
7
+ export declare class KeysPipe implements PipeTransform {
8
+ /**
9
+ * Gets object keys/property names
10
+ * @param value - Object containing keys which will be obtained
11
+ */
12
+ transform(value: Dictionary<any>): string[];
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys">;
15
+ }
16
+ //# sourceMappingURL=keys.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keys.pipe.d.ts","sourceRoot":"","sources":["keys.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAU,MAAM,gBAAgB,CAAC;;AAEnD;;GAEG;AACH,qBACa,QAAS,YAAW,aAAa;IAE1C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE;yCANzC,QAAQ;uCAAR,QAAQ;CAepB"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 11.3.0-beta.20220412054621
1
+ 11.3.0-beta.20220413080437