@progress/kendo-angular-popup 23.4.0-develop.1 → 23.4.0-develop.3

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 = void 0;
8
+ exports.default = default_1;
9
+ const utils_1 = require("../utils");
10
+ exports.aiInstructions = `Review your stylesheets, test files, and any code that references the class k-popup. It has been removed from the Popover component.
11
+ Before: <kendo-popup class="k-popup k-popover">
12
+ After: <kendo-popup class="k-popover">
13
+ Update any CSS rules or test assertions that target the Popover using .k-popup to use .k-popover instead. CSS selectors combining .k-popup.k-popover should be updated to target .k-popover alone.`;
14
+ const classes = ['k-popup', 'k-popover'];
15
+ const pattern = (0, utils_1.makePattern)(classes);
16
+ function default_1(fileInfo) {
17
+ if ((0, utils_1.isRenderingChangeTarget)(fileInfo.path)) {
18
+ if (pattern.test(fileInfo.source)) {
19
+ (0, utils_1.writeInstructionMarker)(exports.aiInstructions, __filename, fileInfo.path);
20
+ }
21
+ }
22
+ return fileInfo.source;
23
+ }
@@ -683,8 +683,8 @@ const packageMetadata = {
683
683
  productName: 'Kendo UI for Angular',
684
684
  productCode: 'KENDOUIANGULAR',
685
685
  productCodes: ['KENDOUIANGULAR'],
686
- publishDate: 1776150186,
687
- version: '23.4.0-develop.1',
686
+ publishDate: 1776175293,
687
+ version: '23.4.0-develop.3',
688
688
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
689
689
  };
690
690
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776150186,
11
- "version": "23.4.0-develop.1",
10
+ "publishDate": 1776175293,
11
+ "version": "23.4.0-develop.3",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "23.4.0-develop.1",
3
+ "version": "23.4.0-develop.3",
4
4
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -16,10 +16,25 @@
16
16
  ],
17
17
  "@progress": {
18
18
  "friendlyName": "Popup",
19
+ "migrations": {
20
+ "options": {
21
+ "parser": "tsx",
22
+ "pattern": "*.{ts,html,css,scss,sass,less}"
23
+ },
24
+ "codemods": {
25
+ "19": [
26
+ {
27
+ "description": "The Popup component has rendering changes that may affect custom styling.",
28
+ "file": "codemods/v19/popup-rendering-changes.js",
29
+ "instructionsOnly": true
30
+ }
31
+ ]
32
+ }
33
+ },
19
34
  "package": {
20
35
  "productName": "Kendo UI for Angular",
21
36
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1776150186,
37
+ "publishDate": 1776175293,
23
38
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
24
39
  }
25
40
  },
@@ -28,14 +43,14 @@
28
43
  "@angular/common": "19 - 21",
29
44
  "@angular/core": "19 - 21",
30
45
  "@angular/platform-browser": "19 - 21",
31
- "@progress/kendo-angular-common": "23.4.0-develop.1",
46
+ "@progress/kendo-angular-common": "23.4.0-develop.3",
32
47
  "@progress/kendo-licensing": "^1.10.0",
33
48
  "rxjs": "^6.5.3 || ^7.0.0"
34
49
  },
35
50
  "dependencies": {
36
51
  "@progress/kendo-popup-common": "1.9.5",
37
52
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "23.4.0-develop.1"
53
+ "@progress/kendo-angular-schematics": "23.4.0-develop.3"
39
54
  },
40
55
  "schematics": "./schematics/collection.json",
41
56
  "module": "fesm2022/progress-kendo-angular-popup.mjs",