@progress/kendo-angular-tooltip 4.1.1 → 11.0.0-develop.101
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 +4 -4
- package/README.md +4 -4
- package/constants.d.ts +1 -1
- package/{esm2015/constants.js → esm2020/constants.mjs} +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -5
- package/{esm2015/models/animation.model.js → esm2020/models/animation.model.mjs} +1 -1
- package/{esm2015/models/events.js → esm2020/models/events.mjs} +1 -1
- package/{esm2015/models/popover-show-option.type.js → esm2020/models/functions.model.mjs} +1 -1
- package/{esm2015/models/position.type.js → esm2020/models/popover-show-option.type.mjs} +1 -1
- package/{esm2015/models/functions.model.js → esm2020/models/position.type.mjs} +1 -1
- package/esm2020/models/show.option.type.mjs +5 -0
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/popover/anchor.directive.js → esm2020/popover/anchor.directive.mjs} +7 -6
- package/{esm2015/popover/container.directive.js → esm2020/popover/container.directive.mjs} +7 -6
- package/{esm2015/popover/directives-base.js → esm2020/popover/directives-base.mjs} +7 -5
- package/{esm2015/popover/popover.component.js → esm2020/popover/popover.component.mjs} +4 -4
- package/{esm2015/popover/popover.service.js → esm2020/popover/popover.service.mjs} +5 -5
- package/{esm2015/popover/template-directives/actions-template.directive.js → esm2020/popover/template-directives/actions-template.directive.mjs} +5 -5
- package/{esm2015/popover/template-directives/body-template.directive.js → esm2020/popover/template-directives/body-template.directive.mjs} +5 -5
- package/{esm2015/popover/template-directives/title-template.directive.js → esm2020/popover/template-directives/title-template.directive.mjs} +5 -5
- package/{esm2015/popover.module.js → esm2020/popover.module.mjs} +5 -5
- package/{esm2015/kendo-angular-tooltip.js → esm2020/progress-kendo-angular-tooltip.mjs} +2 -2
- package/{esm2015/tooltip/tooltip.content.component.js → esm2020/tooltip/tooltip.content.component.mjs} +26 -10
- package/{esm2015/tooltip/tooltip.directive.js → esm2020/tooltip/tooltip.directive.mjs} +9 -8
- package/{esm2015/tooltip/tooltip.settings.js → esm2020/tooltip/tooltip.settings.mjs} +5 -4
- package/{esm2015/tooltip.module.js → esm2020/tooltip.module.mjs} +7 -6
- package/{esm2015/tooltips.module.js → esm2020/tooltips.module.mjs} +5 -5
- package/{esm2015/utils.js → esm2020/utils.mjs} +1 -1
- package/fesm2015/progress-kendo-angular-tooltip.mjs +2145 -0
- package/{fesm2015/kendo-angular-tooltip.js → fesm2020/progress-kendo-angular-tooltip.mjs} +82 -63
- package/{main.d.ts → 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 +29 -54
- 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/{kendo-angular-tooltip.d.ts → progress-kendo-angular-tooltip.d.ts} +2 -2
- package/schematics/ngAdd/index.js +5 -6
- package/tooltip/tooltip.content.component.d.ts +6 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/tooltip/tooltip.settings.d.ts +1 -1
- package/tooltip.module.d.ts +3 -2
- package/tooltips.module.d.ts +1 -1
- package/utils.d.ts +1 -1
- package/bundles/kendo-angular-tooltip.umd.js +0 -5
- package/esm2015/models/show.option.type.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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';
|
|
6
6
|
import { InjectionToken, Injectable, forwardRef, Directive, Input, EventEmitter, Component, HostBinding, Output, isDevMode, Optional, Inject, ContentChild, ElementRef, NgModule } from '@angular/core';
|
|
7
7
|
import { filter, take, auditTime } from 'rxjs/operators';
|
|
8
8
|
import { Subscription, fromEvent, BehaviorSubject, Subject, combineLatest } from 'rxjs';
|
|
9
|
+
import * as i1$1 from '@progress/kendo-angular-popup';
|
|
10
|
+
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
9
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
12
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
11
13
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
12
|
-
import
|
|
14
|
+
import { xIcon } from '@progress/kendo-svg-icons';
|
|
15
|
+
import * as i2 from '@progress/kendo-angular-icons';
|
|
16
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
17
|
+
import * as i2$1 from '@angular/common';
|
|
13
18
|
import { CommonModule } from '@angular/common';
|
|
14
|
-
import { Keys, PreventableEvent,
|
|
15
|
-
import * as i1$1 from '@progress/kendo-angular-popup';
|
|
16
|
-
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
19
|
+
import { isDocumentAvailable, Keys, PreventableEvent, closest, hasObservers } from '@progress/kendo-angular-common';
|
|
17
20
|
|
|
18
21
|
/**
|
|
19
22
|
* @hidden
|
|
@@ -22,9 +25,9 @@ const packageMetadata = {
|
|
|
22
25
|
name: '@progress/kendo-angular-tooltip',
|
|
23
26
|
productName: 'Kendo UI for Angular',
|
|
24
27
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
25
|
-
publishDate:
|
|
28
|
+
publishDate: 1673510450,
|
|
26
29
|
version: '',
|
|
27
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
30
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
28
31
|
};
|
|
29
32
|
|
|
30
33
|
/**
|
|
@@ -62,11 +65,12 @@ class TooltipSettings {
|
|
|
62
65
|
/**
|
|
63
66
|
* @hidden
|
|
64
67
|
*/
|
|
68
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
65
69
|
constructor() { }
|
|
66
70
|
}
|
|
67
|
-
TooltipSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
68
|
-
TooltipSettings.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
71
|
+
TooltipSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipSettings, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
72
|
+
TooltipSettings.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipSettings });
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipSettings, decorators: [{
|
|
70
74
|
type: Injectable
|
|
71
75
|
}], ctorParameters: function () { return []; } });
|
|
72
76
|
|
|
@@ -198,14 +202,14 @@ class LocalizedMessagesDirective extends ComponentMessages {
|
|
|
198
202
|
this.service = service;
|
|
199
203
|
}
|
|
200
204
|
}
|
|
201
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
202
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
205
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
206
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedMessagesDirective, selector: "[kendoTooltipLocalizedMessages]", inputs: { closeTitle: "closeTitle" }, providers: [
|
|
203
207
|
{
|
|
204
208
|
provide: ComponentMessages,
|
|
205
209
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
206
210
|
}
|
|
207
211
|
], usesInheritance: true, ngImport: i0 });
|
|
208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
209
213
|
type: Directive,
|
|
210
214
|
args: [{
|
|
211
215
|
providers: [
|
|
@@ -227,6 +231,10 @@ class TooltipContentComponent {
|
|
|
227
231
|
constructor(content, localizationService) {
|
|
228
232
|
this.content = content;
|
|
229
233
|
this.localizationService = localizationService;
|
|
234
|
+
/**
|
|
235
|
+
* @hidden
|
|
236
|
+
*/
|
|
237
|
+
this.xIcon = xIcon;
|
|
230
238
|
this.close = new EventEmitter();
|
|
231
239
|
this.hostRole = 'tooltip';
|
|
232
240
|
this.tooltipWidth = null;
|
|
@@ -319,8 +327,8 @@ class TooltipContentComponent {
|
|
|
319
327
|
});
|
|
320
328
|
}
|
|
321
329
|
}
|
|
322
|
-
TooltipContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
323
|
-
TooltipContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
330
|
+
TooltipContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipContentComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
331
|
+
TooltipContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TooltipContentComponent, 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: [
|
|
324
332
|
LocalizationService,
|
|
325
333
|
{
|
|
326
334
|
provide: L10N_PREFIX,
|
|
@@ -354,12 +362,17 @@ TooltipContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
354
362
|
</div>
|
|
355
363
|
|
|
356
364
|
<div *ngIf="closable" [attr.aria-hidden]="true" class="k-tooltip-button" (click)="onCloseClick($event)">
|
|
357
|
-
<a href="#"
|
|
365
|
+
<a href="#" [attr.title]="closeButtonTitle" class="k-icon">
|
|
366
|
+
<kendo-icon-wrapper
|
|
367
|
+
name="x"
|
|
368
|
+
[svgIcon]="xIcon">
|
|
369
|
+
</kendo-icon-wrapper>
|
|
370
|
+
</a>
|
|
358
371
|
</div>
|
|
359
372
|
|
|
360
373
|
<div class="k-callout" *ngIf="callout" [ngClass]="calloutPositionClass()"></div>
|
|
361
|
-
`, isInline: true, directives: [{ type: LocalizedMessagesDirective, selector: "[kendoTooltipLocalizedMessages]", inputs: ["closeTitle"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
374
|
+
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoTooltipLocalizedMessages]", inputs: ["closeTitle"] }, { type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipContentComponent, decorators: [{
|
|
363
376
|
type: Component,
|
|
364
377
|
args: [{
|
|
365
378
|
selector: 'kendo-tooltip',
|
|
@@ -391,7 +404,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
391
404
|
</div>
|
|
392
405
|
|
|
393
406
|
<div *ngIf="closable" [attr.aria-hidden]="true" class="k-tooltip-button" (click)="onCloseClick($event)">
|
|
394
|
-
<a href="#"
|
|
407
|
+
<a href="#" [attr.title]="closeButtonTitle" class="k-icon">
|
|
408
|
+
<kendo-icon-wrapper
|
|
409
|
+
name="x"
|
|
410
|
+
[svgIcon]="xIcon">
|
|
411
|
+
</kendo-icon-wrapper>
|
|
412
|
+
</a>
|
|
395
413
|
</div>
|
|
396
414
|
|
|
397
415
|
<div class="k-callout" *ngIf="callout" [ngClass]="calloutPositionClass()"></div>
|
|
@@ -621,7 +639,7 @@ class TooltipDirective {
|
|
|
621
639
|
this.verifyProperties();
|
|
622
640
|
}
|
|
623
641
|
ngOnChanges(changes) {
|
|
624
|
-
if (changes.showOn) {
|
|
642
|
+
if (changes.showOn && isDocumentAvailable()) {
|
|
625
643
|
this.subscribeClick();
|
|
626
644
|
}
|
|
627
645
|
}
|
|
@@ -830,9 +848,9 @@ class TooltipDirective {
|
|
|
830
848
|
}
|
|
831
849
|
}
|
|
832
850
|
}
|
|
833
|
-
TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
834
|
-
TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
851
|
+
TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
852
|
+
TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TooltipDirective, 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", collision: "collision", closeTitle: "closeTitle", tooltipTemplate: "tooltipTemplate" }, exportAs: ["kendoTooltip"], usesOnChanges: true, ngImport: i0 });
|
|
853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipDirective, decorators: [{
|
|
836
854
|
type: Directive,
|
|
837
855
|
args: [{
|
|
838
856
|
selector: '[kendoTooltip]',
|
|
@@ -895,9 +913,9 @@ class PopoverTitleTemplateDirective {
|
|
|
895
913
|
this.templateRef = templateRef;
|
|
896
914
|
}
|
|
897
915
|
}
|
|
898
|
-
PopoverTitleTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
899
|
-
PopoverTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
916
|
+
PopoverTitleTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverTitleTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
917
|
+
PopoverTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverTitleTemplateDirective, selector: "[kendoPopoverTitleTemplate]", ngImport: i0 });
|
|
918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverTitleTemplateDirective, decorators: [{
|
|
901
919
|
type: Directive,
|
|
902
920
|
args: [{
|
|
903
921
|
selector: '[kendoPopoverTitleTemplate]'
|
|
@@ -917,9 +935,9 @@ class PopoverBodyTemplateDirective {
|
|
|
917
935
|
this.templateRef = templateRef;
|
|
918
936
|
}
|
|
919
937
|
}
|
|
920
|
-
PopoverBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
921
|
-
PopoverBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
938
|
+
PopoverBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
939
|
+
PopoverBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverBodyTemplateDirective, selector: "[kendoPopoverBodyTemplate]", ngImport: i0 });
|
|
940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverBodyTemplateDirective, decorators: [{
|
|
923
941
|
type: Directive,
|
|
924
942
|
args: [{
|
|
925
943
|
selector: '[kendoPopoverBodyTemplate]'
|
|
@@ -939,9 +957,9 @@ class PopoverActionsTemplateDirective {
|
|
|
939
957
|
this.templateRef = templateRef;
|
|
940
958
|
}
|
|
941
959
|
}
|
|
942
|
-
PopoverActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
943
|
-
PopoverActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
960
|
+
PopoverActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
961
|
+
PopoverActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverActionsTemplateDirective, selector: "[kendoPopoverActionsTemplate]", ngImport: i0 });
|
|
962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverActionsTemplateDirective, decorators: [{
|
|
945
963
|
type: Directive,
|
|
946
964
|
args: [{
|
|
947
965
|
selector: '[kendoPopoverActionsTemplate]'
|
|
@@ -1112,8 +1130,8 @@ class PopoverComponent {
|
|
|
1112
1130
|
}
|
|
1113
1131
|
}
|
|
1114
1132
|
}
|
|
1115
|
-
PopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1116
|
-
PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1133
|
+
PopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1134
|
+
PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PopoverComponent, 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" }, 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: [
|
|
1117
1135
|
LocalizationService,
|
|
1118
1136
|
{
|
|
1119
1137
|
provide: L10N_PREFIX,
|
|
@@ -1156,8 +1174,8 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1156
1174
|
</div>
|
|
1157
1175
|
</ng-template>
|
|
1158
1176
|
</div>
|
|
1159
|
-
`, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1177
|
+
`, isInline: true, directives: [{ type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
1178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverComponent, decorators: [{
|
|
1161
1179
|
type: Component,
|
|
1162
1180
|
args: [{
|
|
1163
1181
|
selector: 'kendo-popover',
|
|
@@ -1483,6 +1501,7 @@ class PopoverDirectivesBase {
|
|
|
1483
1501
|
isPrevented(anchorElement, show) {
|
|
1484
1502
|
const popoverComp = this.popover instanceof PopoverComponent ? this.popover : this.popover(anchorElement);
|
|
1485
1503
|
let eventArgs;
|
|
1504
|
+
// eslint-disable-next-line prefer-const
|
|
1486
1505
|
eventArgs = this.initializeEvents(popoverComp, eventArgs, show, anchorElement);
|
|
1487
1506
|
return eventArgs.isDefaultPrevented();
|
|
1488
1507
|
}
|
|
@@ -1581,9 +1600,9 @@ class PopoverDirectivesBase {
|
|
|
1581
1600
|
return false;
|
|
1582
1601
|
}
|
|
1583
1602
|
}
|
|
1584
|
-
PopoverDirectivesBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1585
|
-
PopoverDirectivesBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1603
|
+
PopoverDirectivesBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverDirectivesBase, deps: [{ token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1604
|
+
PopoverDirectivesBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverDirectivesBase, inputs: { popover: "popover", showOn: "showOn" }, ngImport: i0 });
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverDirectivesBase, decorators: [{
|
|
1587
1606
|
type: Directive,
|
|
1588
1607
|
args: [{}]
|
|
1589
1608
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1$1.PopupService }, { type: i0.Renderer2 }]; }, propDecorators: { popover: [{
|
|
@@ -1646,9 +1665,9 @@ class PopoverService {
|
|
|
1646
1665
|
}));
|
|
1647
1666
|
}
|
|
1648
1667
|
}
|
|
1649
|
-
PopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1650
|
-
PopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1668
|
+
PopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1669
|
+
PopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverService });
|
|
1670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverService, decorators: [{
|
|
1652
1671
|
type: Injectable
|
|
1653
1672
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1654
1673
|
|
|
@@ -1776,7 +1795,7 @@ class PopoverContainerDirective extends PopoverDirectivesBase {
|
|
|
1776
1795
|
clickHandler(anchor, event) {
|
|
1777
1796
|
const isInsidePopup = !!closest(event.target, (node) => node.classList && node.classList.contains('k-popup'));
|
|
1778
1797
|
const popupRefAnchor = this.popupRef && this.popupRef.content.instance.anchor;
|
|
1779
|
-
|
|
1798
|
+
const isOriginAnchor = !!closest(event.target, (node) => node === (popupRefAnchor ? popupRefAnchor : anchor));
|
|
1780
1799
|
if (this.showOn !== 'click' || isInsidePopup || (this.popupRef && isOriginAnchor)) {
|
|
1781
1800
|
return;
|
|
1782
1801
|
}
|
|
@@ -1804,9 +1823,9 @@ class PopoverContainerDirective extends PopoverDirectivesBase {
|
|
|
1804
1823
|
}
|
|
1805
1824
|
}
|
|
1806
1825
|
}
|
|
1807
|
-
PopoverContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1808
|
-
PopoverContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1826
|
+
PopoverContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }, { token: PopoverService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1827
|
+
PopoverContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverContainerDirective, selector: "[kendoPopoverContainer]", inputs: { filter: "filter" }, providers: [PopoverService], exportAs: ["kendoPopoverContainer"], usesInheritance: true, ngImport: i0 });
|
|
1828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverContainerDirective, decorators: [{
|
|
1810
1829
|
type: Directive,
|
|
1811
1830
|
args: [{
|
|
1812
1831
|
selector: '[kendoPopoverContainer]',
|
|
@@ -1922,7 +1941,7 @@ class PopoverAnchorDirective extends PopoverDirectivesBase {
|
|
|
1922
1941
|
*/
|
|
1923
1942
|
onClick(event) {
|
|
1924
1943
|
const isInsidePopup = !!closest(event.target, (node) => node.classList && node.classList.contains('k-popup'));
|
|
1925
|
-
|
|
1944
|
+
const isAnchor = !!closest(event.target, (node) => node === this.hostEl.nativeElement);
|
|
1926
1945
|
if (isInsidePopup || (this.popupRef && isAnchor)) {
|
|
1927
1946
|
return;
|
|
1928
1947
|
}
|
|
@@ -1947,9 +1966,9 @@ class PopoverAnchorDirective extends PopoverDirectivesBase {
|
|
|
1947
1966
|
}
|
|
1948
1967
|
}
|
|
1949
1968
|
}
|
|
1950
|
-
PopoverAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1951
|
-
PopoverAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1969
|
+
PopoverAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverAnchorDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.PopupService }, { token: i0.Renderer2 }, { token: PopoverService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1970
|
+
PopoverAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PopoverAnchorDirective, selector: "[kendoPopoverAnchor]", providers: [PopoverService], exportAs: ["kendoPopoverAnchor"], usesInheritance: true, ngImport: i0 });
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverAnchorDirective, decorators: [{
|
|
1953
1972
|
type: Directive,
|
|
1954
1973
|
args: [{
|
|
1955
1974
|
selector: '[kendoPopoverAnchor]',
|
|
@@ -1959,7 +1978,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1959
1978
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$1.PopupService }, { type: i0.Renderer2 }, { type: PopoverService }]; } });
|
|
1960
1979
|
|
|
1961
1980
|
const COMPONENT_DIRECTIVES = [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective];
|
|
1962
|
-
const COMPONENT_MODULES = [PopupModule];
|
|
1981
|
+
const COMPONENT_MODULES = [PopupModule, IconsModule];
|
|
1963
1982
|
/**
|
|
1964
1983
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
1965
1984
|
* definition for the Tooltip component.
|
|
@@ -1992,10 +2011,10 @@ const COMPONENT_MODULES = [PopupModule];
|
|
|
1992
2011
|
*/
|
|
1993
2012
|
class TooltipModule {
|
|
1994
2013
|
}
|
|
1995
|
-
TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1996
|
-
TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
1997
|
-
TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2014
|
+
TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2015
|
+
TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective], imports: [CommonModule, PopupModule, IconsModule], exports: [TooltipDirective, TooltipContentComponent, LocalizedMessagesDirective] });
|
|
2016
|
+
TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipModule, imports: [[CommonModule, ...COMPONENT_MODULES]] });
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipModule, decorators: [{
|
|
1999
2018
|
type: NgModule,
|
|
2000
2019
|
args: [{
|
|
2001
2020
|
declarations: [COMPONENT_DIRECTIVES],
|
|
@@ -2039,8 +2058,8 @@ const DIRECTIVES = [
|
|
|
2039
2058
|
*/
|
|
2040
2059
|
class PopoverModule {
|
|
2041
2060
|
}
|
|
2042
|
-
PopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2043
|
-
PopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
2061
|
+
PopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2062
|
+
PopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverModule, declarations: [PopoverActionsTemplateDirective,
|
|
2044
2063
|
PopoverBodyTemplateDirective,
|
|
2045
2064
|
PopoverTitleTemplateDirective,
|
|
2046
2065
|
PopoverAnchorDirective,
|
|
@@ -2050,11 +2069,11 @@ PopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
2050
2069
|
PopoverTitleTemplateDirective,
|
|
2051
2070
|
PopoverAnchorDirective,
|
|
2052
2071
|
PopoverContainerDirective, PopoverComponent] });
|
|
2053
|
-
PopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2072
|
+
PopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverModule, imports: [[
|
|
2054
2073
|
CommonModule,
|
|
2055
2074
|
PopupModule
|
|
2056
2075
|
]] });
|
|
2057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopoverModule, decorators: [{
|
|
2058
2077
|
type: NgModule,
|
|
2059
2078
|
args: [{
|
|
2060
2079
|
declarations: [
|
|
@@ -2098,10 +2117,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2098
2117
|
*/
|
|
2099
2118
|
class TooltipsModule {
|
|
2100
2119
|
}
|
|
2101
|
-
TooltipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2102
|
-
TooltipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
2103
|
-
TooltipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2120
|
+
TooltipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2121
|
+
TooltipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipsModule, exports: [TooltipModule, PopoverModule] });
|
|
2122
|
+
TooltipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipsModule, imports: [TooltipModule, PopoverModule] });
|
|
2123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipsModule, decorators: [{
|
|
2105
2124
|
type: NgModule,
|
|
2106
2125
|
args: [{
|
|
2107
2126
|
exports: [TooltipModule, PopoverModule]
|
package/{main.d.ts → index.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
|
/** @hidden */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { ComponentMessages, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { PopupAnimation } from "@progress/kendo-angular-popup";
|
package/models/events.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { PreventableEvent } from "@progress/kendo-angular-common";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { PopoverComponent } from "../popover/popover.component";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
|
/**
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-develop.101",
|
|
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",
|
|
7
7
|
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/telerik/kendo-angular-tooltip.git"
|
|
11
|
-
},
|
|
12
8
|
"bugs": {
|
|
13
9
|
"url": "https://github.com/telerik/kendo-angular"
|
|
14
10
|
},
|
|
@@ -23,62 +19,41 @@
|
|
|
23
19
|
"@progress": {
|
|
24
20
|
"friendlyName": "Tooltip"
|
|
25
21
|
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@progress/kendo-schematics": "^3.0.0",
|
|
28
|
-
"tslib": "^2.3.1"
|
|
29
|
-
},
|
|
30
22
|
"peerDependencies": {
|
|
31
|
-
"@angular/
|
|
32
|
-
"@angular/
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@progress/kendo-angular-popup": "^5.0.0",
|
|
23
|
+
"@angular/animations": "13 - 15",
|
|
24
|
+
"@angular/common": "13 - 15",
|
|
25
|
+
"@angular/core": "13 - 15",
|
|
26
|
+
"@angular/platform-browser": "13 - 15",
|
|
36
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
+
"@progress/kendo-angular-common": "11.0.0-develop.101",
|
|
29
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.101",
|
|
30
|
+
"@progress/kendo-angular-popup": "11.0.0-develop.101",
|
|
31
|
+
"@progress/kendo-angular-icons": "11.0.0-develop.101",
|
|
32
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.101",
|
|
37
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
42
|
-
},
|
|
43
|
-
"ghooks": {
|
|
44
|
-
"commit-msg": "validate-commit-msg"
|
|
45
|
-
},
|
|
46
|
-
"validate-commit-msg": {
|
|
47
|
-
"types": [
|
|
48
|
-
"feat",
|
|
49
|
-
"fix",
|
|
50
|
-
"docs",
|
|
51
|
-
"style",
|
|
52
|
-
"refactor",
|
|
53
|
-
"perf",
|
|
54
|
-
"test",
|
|
55
|
-
"chore",
|
|
56
|
-
"revert"
|
|
57
|
-
],
|
|
58
|
-
"warnOnFail": false,
|
|
59
|
-
"maxSubjectLength": 100
|
|
60
|
-
}
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"tslib": "^2.3.1"
|
|
61
37
|
},
|
|
62
38
|
"schematics": "./schematics/collection.json",
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
39
|
+
"module": "fesm2015/progress-kendo-angular-tooltip.mjs",
|
|
40
|
+
"es2020": "fesm2020/progress-kendo-angular-tooltip.mjs",
|
|
41
|
+
"esm2020": "esm2020/progress-kendo-angular-tooltip.mjs",
|
|
42
|
+
"fesm2020": "fesm2020/progress-kendo-angular-tooltip.mjs",
|
|
43
|
+
"fesm2015": "fesm2015/progress-kendo-angular-tooltip.mjs",
|
|
44
|
+
"typings": "progress-kendo-angular-tooltip.d.ts",
|
|
45
|
+
"exports": {
|
|
46
|
+
"./package.json": {
|
|
47
|
+
"default": "./package.json"
|
|
67
48
|
},
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
49
|
+
".": {
|
|
50
|
+
"types": "./progress-kendo-angular-tooltip.d.ts",
|
|
51
|
+
"esm2020": "./esm2020/progress-kendo-angular-tooltip.mjs",
|
|
52
|
+
"es2020": "./fesm2020/progress-kendo-angular-tooltip.mjs",
|
|
53
|
+
"es2015": "./fesm2015/progress-kendo-angular-tooltip.mjs",
|
|
54
|
+
"node": "./fesm2015/progress-kendo-angular-tooltip.mjs",
|
|
55
|
+
"default": "./fesm2020/progress-kendo-angular-tooltip.mjs"
|
|
56
|
+
}
|
|
76
57
|
},
|
|
77
|
-
"main": "bundles/kendo-angular-tooltip.umd.js",
|
|
78
|
-
"module": "fesm2015/kendo-angular-tooltip.js",
|
|
79
|
-
"es2015": "fesm2015/kendo-angular-tooltip.js",
|
|
80
|
-
"esm2015": "esm2015/kendo-angular-tooltip.js",
|
|
81
|
-
"fesm2015": "fesm2015/kendo-angular-tooltip.js",
|
|
82
|
-
"typings": "kendo-angular-tooltip.d.ts",
|
|
83
58
|
"sideEffects": false
|
|
84
59
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { ComponentRef, ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { EventEmitter } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 { NgZone, OnDestroy } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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 } from '@angular/core';
|