@progress/kendo-angular-tooltip 23.1.0-develop.2 → 23.1.0-develop.4
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.
|
@@ -303,7 +303,7 @@ const packageMetadata = {
|
|
|
303
303
|
productCode: 'KENDOUIANGULAR',
|
|
304
304
|
productCodes: ['KENDOUIANGULAR'],
|
|
305
305
|
publishDate: 0,
|
|
306
|
-
version: '23.1.0-develop.
|
|
306
|
+
version: '23.1.0-develop.4',
|
|
307
307
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
308
308
|
};
|
|
309
309
|
|
|
@@ -406,7 +406,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
406
406
|
type: Optional
|
|
407
407
|
}] }] });
|
|
408
408
|
|
|
409
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
410
409
|
/**
|
|
411
410
|
* Represents the [Kendo UI Popover component for Angular](https://www.telerik.com/kendo-angular-ui/components/tooltips/popover).
|
|
412
411
|
* Displays additional information related to a target element.
|
|
@@ -950,8 +949,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
950
949
|
args: ['style.height']
|
|
951
950
|
}] } });
|
|
952
951
|
|
|
953
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
954
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
955
952
|
const validShowOptions = ['hover', 'click', 'none', 'focus'];
|
|
956
953
|
/**
|
|
957
954
|
* @hidden
|
|
@@ -1116,7 +1113,6 @@ class PopoverDirectivesBase {
|
|
|
1116
1113
|
isPrevented(anchorElement, show) {
|
|
1117
1114
|
const popoverComp = this.popover instanceof PopoverComponent ? this.popover : this.popover(anchorElement);
|
|
1118
1115
|
let eventArgs;
|
|
1119
|
-
// eslint-disable-next-line prefer-const
|
|
1120
1116
|
eventArgs = this.initializeEvents(popoverComp, eventArgs, show, anchorElement);
|
|
1121
1117
|
return eventArgs.isDefaultPrevented();
|
|
1122
1118
|
}
|
|
@@ -1320,7 +1316,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1320
1316
|
type: Injectable
|
|
1321
1317
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
1322
1318
|
|
|
1323
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1324
1319
|
/**
|
|
1325
1320
|
* Represents the [`kendoPopoverAnchor`](https://www.telerik.com/kendo-angular-ui/components/tooltips/popover/configuration#popover-anchor) directive.
|
|
1326
1321
|
* Targets an element to display a popover on user interaction.
|
|
@@ -1479,7 +1474,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1479
1474
|
}]
|
|
1480
1475
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$1.PopupService }, { type: i0.Renderer2 }, { type: PopoverService }] });
|
|
1481
1476
|
|
|
1482
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1483
1477
|
/**
|
|
1484
1478
|
* Represents the [`kendoPopoverContainer`](https://www.telerik.com/kendo-angular-ui/components/tooltips/popover/configuration#popover-container) directive.
|
|
1485
1479
|
* Filters and targets multiple elements to display a popover on user interaction.
|
|
@@ -1993,7 +1987,6 @@ class TooltipSettings {
|
|
|
1993
1987
|
/**
|
|
1994
1988
|
* @hidden
|
|
1995
1989
|
*/
|
|
1996
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
1997
1990
|
constructor() { }
|
|
1998
1991
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipSettings, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1999
1992
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TooltipSettings });
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771407852,
|
|
11
|
+
"version": "23.1.0-develop.4",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.4",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1771407852,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@angular/core": "19 - 21",
|
|
32
32
|
"@angular/platform-browser": "19 - 21",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
34
|
+
"@progress/kendo-angular-common": "23.1.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.4",
|
|
36
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.4",
|
|
37
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.4",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.4"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|