@progress/kendo-angular-tooltip 24.0.0-develop.37 → 24.0.0-develop.39
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.
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
"use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.aiInstructions = exports.aiInstructionsCloseIcon = void 0;
|
|
8
|
+
exports.default = default_1;
|
|
9
|
+
const codemods_1 = require("@progress/kendo-angular-common/codemods");
|
|
10
|
+
exports.aiInstructionsCloseIcon = `Tooltip close icon — no longer wrapped in an extra container element.
|
|
11
|
+
Update any CSS rules or test assertions that target the wrapping element around the Tooltip close icon.`;
|
|
12
|
+
exports.aiInstructions = `Review your stylesheets, test files, and any code that references the Tooltip close icon structure:
|
|
13
|
+
|
|
14
|
+
${exports.aiInstructionsCloseIcon}`;
|
|
15
|
+
const patternTooltipClose = (0, codemods_1.makePattern)(['k-tooltip-close']);
|
|
16
|
+
function default_1(fileInfo) {
|
|
17
|
+
if ((0, codemods_1.isRenderingChangeTarget)(fileInfo.path)) {
|
|
18
|
+
if (patternTooltipClose.test(fileInfo.source)) {
|
|
19
|
+
(0, codemods_1.writeInstructionMarker)(exports.aiInstructionsCloseIcon, __filename, fileInfo.path);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
return fileInfo.source;
|
|
23
|
+
}
|
|
@@ -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.0-develop.
|
|
305
|
+
publishDate: 1779209766,
|
|
306
|
+
version: '24.0.0-develop.39',
|
|
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.0-develop.
|
|
10
|
+
"publishDate": 1779209766,
|
|
11
|
+
"version": "24.0.0-develop.39",
|
|
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.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.39",
|
|
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",
|
|
@@ -18,10 +18,25 @@
|
|
|
18
18
|
],
|
|
19
19
|
"@progress": {
|
|
20
20
|
"friendlyName": "Tooltip",
|
|
21
|
+
"migrations": {
|
|
22
|
+
"options": {
|
|
23
|
+
"parser": "tsx",
|
|
24
|
+
"pattern": "*.{ts,html,css,scss,sass,less}"
|
|
25
|
+
},
|
|
26
|
+
"codemods": {
|
|
27
|
+
"24": [
|
|
28
|
+
{
|
|
29
|
+
"description": "The Tooltip close icon is no longer wrapped in an extra container element.",
|
|
30
|
+
"file": "codemods/v24/tooltip-rendering-changes.js",
|
|
31
|
+
"instructionsOnly": true
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
21
36
|
"package": {
|
|
22
37
|
"productName": "Kendo UI for Angular",
|
|
23
38
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
39
|
+
"publishDate": 1779209766,
|
|
25
40
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
41
|
}
|
|
27
42
|
},
|
|
@@ -31,15 +46,15 @@
|
|
|
31
46
|
"@angular/core": "19 - 21",
|
|
32
47
|
"@angular/platform-browser": "19 - 21",
|
|
33
48
|
"@progress/kendo-licensing": "^1.11.0",
|
|
34
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
49
|
+
"@progress/kendo-angular-common": "24.0.0-develop.39",
|
|
50
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.39",
|
|
51
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.39",
|
|
52
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.39",
|
|
38
53
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
54
|
},
|
|
40
55
|
"dependencies": {
|
|
41
56
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
57
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.39"
|
|
43
58
|
},
|
|
44
59
|
"schematics": "./schematics/collection.json",
|
|
45
60
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|