@progress/kendo-angular-tooltip 18.0.0-develop.9 → 18.0.0
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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-tooltip',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465102,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -302,9 +302,10 @@ function getFirstAndLastFocusable(parent) {
|
|
|
302
302
|
const packageMetadata = {
|
|
303
303
|
name: '@progress/kendo-angular-tooltip',
|
|
304
304
|
productName: 'Kendo UI for Angular',
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
305
|
+
productCode: 'KENDOUIANGULAR',
|
|
306
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
307
|
+
publishDate: 1737465102,
|
|
308
|
+
version: '18.0.0',
|
|
308
309
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
309
310
|
};
|
|
310
311
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
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,7 +17,13 @@
|
|
|
17
17
|
"Popover"
|
|
18
18
|
],
|
|
19
19
|
"@progress": {
|
|
20
|
-
"friendlyName": "Tooltip"
|
|
20
|
+
"friendlyName": "Tooltip",
|
|
21
|
+
"package": {
|
|
22
|
+
"productName": "Kendo UI for Angular",
|
|
23
|
+
"productCode": "KENDOUIANGULAR",
|
|
24
|
+
"publishDate": 1737465102,
|
|
25
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
|
+
}
|
|
21
27
|
},
|
|
22
28
|
"peerDependencies": {
|
|
23
29
|
"@angular/animations": "16 - 19",
|
|
@@ -25,15 +31,15 @@
|
|
|
25
31
|
"@angular/core": "16 - 19",
|
|
26
32
|
"@angular/platform-browser": "16 - 19",
|
|
27
33
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
29
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
30
|
-
"@progress/kendo-angular-popup": "18.0.0
|
|
31
|
-
"@progress/kendo-angular-icons": "18.0.0
|
|
34
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
35
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
36
|
+
"@progress/kendo-angular-popup": "18.0.0",
|
|
37
|
+
"@progress/kendo-angular-icons": "18.0.0",
|
|
32
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
39
|
},
|
|
34
40
|
"dependencies": {
|
|
35
41
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "18.0.0"
|
|
37
43
|
},
|
|
38
44
|
"schematics": "./schematics/collection.json",
|
|
39
45
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|