@progress/kendo-angular-tooltip 21.4.1 → 22.0.0-develop.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/fesm2022/progress-kendo-angular-tooltip.mjs +51 -51
- package/package.json +11 -19
- package/popover/directives-base.d.ts +1 -1
- package/esm2022/constants.mjs +0 -12
- package/esm2022/directives.mjs +0 -101
- package/esm2022/index.mjs +0 -22
- package/esm2022/localization/localized-messages.directive.mjs +0 -44
- package/esm2022/models/animation.model.mjs +0 -5
- package/esm2022/models/events.mjs +0 -87
- package/esm2022/models/functions.model.mjs +0 -5
- package/esm2022/models/popover-show-option.type.mjs +0 -5
- package/esm2022/models/position.type.mjs +0 -5
- package/esm2022/models/show.option.type.mjs +0 -5
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/popover/anchor.directive.mjs +0 -172
- package/esm2022/popover/container.directive.mjs +0 -190
- package/esm2022/popover/directives-base.mjs +0 -319
- package/esm2022/popover/popover.component.mjs +0 -562
- package/esm2022/popover/popover.service.mjs +0 -71
- package/esm2022/popover/template-directives/actions-template.directive.mjs +0 -38
- package/esm2022/popover/template-directives/body-template.directive.mjs +0 -38
- package/esm2022/popover/template-directives/title-template.directive.mjs +0 -38
- package/esm2022/popover.module.mjs +0 -47
- package/esm2022/progress-kendo-angular-tooltip.mjs +0 -8
- package/esm2022/tooltip/tooltip.content.component.mjs +0 -293
- package/esm2022/tooltip/tooltip.directive.mjs +0 -490
- package/esm2022/tooltip/tooltip.settings.mjs +0 -70
- package/esm2022/tooltip.module.mjs +0 -44
- package/esm2022/tooltips.module.mjs +0 -51
- package/esm2022/utils.mjs +0 -153
|
@@ -3,7 +3,7 @@
|
|
|
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';
|
|
6
|
-
import { forwardRef,
|
|
6
|
+
import { forwardRef, Input, Directive, Optional, isDevMode, EventEmitter, HostBinding, ContentChild, ViewChild, Output, Component, ElementRef, Injectable, InjectionToken, Inject, NgModule } from '@angular/core';
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { PreventableEvent, focusableSelector, Keys, isDocumentAvailable, closest, hasObservers, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
@@ -29,15 +29,15 @@ class LocalizedMessagesDirective extends ComponentMessages {
|
|
|
29
29
|
super();
|
|
30
30
|
this.service = service;
|
|
31
31
|
}
|
|
32
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
32
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTooltipLocalizedMessages]", inputs: { closeTitle: "closeTitle" }, providers: [
|
|
34
34
|
{
|
|
35
35
|
provide: ComponentMessages,
|
|
36
36
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
37
37
|
}
|
|
38
38
|
], usesInheritance: true, ngImport: i0 });
|
|
39
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
43
|
providers: [
|
|
@@ -302,8 +302,8 @@ const packageMetadata = {
|
|
|
302
302
|
productName: 'Kendo UI for Angular',
|
|
303
303
|
productCode: 'KENDOUIANGULAR',
|
|
304
304
|
productCodes: ['KENDOUIANGULAR'],
|
|
305
|
-
publishDate:
|
|
306
|
-
version: '
|
|
305
|
+
publishDate: 1768395921,
|
|
306
|
+
version: '22.0.0-develop.1',
|
|
307
307
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
308
308
|
};
|
|
309
309
|
|
|
@@ -327,10 +327,10 @@ class PopoverTitleTemplateDirective {
|
|
|
327
327
|
constructor(templateRef) {
|
|
328
328
|
this.templateRef = templateRef;
|
|
329
329
|
}
|
|
330
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
331
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
330
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverTitleTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
331
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverTitleTemplateDirective, isStandalone: true, selector: "[kendoPopoverTitleTemplate]", ngImport: i0 });
|
|
332
332
|
}
|
|
333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverTitleTemplateDirective, decorators: [{
|
|
334
334
|
type: Directive,
|
|
335
335
|
args: [{
|
|
336
336
|
selector: '[kendoPopoverTitleTemplate]',
|
|
@@ -360,10 +360,10 @@ class PopoverBodyTemplateDirective {
|
|
|
360
360
|
constructor(templateRef) {
|
|
361
361
|
this.templateRef = templateRef;
|
|
362
362
|
}
|
|
363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
364
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
363
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
364
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverBodyTemplateDirective, isStandalone: true, selector: "[kendoPopoverBodyTemplate]", ngImport: i0 });
|
|
365
365
|
}
|
|
366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverBodyTemplateDirective, decorators: [{
|
|
367
367
|
type: Directive,
|
|
368
368
|
args: [{
|
|
369
369
|
selector: '[kendoPopoverBodyTemplate]',
|
|
@@ -393,10 +393,10 @@ class PopoverActionsTemplateDirective {
|
|
|
393
393
|
constructor(templateRef) {
|
|
394
394
|
this.templateRef = templateRef;
|
|
395
395
|
}
|
|
396
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
397
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
396
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
397
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverActionsTemplateDirective, isStandalone: true, selector: "[kendoPopoverActionsTemplate]", ngImport: i0 });
|
|
398
398
|
}
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverActionsTemplateDirective, decorators: [{
|
|
400
400
|
type: Directive,
|
|
401
401
|
args: [{
|
|
402
402
|
selector: '[kendoPopoverActionsTemplate]',
|
|
@@ -685,8 +685,8 @@ class PopoverComponent {
|
|
|
685
685
|
this.renderer.setAttribute(wrapper, 'id', this.popoverId);
|
|
686
686
|
this.renderer.setAttribute(wrapper, 'role', focusablePopoverChildren.length > 0 ? 'dialog' : 'tooltip');
|
|
687
687
|
}
|
|
688
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
689
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
688
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
689
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: PopoverComponent, isStandalone: true, selector: "kendo-popover", inputs: { position: "position", offset: "offset", width: "width", height: "height", title: "title", subtitle: "subtitle", body: "body", callout: "callout", animation: "animation", templateData: "templateData" }, outputs: { show: "show", shown: "shown", hide: "hide", hidden: "hidden", closeOnKeyDown: "closeOnKeyDown" }, host: { properties: { "attr.dir": "this.direction", "class.k-hidden": "this.isHidden", "attr.aria-hidden": "this.hasAttributeHidden", "style.width": "this._width", "style.height": "this._height" } }, providers: [
|
|
690
690
|
LocalizationService,
|
|
691
691
|
{
|
|
692
692
|
provide: L10N_PREFIX,
|
|
@@ -782,7 +782,7 @@ class PopoverComponent {
|
|
|
782
782
|
}
|
|
783
783
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
784
784
|
}
|
|
785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverComponent, decorators: [{
|
|
786
786
|
type: Component,
|
|
787
787
|
args: [{
|
|
788
788
|
selector: 'kendo-popover',
|
|
@@ -1244,10 +1244,10 @@ class PopoverDirectivesBase {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
return false;
|
|
1246
1246
|
}
|
|
1247
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1248
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1247
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverDirectivesBase, deps: [{ token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1248
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverDirectivesBase, isStandalone: true, inputs: { popover: "popover", showOn: "showOn" }, ngImport: i0 });
|
|
1249
1249
|
}
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverDirectivesBase, decorators: [{
|
|
1251
1251
|
type: Directive,
|
|
1252
1252
|
args: [{}]
|
|
1253
1253
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1$1.PopupService }, { type: i0.Renderer2 }], propDecorators: { popover: [{
|
|
@@ -1313,10 +1313,10 @@ class PopoverService {
|
|
|
1313
1313
|
this._hidePopover.next([isPopoverHovered, isAnchorHovered, this._isOrigin, this.currentAnchor]);
|
|
1314
1314
|
}));
|
|
1315
1315
|
}
|
|
1316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1317
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1316
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1317
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverService });
|
|
1318
1318
|
}
|
|
1319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverService, decorators: [{
|
|
1320
1320
|
type: Injectable
|
|
1321
1321
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
1322
1322
|
|
|
@@ -1466,10 +1466,10 @@ class PopoverAnchorDirective extends PopoverDirectivesBase {
|
|
|
1466
1466
|
this.hide();
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1470
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1469
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverAnchorDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }, { token: PopoverService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1470
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverAnchorDirective, isStandalone: true, selector: "[kendoPopoverAnchor]", providers: [PopoverService], exportAs: ["kendoPopoverAnchor"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
1471
1471
|
}
|
|
1472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverAnchorDirective, decorators: [{
|
|
1473
1473
|
type: Directive,
|
|
1474
1474
|
args: [{
|
|
1475
1475
|
selector: '[kendoPopoverAnchor]',
|
|
@@ -1641,10 +1641,10 @@ class PopoverContainerDirective extends PopoverDirectivesBase {
|
|
|
1641
1641
|
this.hide();
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
1644
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1645
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1644
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }, { token: PopoverService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1645
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: PopoverContainerDirective, isStandalone: true, selector: "[kendoPopoverContainer]", inputs: { filter: "filter" }, providers: [PopoverService], exportAs: ["kendoPopoverContainer"], usesInheritance: true, ngImport: i0 });
|
|
1646
1646
|
}
|
|
1647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverContainerDirective, decorators: [{
|
|
1648
1648
|
type: Directive,
|
|
1649
1649
|
args: [{
|
|
1650
1650
|
selector: '[kendoPopoverContainer]',
|
|
@@ -1783,8 +1783,8 @@ class TooltipContentComponent {
|
|
|
1783
1783
|
styles.transform = isVertical ? `rotateX(${flipDeg})` : `rotateY(${flipDeg})`;
|
|
1784
1784
|
return styles;
|
|
1785
1785
|
};
|
|
1786
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1787
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
1786
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipContentComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1787
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TooltipContentComponent, isStandalone: true, selector: "kendo-tooltip", inputs: { tooltipWidth: "tooltipWidth", tooltipHeight: "tooltipHeight", titleTemplate: "titleTemplate", anchor: "anchor", closable: "closable", templateRef: "templateRef", templateString: "templateString" }, outputs: { close: "close" }, host: { properties: { "attr.dir": "this.direction", "class": "this.cssClasses", "attr.role": "this.hostRole", "attr.id": "this.hostId", "class.k-tooltip-closable": "this.className", "style.position": "this.cssPosition", "style.width.px": "this.tooltipWidth", "style.height.px": "this.tooltipHeight" } }, providers: [
|
|
1788
1788
|
LocalizationService,
|
|
1789
1789
|
{
|
|
1790
1790
|
provide: L10N_PREFIX,
|
|
@@ -1836,7 +1836,7 @@ class TooltipContentComponent {
|
|
|
1836
1836
|
}
|
|
1837
1837
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTooltipLocalizedMessages]", inputs: ["closeTitle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1838
1838
|
}
|
|
1839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipContentComponent, decorators: [{
|
|
1840
1840
|
type: Component,
|
|
1841
1841
|
args: [{
|
|
1842
1842
|
selector: 'kendo-tooltip',
|
|
@@ -1995,10 +1995,10 @@ class TooltipSettings {
|
|
|
1995
1995
|
*/
|
|
1996
1996
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
1997
1997
|
constructor() { }
|
|
1998
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1999
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1998
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipSettings, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1999
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipSettings });
|
|
2000
2000
|
}
|
|
2001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipSettings, decorators: [{
|
|
2002
2002
|
type: Injectable
|
|
2003
2003
|
}], ctorParameters: () => [] });
|
|
2004
2004
|
|
|
@@ -2427,10 +2427,10 @@ class TooltipDirective {
|
|
|
2427
2427
|
throw new Error(`Invalid value provided for showOn property.The available options are 'hover' or 'none'.`);
|
|
2428
2428
|
}
|
|
2429
2429
|
}
|
|
2430
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2431
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2430
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1$1.PopupService }, { token: TooltipSettings, optional: true }, { token: TOOLTIP_SETTINGS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2431
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: TooltipDirective, isStandalone: true, selector: "[kendoTooltip]", inputs: { 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" }, exportAs: ["kendoTooltip"], usesOnChanges: true, ngImport: i0 });
|
|
2432
2432
|
}
|
|
2433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipDirective, decorators: [{
|
|
2434
2434
|
type: Directive,
|
|
2435
2435
|
args: [{
|
|
2436
2436
|
selector: '[kendoTooltip]',
|
|
@@ -2584,11 +2584,11 @@ const KENDO_TOOLTIPS = [
|
|
|
2584
2584
|
* ```
|
|
2585
2585
|
*/
|
|
2586
2586
|
class TooltipModule {
|
|
2587
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2588
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2589
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2587
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2588
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: TooltipModule, imports: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective], exports: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective] });
|
|
2589
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipModule, providers: [PopupService, ResizeBatchService, IconsService], imports: [TooltipContentComponent] });
|
|
2590
2590
|
}
|
|
2591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipModule, decorators: [{
|
|
2592
2592
|
type: NgModule,
|
|
2593
2593
|
args: [{
|
|
2594
2594
|
imports: [...KENDO_TOOLTIP],
|
|
@@ -2617,11 +2617,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2617
2617
|
* ```
|
|
2618
2618
|
*/
|
|
2619
2619
|
class PopoverModule {
|
|
2620
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2621
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2622
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2621
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: PopoverModule, imports: [PopoverComponent, PopoverActionsTemplateDirective, PopoverBodyTemplateDirective, PopoverTitleTemplateDirective, PopoverAnchorDirective, PopoverContainerDirective], exports: [PopoverComponent, PopoverActionsTemplateDirective, PopoverBodyTemplateDirective, PopoverTitleTemplateDirective, PopoverAnchorDirective, PopoverContainerDirective] });
|
|
2622
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverModule, providers: [PopupService, ResizeBatchService] });
|
|
2623
2623
|
}
|
|
2624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PopoverModule, decorators: [{
|
|
2625
2625
|
type: NgModule,
|
|
2626
2626
|
args: [{
|
|
2627
2627
|
exports: [...KENDO_POPOVER],
|
|
@@ -2650,11 +2650,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
2650
2650
|
* ```
|
|
2651
2651
|
*/
|
|
2652
2652
|
class TooltipsModule {
|
|
2653
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2654
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2655
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2653
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2654
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: TooltipsModule, imports: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective, PopoverComponent, PopoverActionsTemplateDirective, PopoverBodyTemplateDirective, PopoverTitleTemplateDirective, PopoverAnchorDirective, PopoverContainerDirective], exports: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective, PopoverComponent, PopoverActionsTemplateDirective, PopoverBodyTemplateDirective, PopoverTitleTemplateDirective, PopoverAnchorDirective, PopoverContainerDirective] });
|
|
2655
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipsModule, providers: [PopupService, ResizeBatchService, IconsService], imports: [TooltipContentComponent] });
|
|
2656
2656
|
}
|
|
2657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipsModule, decorators: [{
|
|
2658
2658
|
type: NgModule,
|
|
2659
2659
|
args: [{
|
|
2660
2660
|
imports: [...KENDO_TOOLTIPS],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,29 +17,23 @@
|
|
|
17
17
|
"Popover"
|
|
18
18
|
],
|
|
19
19
|
"@progress": {
|
|
20
|
-
"friendlyName": "Tooltip"
|
|
21
|
-
"package": {
|
|
22
|
-
"productName": "Kendo UI for Angular",
|
|
23
|
-
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate": 1768393165,
|
|
25
|
-
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
|
-
}
|
|
20
|
+
"friendlyName": "Tooltip"
|
|
27
21
|
},
|
|
28
22
|
"peerDependencies": {
|
|
29
|
-
"@angular/animations": "
|
|
30
|
-
"@angular/common": "
|
|
31
|
-
"@angular/core": "
|
|
32
|
-
"@angular/platform-browser": "
|
|
23
|
+
"@angular/animations": "19 - 21",
|
|
24
|
+
"@angular/common": "19 - 21",
|
|
25
|
+
"@angular/core": "19 - 21",
|
|
26
|
+
"@angular/platform-browser": "19 - 21",
|
|
33
27
|
"@progress/kendo-licensing": "^1.7.0",
|
|
34
|
-
"@progress/kendo-angular-common": "
|
|
35
|
-
"@progress/kendo-angular-l10n": "
|
|
36
|
-
"@progress/kendo-angular-popup": "
|
|
37
|
-
"@progress/kendo-angular-icons": "
|
|
28
|
+
"@progress/kendo-angular-common": "22.0.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-l10n": "22.0.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-popup": "22.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-icons": "22.0.0-develop.1",
|
|
38
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
33
|
},
|
|
40
34
|
"dependencies": {
|
|
41
35
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "
|
|
36
|
+
"@progress/kendo-angular-schematics": "22.0.0-develop.1"
|
|
43
37
|
},
|
|
44
38
|
"schematics": "./schematics/collection.json",
|
|
45
39
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|
|
@@ -50,8 +44,6 @@
|
|
|
50
44
|
},
|
|
51
45
|
".": {
|
|
52
46
|
"types": "./index.d.ts",
|
|
53
|
-
"esm2022": "./esm2022/progress-kendo-angular-tooltip.mjs",
|
|
54
|
-
"esm": "./esm2022/progress-kendo-angular-tooltip.mjs",
|
|
55
47
|
"default": "./fesm2022/progress-kendo-angular-tooltip.mjs"
|
|
56
48
|
}
|
|
57
49
|
},
|
|
@@ -88,5 +88,5 @@ export declare abstract class PopoverDirectivesBase {
|
|
|
88
88
|
private shouldEmitEvent;
|
|
89
89
|
private shouldEmitCompletionEvents;
|
|
90
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirectivesBase, never>;
|
|
91
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirectivesBase, never, never, { "popover": { "alias": "popover"; "required": false; }; "showOn": { "alias": "showOn"; "required": false; }; }, {}, never, never,
|
|
91
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirectivesBase, never, never, { "popover": { "alias": "popover"; "required": false; }; "showOn": { "alias": "showOn"; "required": false; }; }, {}, never, never, true, never>;
|
|
92
92
|
}
|
package/esm2022/constants.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export const ERRORS = {
|
|
9
|
-
popover: `Invalid value provided for the 'popover' property. The accepted data types are 'PopoverComponent' or 'PopoverFn'.`,
|
|
10
|
-
templateData: `templateData must be a function, but received`,
|
|
11
|
-
showOn: `Invalid value provided for the 'showOn' property. The available options are 'click', 'hover', 'focus' or 'none'.`
|
|
12
|
-
};
|
package/esm2022/directives.mjs
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
|
6
|
-
import { PopoverAnchorDirective } from "./popover/anchor.directive";
|
|
7
|
-
import { PopoverContainerDirective } from "./popover/container.directive";
|
|
8
|
-
import { PopoverComponent } from "./popover/popover.component";
|
|
9
|
-
import { PopoverActionsTemplateDirective } from "./popover/template-directives/actions-template.directive";
|
|
10
|
-
import { PopoverBodyTemplateDirective } from "./popover/template-directives/body-template.directive";
|
|
11
|
-
import { PopoverTitleTemplateDirective } from "./popover/template-directives/title-template.directive";
|
|
12
|
-
import { TooltipContentComponent } from "./tooltip/tooltip.content.component";
|
|
13
|
-
import { TooltipDirective } from "./tooltip/tooltip.directive";
|
|
14
|
-
/**
|
|
15
|
-
* Use this utility array to access all Tooltip-related components and directives in a standalone Angular component.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```typescript
|
|
19
|
-
* import { Component } from '@angular/core';
|
|
20
|
-
* import { KENDO_TOOLTIP } from '@progress/kendo-angular-tooltip';
|
|
21
|
-
*
|
|
22
|
-
* @Component({
|
|
23
|
-
* selector: 'my-app',
|
|
24
|
-
* standalone: true,
|
|
25
|
-
* imports: [KENDO_TOOLTIP],
|
|
26
|
-
* template: `
|
|
27
|
-
* <div kendoTooltip>
|
|
28
|
-
* <button kendoButton title="Save">Save</button>
|
|
29
|
-
* </div>
|
|
30
|
-
* `
|
|
31
|
-
* })
|
|
32
|
-
* export class AppComponent {}
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export const KENDO_TOOLTIP = [
|
|
36
|
-
TooltipDirective,
|
|
37
|
-
TooltipContentComponent,
|
|
38
|
-
LocalizedMessagesDirective
|
|
39
|
-
];
|
|
40
|
-
/**
|
|
41
|
-
* Use this utility array to access all Popover-related components and directives in a standalone Angular component.
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
44
|
-
* ```typescript
|
|
45
|
-
* import { Component } from '@angular/core';
|
|
46
|
-
* import { KENDO_POPOVER } from '@progress/kendo-angular-tooltip';
|
|
47
|
-
*
|
|
48
|
-
* @Component({
|
|
49
|
-
* selector: 'my-app',
|
|
50
|
-
* standalone: true,
|
|
51
|
-
* imports: [KENDO_POPOVER],
|
|
52
|
-
* template: `
|
|
53
|
-
* <div kendoPopoverAnchor [popover]="myPopover">
|
|
54
|
-
* <button kendoButton>Open Popover</button>
|
|
55
|
-
* </div>
|
|
56
|
-
* <kendo-popover #myPopover title="Popover Title" body="Popover Body">
|
|
57
|
-
* </kendo-popover>
|
|
58
|
-
* `
|
|
59
|
-
* })
|
|
60
|
-
* export class AppComponent {}
|
|
61
|
-
* ```
|
|
62
|
-
*/
|
|
63
|
-
export const KENDO_POPOVER = [
|
|
64
|
-
PopoverComponent,
|
|
65
|
-
PopoverActionsTemplateDirective,
|
|
66
|
-
PopoverBodyTemplateDirective,
|
|
67
|
-
PopoverTitleTemplateDirective,
|
|
68
|
-
PopoverAnchorDirective,
|
|
69
|
-
PopoverContainerDirective
|
|
70
|
-
];
|
|
71
|
-
/**
|
|
72
|
-
* Use this utility array to access all `@progress/kendo-angular-tooltip`-related components and directives in a standalone Angular component.
|
|
73
|
-
*
|
|
74
|
-
* @example
|
|
75
|
-
* ```typescript
|
|
76
|
-
* import { Component } from '@angular/core';
|
|
77
|
-
* import { KENDO_TOOLTIPS } from '@progress/kendo-angular-tooltip';
|
|
78
|
-
*
|
|
79
|
-
* @Component({
|
|
80
|
-
* selector: 'my-app',
|
|
81
|
-
* standalone: true,
|
|
82
|
-
* imports: [KENDO_TOOLTIPS],
|
|
83
|
-
* template: `
|
|
84
|
-
* <div kendoTooltip>
|
|
85
|
-
* <button kendoButton title="Save">Save</button>
|
|
86
|
-
* </div>
|
|
87
|
-
*
|
|
88
|
-
* <div kendoPopoverAnchor [popover]="myPopover">
|
|
89
|
-
* <button kendoButton>Open Popover</button>
|
|
90
|
-
* </div>
|
|
91
|
-
* <kendo-popover #myPopover title="Popover Title" body="Popover Body">
|
|
92
|
-
* </kendo-popover>
|
|
93
|
-
* `
|
|
94
|
-
* })
|
|
95
|
-
* export class AppComponent {}
|
|
96
|
-
* ```
|
|
97
|
-
*/
|
|
98
|
-
export const KENDO_TOOLTIPS = [
|
|
99
|
-
...KENDO_TOOLTIP,
|
|
100
|
-
...KENDO_POPOVER
|
|
101
|
-
];
|
package/esm2022/index.mjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
// Standalone Directives Arrays
|
|
6
|
-
export * from './directives';
|
|
7
|
-
// Tooltip
|
|
8
|
-
export { TooltipDirective } from './tooltip/tooltip.directive';
|
|
9
|
-
export { TooltipSettings, TOOLTIP_SETTINGS } from './tooltip/tooltip.settings';
|
|
10
|
-
export { TooltipContentComponent } from './tooltip/tooltip.content.component';
|
|
11
|
-
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
12
|
-
// Popover
|
|
13
|
-
export { PopoverComponent } from './popover/popover.component';
|
|
14
|
-
export { PopoverContainerDirective } from './popover/container.directive';
|
|
15
|
-
export { PopoverAnchorDirective } from './popover/anchor.directive';
|
|
16
|
-
export { PopoverTitleTemplateDirective } from './popover/template-directives/title-template.directive';
|
|
17
|
-
export { PopoverBodyTemplateDirective } from './popover/template-directives/body-template.directive';
|
|
18
|
-
export { PopoverActionsTemplateDirective } from './popover/template-directives/actions-template.directive';
|
|
19
|
-
export { PopoverShowEvent, PopoverShownEvent, PopoverHideEvent, PopoverHiddenEvent } from './models/events';
|
|
20
|
-
export { TooltipModule } from './tooltip.module';
|
|
21
|
-
export { PopoverModule } from './popover.module';
|
|
22
|
-
export { TooltipsModule } from './tooltips.module';
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, forwardRef, Input } from '@angular/core';
|
|
6
|
-
import { ComponentMessages, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@progress/kendo-angular-l10n";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export class LocalizedMessagesDirective extends ComponentMessages {
|
|
13
|
-
service;
|
|
14
|
-
/**
|
|
15
|
-
* The title of the close button.
|
|
16
|
-
*/
|
|
17
|
-
closeTitle;
|
|
18
|
-
constructor(service) {
|
|
19
|
-
super();
|
|
20
|
-
this.service = service;
|
|
21
|
-
}
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTooltipLocalizedMessages]", inputs: { closeTitle: "closeTitle" }, providers: [
|
|
24
|
-
{
|
|
25
|
-
provide: ComponentMessages,
|
|
26
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
27
|
-
}
|
|
28
|
-
], usesInheritance: true, ngImport: i0 });
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
31
|
-
type: Directive,
|
|
32
|
-
args: [{
|
|
33
|
-
providers: [
|
|
34
|
-
{
|
|
35
|
-
provide: ComponentMessages,
|
|
36
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
selector: `[kendoTooltipLocalizedMessages]`,
|
|
40
|
-
standalone: true
|
|
41
|
-
}]
|
|
42
|
-
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { closeTitle: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}] } });
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export {};
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PreventableEvent } from "@progress/kendo-angular-common";
|
|
6
|
-
/**
|
|
7
|
-
* Provides arguments for the `show` event. The event fires when a popover is about to open. Cancel the event to prevent opening.
|
|
8
|
-
*/
|
|
9
|
-
export class PopoverShowEvent extends PreventableEvent {
|
|
10
|
-
/**
|
|
11
|
-
* Specifies the host element related to the Popover.
|
|
12
|
-
*/
|
|
13
|
-
anchor;
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
* Constructs the event arguments for the `show` event.
|
|
17
|
-
* @param anchor - The host element related to the Popover.
|
|
18
|
-
*/
|
|
19
|
-
constructor(anchor) {
|
|
20
|
-
super();
|
|
21
|
-
this.anchor = anchor;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Provides arguments for the `hide` event. The event fires when a popover is about to close. Cancel the event to keep it open.
|
|
26
|
-
*/
|
|
27
|
-
export class PopoverHideEvent extends PreventableEvent {
|
|
28
|
-
/**
|
|
29
|
-
* Specifies the host element related to the Popover.
|
|
30
|
-
*/
|
|
31
|
-
anchor;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies the Popover element.
|
|
34
|
-
*/
|
|
35
|
-
popover;
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
* Constructs the event arguments for the `hide` event.
|
|
39
|
-
* @param anchor - The host element related to the popover.
|
|
40
|
-
* @param popover - The popover element.
|
|
41
|
-
*/
|
|
42
|
-
constructor(anchor, popover) {
|
|
43
|
-
super();
|
|
44
|
-
this.anchor = anchor;
|
|
45
|
-
this.popover = popover;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Provides arguments for the `shown` event. The event fires after the Popover has opened and its opening animation has finished.
|
|
50
|
-
*/
|
|
51
|
-
export class PopoverShownEvent {
|
|
52
|
-
/**
|
|
53
|
-
* Specifies the host element related to the Popover.
|
|
54
|
-
*/
|
|
55
|
-
anchor;
|
|
56
|
-
/**
|
|
57
|
-
* Specifies the Popover element.
|
|
58
|
-
*/
|
|
59
|
-
popover;
|
|
60
|
-
/**
|
|
61
|
-
* @hidden
|
|
62
|
-
* Constructs the event arguments for the `shown` event.
|
|
63
|
-
* @param anchor - The host element related to the popover.
|
|
64
|
-
* @param popover - The popover element.
|
|
65
|
-
*/
|
|
66
|
-
constructor(anchor, popover) {
|
|
67
|
-
this.anchor = anchor;
|
|
68
|
-
this.popover = popover;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Provides arguments for the `hidden` event. The event fires after the popover has closed and its closing animation has finished.
|
|
73
|
-
*/
|
|
74
|
-
export class PopoverHiddenEvent {
|
|
75
|
-
/**
|
|
76
|
-
* Specifies the host element related to the Popover.
|
|
77
|
-
*/
|
|
78
|
-
anchor;
|
|
79
|
-
/**
|
|
80
|
-
* @hidden
|
|
81
|
-
* Constructs the event arguments for the `hidden` event.
|
|
82
|
-
* @param anchor - The host element related to the popover.
|
|
83
|
-
*/
|
|
84
|
-
constructor(anchor) {
|
|
85
|
-
this.anchor = anchor;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export {};
|