@progress/kendo-angular-barcodes 17.0.0-develop.10 → 17.0.0-develop.11

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.
package/README.md CHANGED
@@ -1,31 +1,46 @@
1
- <a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
1
+ <a href="https://www.telerik.com/kendo-angular-ui/components/barcodes" target="_blank">
2
2
  <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Native UI and Data Visualization Components for Angular
5
+ ## Kendo UI for Angular Barcodes Package
6
6
 
7
- Kendo UI for Angular is a commercial UI library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
8
-
9
- > **Important**
10
7
  > * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)&mdash;a commercial UI library.
11
- > * You will need to install a license key when adding the package to your project. For more information, please refer to the [My License page](https://www.telerik.com/kendo-angular-ui/my-license/).
12
- > * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui/) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui). Doing so indicates that you [Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui).
13
- > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI dev team!
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
10
+
11
+ The Kendo UI for Angular Barcodes render common industry barcodes including a variety of one-dimensional (1D) and two-dimensional (2D or "matrix") barcodes suitable for display and high-quality prints.
12
+
13
+ ## What's Included in the Angular Barcodes Package
14
+
15
+ The [Angular Barcodes](https://www.telerik.com/kendo-angular-ui/components/barcodes) package includes two built-in components:
16
+
17
+ * [Angular Barcode](https://www.telerik.com/kendo-angular-ui/components/barcodes/barcode)
18
+ * [Angular QR Code](https://www.telerik.com/kendo-angular-ui/components/barcodes/qrcode)
19
+
20
+ ## Key Features
21
+
22
+ Among the many features which the Kendo UI for Angular Barcodes deliver are:
23
+
24
+ * Validation&mdash;The Barcodes provide built-in validation for all supported encodings and barcode types. Read more about the built-in validator of the [Barcode](https://www.telerik.com/kendo-angular-ui/components/barcodes/barcode/validation) and [QR Code](https://www.telerik.com/kendo-angular-ui/components/barcodes/qrcode/validation) components.
25
+ * [Various Export Options](https://www.telerik.com/kendo-angular-ui/components/barcodes/export-options)&mdash;The Barcodes provide built-in support for exporting as an image (PNG), PDF, SVG, and the Kendo UI Drawing format (useful for further processing).
26
+ * [Rendering Modes](https://www.telerik.com/kendo-angular-ui/components/barcodes/rendering)&mdash;The Barcodes support two modes for rendering&mdash;Canvas (bitmap) and SVG (vector graphics). By default, the Barcodes are rendered through SVG. Switching between the two is as easy as updating a single configuration option.
27
+
28
+ ## Support Options
29
+
30
+ For any issues you might encounter while working with the Kendo UI for Angular Barcodes, you have the following support channels available:
31
+
32
+ * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-center/contact-us/technical-support).
33
+ * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
34
+ * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
14
35
 
15
36
  ## Resources
16
37
 
17
- * [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started)
38
+ * [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
39
+ * [Getting Started with the Kendo UI for Angular Barcodes](https://www.telerik.com/kendo-angular-ui/components/barcodes/installation/getting-started)
18
40
  * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
19
41
  * [Blogs](http://www.telerik.com/blogs/kendo-ui)
20
42
  * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
21
43
 
22
- ## Questions and Feedback
23
-
24
- * [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
25
- * [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
26
- * [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
27
- * [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
28
-
29
44
  *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
30
45
 
31
46
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-barcodes',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1729176367,
13
- version: '17.0.0-develop.10',
12
+ publishDate: 1729239189,
13
+ version: '17.0.0-develop.11',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -16,8 +16,8 @@ const packageMetadata = {
16
16
  name: '@progress/kendo-angular-barcodes',
17
17
  productName: 'Kendo UI for Angular',
18
18
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
19
- publishDate: 1729176367,
20
- version: '17.0.0-develop.10',
19
+ publishDate: 1729239189,
20
+ version: '17.0.0-develop.11',
21
21
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
22
22
  };
23
23
 
@@ -16,8 +16,8 @@ const packageMetadata = {
16
16
  name: '@progress/kendo-angular-barcodes',
17
17
  productName: 'Kendo UI for Angular',
18
18
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
19
- publishDate: 1729176367,
20
- version: '17.0.0-develop.10',
19
+ publishDate: 1729239189,
20
+ version: '17.0.0-develop.11',
21
21
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
22
22
  };
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-barcodes",
3
- "version": "17.0.0-develop.10",
3
+ "version": "17.0.0-develop.11",
4
4
  "description": "Kendo UI Angular Barcodes",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,14 +23,14 @@
23
23
  "@angular/core": "15 - 18",
24
24
  "@angular/forms": "15 - 18",
25
25
  "@angular/platform-browser": "15 - 18",
26
- "@progress/kendo-angular-common": "17.0.0-develop.10",
26
+ "@progress/kendo-angular-common": "17.0.0-develop.11",
27
27
  "@progress/kendo-drawing": "^1.20.4",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
29
  "rxjs": "^6.5.3 || ^7.0.0"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.3.1",
33
- "@progress/kendo-angular-schematics": "17.0.0-develop.10",
33
+ "@progress/kendo-angular-schematics": "17.0.0-develop.11",
34
34
  "@progress/kendo-charts": "2.5.3"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ function default_1(options) {
9
9
  package: 'barcodes',
10
10
  // Additional dependencies to install (required by npm 6.x)
11
11
  peerDependencies: {
12
- // '@progress/kendo-angular-foo': '17.0.0-develop.10'
12
+ // '@progress/kendo-angular-foo': '17.0.0-develop.11'
13
13
  } });
14
14
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
15
15
  }