@progress/kendo-angular-barcodes 22.1.0-develop.9 → 23.0.0-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.
@@ -8,7 +8,7 @@ import { BaseComponent } from './base.component';
8
8
  import { BarcodeText, BarcodeType, Border, Padding, RenderMode } from './chart-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the [Kendo UI Barcode component for Angular](slug:overview_barcode_barcodes).
11
+ * Represents the [Kendo UI Barcode component for Angular](https://www.telerik.com/kendo-angular-ui/components/barcodes/barcode).
12
12
  *
13
13
  * Use this component to display a barcode in your Angular application.
14
14
  *
@@ -18,7 +18,7 @@ const packageMetadata = {
18
18
  productCode: 'KENDOUIANGULAR',
19
19
  productCodes: ['KENDOUIANGULAR'],
20
20
  publishDate: 0,
21
- version: '22.1.0-develop.9',
21
+ version: '23.0.0-develop.1',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
23
23
  };
24
24
 
@@ -126,7 +126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
126
126
  }] } });
127
127
 
128
128
  /**
129
- * Represents the [Kendo UI Barcode component for Angular](slug:overview_barcode_barcodes).
129
+ * Represents the [Kendo UI Barcode component for Angular](https://www.telerik.com/kendo-angular-ui/components/barcodes/barcode).
130
130
  *
131
131
  * Use this component to display a barcode in your Angular application.
132
132
  *
@@ -298,7 +298,7 @@ const DEFAULT_COLOR = '#000';
298
298
  const DEFAULT_BACKGROUND = '#fff';
299
299
  const DEFAULT_ERROR_CORRECTION = 'L';
300
300
  /**
301
- * Represents the [Kendo UI QR Code component for Angular](slug:overview_qrcode_barcodes).
301
+ * Represents the [Kendo UI QR Code component for Angular](https://www.telerik.com/kendo-angular-ui/components/barcodes/qrcode).
302
302
  *
303
303
  * Shows a QR Code for the provided value.
304
304
  *
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769600180,
11
- "version": "22.1.0-develop.9",
10
+ "publishDate": 1770287080,
11
+ "version": "23.0.0-develop.1",
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": "22.1.0-develop.9",
3
+ "version": "23.0.0-develop.1",
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": 1769600180,
22
+ "publishDate": 1770287080,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,15 +29,15 @@
29
29
  "@angular/core": "19 - 21",
30
30
  "@angular/forms": "19 - 21",
31
31
  "@angular/platform-browser": "19 - 21",
32
- "@progress/kendo-angular-common": "22.1.0-develop.9",
33
- "@progress/kendo-drawing": "^1.23.1",
32
+ "@progress/kendo-angular-common": "23.0.0-develop.1",
33
+ "@progress/kendo-drawing": "^1.24.0",
34
34
  "@progress/kendo-licensing": "^1.10.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": "22.1.0-develop.9",
40
- "@progress/kendo-charts": "2.9.0"
39
+ "@progress/kendo-angular-schematics": "23.0.0-develop.1",
40
+ "@progress/kendo-charts": "2.11.0"
41
41
  },
42
42
  "schematics": "./schematics/collection.json",
43
43
  "module": "fesm2022/progress-kendo-angular-barcodes.mjs",
@@ -8,7 +8,7 @@ import { BaseComponent } from './base.component';
8
8
  import { Border, QRCodeEncoding, QRCodeErrorCorrection, QRCodeOverlay, RenderMode } from './chart-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the [Kendo UI QR Code component for Angular](slug:overview_qrcode_barcodes).
11
+ * Represents the [Kendo UI QR Code component for Angular](https://www.telerik.com/kendo-angular-ui/components/barcodes/qrcode).
12
12
  *
13
13
  * Shows a QR Code for the provided value.
14
14
  *
@@ -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': '22.1.0-develop.9'
17
+ // '@progress/kendo-angular-foo': '23.0.0-develop.1'
18
18
  } });
19
19
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
20
20
  }