@progress/kendo-angular-popup 18.2.0 → 18.2.1-develop.1
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.2.
|
|
13
|
+
publishDate: 1742832147,
|
|
14
|
+
version: '18.2.1-develop.1',
|
|
15
15
|
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'
|
|
16
16
|
};
|
package/esm2022/scale.mjs
CHANGED
|
@@ -10,11 +10,7 @@ import { InjectionToken } from '@angular/core';
|
|
|
10
10
|
*
|
|
11
11
|
* > Using this token is not necessary for user-applied browser zoom.
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
* {% embed_file scale/app.component.ts preview %}
|
|
15
|
-
* {% embed_file shared/app.module.ts %}
|
|
16
|
-
* {% embed_file shared/main.ts %}
|
|
17
|
-
* {% endmeta %}
|
|
13
|
+
* <demo metaUrl="popup/scale/" height="300"></demo>
|
|
18
14
|
*
|
|
19
15
|
*
|
|
20
16
|
*/
|
|
@@ -327,11 +327,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
327
327
|
*
|
|
328
328
|
* > Using this token is not necessary for user-applied browser zoom.
|
|
329
329
|
*
|
|
330
|
-
*
|
|
331
|
-
* {% embed_file scale/app.component.ts preview %}
|
|
332
|
-
* {% embed_file shared/app.module.ts %}
|
|
333
|
-
* {% embed_file shared/main.ts %}
|
|
334
|
-
* {% endmeta %}
|
|
330
|
+
* <demo metaUrl="popup/scale/" height="300"></demo>
|
|
335
331
|
*
|
|
336
332
|
*
|
|
337
333
|
*/
|
|
@@ -692,8 +688,8 @@ const packageMetadata = {
|
|
|
692
688
|
productName: 'Kendo UI for Angular',
|
|
693
689
|
productCode: 'KENDOUIANGULAR',
|
|
694
690
|
productCodes: ['KENDOUIANGULAR'],
|
|
695
|
-
publishDate:
|
|
696
|
-
version: '18.2.
|
|
691
|
+
publishDate: 1742832147,
|
|
692
|
+
version: '18.2.1-develop.1',
|
|
697
693
|
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'
|
|
698
694
|
};
|
|
699
695
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.1-develop.1",
|
|
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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1742832147,
|
|
23
23
|
"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
24
|
}
|
|
25
25
|
},
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@angular/common": "16 - 19",
|
|
29
29
|
"@angular/core": "16 - 19",
|
|
30
30
|
"@angular/platform-browser": "16 - 19",
|
|
31
|
-
"@progress/kendo-angular-common": "18.2.
|
|
31
|
+
"@progress/kendo-angular-common": "18.2.1-develop.1",
|
|
32
32
|
"@progress/kendo-licensing": "^1.5.0",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@progress/kendo-popup-common": "^1.7.0",
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "18.2.
|
|
38
|
+
"@progress/kendo-angular-schematics": "18.2.1-develop.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-popup.mjs",
|
package/scale.d.ts
CHANGED
|
@@ -10,11 +10,7 @@ import { InjectionToken } from '@angular/core';
|
|
|
10
10
|
*
|
|
11
11
|
* > Using this token is not necessary for user-applied browser zoom.
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
* {% embed_file scale/app.component.ts preview %}
|
|
15
|
-
* {% embed_file shared/app.module.ts %}
|
|
16
|
-
* {% embed_file shared/main.ts %}
|
|
17
|
-
* {% endmeta %}
|
|
13
|
+
* <demo metaUrl="popup/scale/" height="300"></demo>
|
|
18
14
|
*
|
|
19
15
|
*
|
|
20
16
|
*/
|