@progress/kendo-angular-tooltip 14.4.0-develop.2 → 14.4.0-develop.21

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 (58) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/constants.d.ts +1 -1
  5. package/esm2020/constants.mjs +1 -1
  6. package/esm2020/index.mjs +1 -1
  7. package/esm2020/localization/localized-messages.directive.mjs +1 -1
  8. package/esm2020/models/animation.model.mjs +1 -1
  9. package/esm2020/models/events.mjs +1 -1
  10. package/esm2020/models/functions.model.mjs +1 -1
  11. package/esm2020/models/popover-show-option.type.mjs +1 -1
  12. package/esm2020/models/position.type.mjs +1 -1
  13. package/esm2020/models/show.option.type.mjs +1 -1
  14. package/esm2020/package-metadata.mjs +3 -3
  15. package/esm2020/popover/anchor.directive.mjs +1 -1
  16. package/esm2020/popover/container.directive.mjs +1 -1
  17. package/esm2020/popover/directives-base.mjs +1 -1
  18. package/esm2020/popover/popover.component.mjs +1 -1
  19. package/esm2020/popover/popover.service.mjs +1 -1
  20. package/esm2020/popover/template-directives/actions-template.directive.mjs +1 -1
  21. package/esm2020/popover/template-directives/body-template.directive.mjs +1 -1
  22. package/esm2020/popover/template-directives/title-template.directive.mjs +1 -1
  23. package/esm2020/popover.module.mjs +1 -1
  24. package/esm2020/progress-kendo-angular-tooltip.mjs +1 -1
  25. package/esm2020/tooltip/tooltip.content.component.mjs +1 -1
  26. package/esm2020/tooltip/tooltip.directive.mjs +7 -3
  27. package/esm2020/tooltip/tooltip.settings.mjs +1 -1
  28. package/esm2020/tooltip.module.mjs +1 -1
  29. package/esm2020/tooltips.module.mjs +1 -1
  30. package/esm2020/utils.mjs +1 -1
  31. package/fesm2015/progress-kendo-angular-tooltip.mjs +9 -5
  32. package/fesm2020/progress-kendo-angular-tooltip.mjs +9 -5
  33. package/index.d.ts +1 -1
  34. package/localization/localized-messages.directive.d.ts +1 -1
  35. package/models/animation.model.d.ts +1 -1
  36. package/models/events.d.ts +1 -1
  37. package/models/functions.model.d.ts +1 -1
  38. package/models/popover-show-option.type.d.ts +1 -1
  39. package/models/position.type.d.ts +1 -1
  40. package/models/show.option.type.d.ts +1 -1
  41. package/package-metadata.d.ts +1 -1
  42. package/package.json +6 -6
  43. package/popover/anchor.directive.d.ts +1 -1
  44. package/popover/container.directive.d.ts +1 -1
  45. package/popover/directives-base.d.ts +1 -1
  46. package/popover/popover.component.d.ts +1 -1
  47. package/popover/popover.service.d.ts +1 -1
  48. package/popover/template-directives/actions-template.directive.d.ts +1 -1
  49. package/popover/template-directives/body-template.directive.d.ts +1 -1
  50. package/popover/template-directives/title-template.directive.d.ts +1 -1
  51. package/popover.module.d.ts +1 -1
  52. package/progress-kendo-angular-tooltip.d.ts +1 -1
  53. package/tooltip/tooltip.content.component.d.ts +1 -1
  54. package/tooltip/tooltip.directive.d.ts +7 -2
  55. package/tooltip/tooltip.settings.d.ts +1 -1
  56. package/tooltip.module.d.ts +1 -1
  57. package/tooltips.module.d.ts +1 -1
  58. package/utils.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef, OnDestroy, ElementRef, NgZone, OnChanges, Renderer2, AfterViewChecked } from '@angular/core';
@@ -96,6 +96,11 @@ export declare class TooltipDirective implements OnDestroy, OnChanges, AfterView
96
96
  * Specifies a CSS class that will be added to the Tooltip.
97
97
  */
98
98
  tooltipClass: string;
99
+ /**
100
+ * @hidden
101
+ * Specifies a CSS class that will be added to the kendo-tooltip element.
102
+ */
103
+ tooltipContentClass: string;
99
104
  /**
100
105
  * Provides screen boundary detection when the Тooltip is shown.
101
106
  */
@@ -159,5 +164,5 @@ export declare class TooltipDirective implements OnDestroy, OnChanges, AfterView
159
164
  private onMouseOut;
160
165
  private verifyProperties;
161
166
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, [null, null, null, null, { optional: true; }, { optional: true; }]>;
162
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[kendoTooltip]", ["kendoTooltip"], { "filter": "filter"; "position": "position"; "titleTemplate": "titleTemplate"; "showOn": "showOn"; "showAfter": "showAfter"; "callout": "callout"; "closable": "closable"; "offset": "offset"; "tooltipWidth": "tooltipWidth"; "tooltipHeight": "tooltipHeight"; "tooltipClass": "tooltipClass"; "collision": "collision"; "closeTitle": "closeTitle"; "tooltipTemplate": "tooltipTemplate"; }, {}, never>;
167
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[kendoTooltip]", ["kendoTooltip"], { "filter": "filter"; "position": "position"; "titleTemplate": "titleTemplate"; "showOn": "showOn"; "showAfter": "showAfter"; "callout": "callout"; "closable": "closable"; "offset": "offset"; "tooltipWidth": "tooltipWidth"; "tooltipHeight": "tooltipHeight"; "tooltipClass": "tooltipClass"; "tooltipContentClass": "tooltipContentClass"; "collision": "collision"; "closeTitle": "closeTitle"; "tooltipTemplate": "tooltipTemplate"; }, {}, never>;
163
168
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { InjectionToken } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
package/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Position } from './models/position.type';