@progress/kendo-angular-tooltip 24.0.2-develop.2 → 24.0.2-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.
package/NOTICE.txt
CHANGED
|
@@ -264,7 +264,7 @@ path-is-absolute 1.0.1 | https://github.com/sindresorhus/path- |
|
|
|
264
264
|
| is-absolute |
|
|
265
265
|
path-to-regexp 0.1.12 | https://github.com/pillarjs/path-to-r | MIT License
|
|
266
266
|
| egexp |
|
|
267
|
-
pdfjs-dist-for-node
|
|
267
|
+
pdfjs-dist-for-node 5.6.205 | http://mozilla.github.io/pdf.js/ | Apache License 2.0
|
|
268
268
|
picocolors 1.1.1 | https://github.com/alexeyraspopov/pic | ISC License
|
|
269
269
|
| ocolors#readme |
|
|
270
270
|
picomatch 4.0.3 | https://github.com/micromatch/picomat | MIT License
|
|
@@ -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: '24.0.2-develop.
|
|
305
|
+
publishDate: 1779791102,
|
|
306
|
+
version: '24.0.2-develop.4',
|
|
307
307
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
308
308
|
};
|
|
309
309
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.2-develop.
|
|
10
|
+
"publishDate": 1779791102,
|
|
11
|
+
"version": "24.0.2-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": "24.0.2-develop.
|
|
3
|
+
"version": "24.0.2-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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"package": {
|
|
37
37
|
"productName": "Kendo UI for Angular",
|
|
38
38
|
"productCode": "KENDOUIANGULAR",
|
|
39
|
-
"publishDate":
|
|
39
|
+
"publishDate": 1779791102,
|
|
40
40
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"@angular/core": "19 - 21",
|
|
47
47
|
"@angular/platform-browser": "19 - 21",
|
|
48
48
|
"@progress/kendo-licensing": "^1.11.0",
|
|
49
|
-
"@progress/kendo-angular-common": "24.0.2-develop.
|
|
50
|
-
"@progress/kendo-angular-l10n": "24.0.2-develop.
|
|
51
|
-
"@progress/kendo-angular-popup": "24.0.2-develop.
|
|
52
|
-
"@progress/kendo-angular-icons": "24.0.2-develop.
|
|
49
|
+
"@progress/kendo-angular-common": "24.0.2-develop.4",
|
|
50
|
+
"@progress/kendo-angular-l10n": "24.0.2-develop.4",
|
|
51
|
+
"@progress/kendo-angular-popup": "24.0.2-develop.4",
|
|
52
|
+
"@progress/kendo-angular-icons": "24.0.2-develop.4",
|
|
53
53
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
|
-
"@progress/kendo-angular-schematics": "24.0.2-develop.
|
|
57
|
+
"@progress/kendo-angular-schematics": "24.0.2-develop.4"
|
|
58
58
|
},
|
|
59
59
|
"schematics": "./schematics/collection.json",
|
|
60
60
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|