@progress/kendo-angular-barcodes 24.2.2-develop.4 → 24.2.2-develop.6
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.
|
@@ -17,8 +17,8 @@ const packageMetadata = {
|
|
|
17
17
|
productName: 'Kendo UI for Angular',
|
|
18
18
|
productCode: 'KENDOUIANGULAR',
|
|
19
19
|
productCodes: ['KENDOUIANGULAR'],
|
|
20
|
-
publishDate:
|
|
21
|
-
version: '24.2.2-develop.
|
|
20
|
+
publishDate: 1783083590,
|
|
21
|
+
version: '24.2.2-develop.6',
|
|
22
22
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -363,7 +363,6 @@ class QRCodeComponent extends BaseComponent {
|
|
|
363
363
|
* Sets the rendering mode for the QR Code.
|
|
364
364
|
*
|
|
365
365
|
* @default "svg"
|
|
366
|
-
* ```
|
|
367
366
|
*/
|
|
368
367
|
renderAs;
|
|
369
368
|
/**
|
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.2.2-develop.
|
|
10
|
+
"publishDate": 1783083590,
|
|
11
|
+
"version": "24.2.2-develop.6",
|
|
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-barcodes",
|
|
3
|
-
"version": "24.2.2-develop.
|
|
3
|
+
"version": "24.2.2-develop.6",
|
|
4
4
|
"description": "Kendo UI Angular Barcodes",
|
|
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": 1783083590,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@angular/core": "19 - 22",
|
|
30
30
|
"@angular/forms": "19 - 22",
|
|
31
31
|
"@angular/platform-browser": "19 - 22",
|
|
32
|
-
"@progress/kendo-angular-common": "24.2.2-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "24.2.2-develop.6",
|
|
33
33
|
"@progress/kendo-drawing": "^1.25.0",
|
|
34
34
|
"@progress/kendo-licensing": "^1.11.0",
|
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.3.1",
|
|
39
|
-
"@progress/kendo-angular-schematics": "24.2.2-develop.
|
|
39
|
+
"@progress/kendo-angular-schematics": "24.2.2-develop.6",
|
|
40
40
|
"@progress/kendo-charts": "2.12.2"
|
|
41
41
|
},
|
|
42
42
|
"schematics": "./schematics/collection.json",
|
package/qrcode.component.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ function default_1(options) {
|
|
|
14
14
|
package: 'barcodes',
|
|
15
15
|
// Additional dependencies to install (required by npm 6.x)
|
|
16
16
|
peerDependencies: {
|
|
17
|
-
// '@progress/kendo-angular-foo': '24.2.2-develop.
|
|
17
|
+
// '@progress/kendo-angular-foo': '24.2.2-develop.6'
|
|
18
18
|
} });
|
|
19
19
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
20
20
|
}
|