@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.
- package/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/constants.d.ts +1 -1
- package/esm2020/constants.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/models/animation.model.mjs +1 -1
- package/esm2020/models/events.mjs +1 -1
- package/esm2020/models/functions.model.mjs +1 -1
- package/esm2020/models/popover-show-option.type.mjs +1 -1
- package/esm2020/models/position.type.mjs +1 -1
- package/esm2020/models/show.option.type.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/popover/anchor.directive.mjs +1 -1
- package/esm2020/popover/container.directive.mjs +1 -1
- package/esm2020/popover/directives-base.mjs +1 -1
- package/esm2020/popover/popover.component.mjs +1 -1
- package/esm2020/popover/popover.service.mjs +1 -1
- package/esm2020/popover/template-directives/actions-template.directive.mjs +1 -1
- package/esm2020/popover/template-directives/body-template.directive.mjs +1 -1
- package/esm2020/popover/template-directives/title-template.directive.mjs +1 -1
- package/esm2020/popover.module.mjs +1 -1
- package/esm2020/progress-kendo-angular-tooltip.mjs +1 -1
- package/esm2020/tooltip/tooltip.content.component.mjs +1 -1
- package/esm2020/tooltip/tooltip.directive.mjs +7 -3
- package/esm2020/tooltip/tooltip.settings.mjs +1 -1
- package/esm2020/tooltip.module.mjs +1 -1
- package/esm2020/tooltips.module.mjs +1 -1
- package/esm2020/utils.mjs +1 -1
- package/fesm2015/progress-kendo-angular-tooltip.mjs +9 -5
- package/fesm2020/progress-kendo-angular-tooltip.mjs +9 -5
- package/index.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/models/animation.model.d.ts +1 -1
- package/models/events.d.ts +1 -1
- package/models/functions.model.d.ts +1 -1
- package/models/popover-show-option.type.d.ts +1 -1
- package/models/position.type.d.ts +1 -1
- package/models/show.option.type.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +6 -6
- package/popover/anchor.directive.d.ts +1 -1
- package/popover/container.directive.d.ts +1 -1
- package/popover/directives-base.d.ts +1 -1
- package/popover/popover.component.d.ts +1 -1
- package/popover/popover.service.d.ts +1 -1
- package/popover/template-directives/actions-template.directive.d.ts +1 -1
- package/popover/template-directives/body-template.directive.d.ts +1 -1
- package/popover/template-directives/title-template.directive.d.ts +1 -1
- package/popover.module.d.ts +1 -1
- package/progress-kendo-angular-tooltip.d.ts +1 -1
- package/tooltip/tooltip.content.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +7 -2
- package/tooltip/tooltip.settings.d.ts +1 -1
- package/tooltip.module.d.ts +1 -1
- package/tooltips.module.d.ts +1 -1
- package/utils.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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 ©
|
|
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';
|
package/tooltip.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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/tooltips.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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 ©
|
|
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';
|