Skip to content

Commit 80760e4

Browse files
author
pipeline
committed
v28.1.33 is released
1 parent 0ab552c commit 80760e4

File tree

530 files changed

+1419
-1726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

530 files changed

+1419
-1726
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.5 (2024-12-03)
5+
## 28.1.33 (2024-12-12)
66

77
### Barcode
88

components/barcodegenerator/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ ng new my-app
3737
cd my-app
3838
```
3939

40-
### Adding Syncfusion Barcode Generator package
40+
### Adding Syncfusion<sup>®</sup> Barcode Generator package
4141

42-
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command.
42+
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command.
4343

4444
```bash
4545
npm install @syncfusion/ej2-angular-barcode-generator --save
@@ -49,13 +49,13 @@ The above command does the below configuration to your Angular app.
4949

5050
* Adds `@syncfusion/ej2-angular-barcode-generator` package and its peer dependencies to your `package.json` file.
5151
* Imports the `BarcodeGeneratorAllModule`, `QRCodeGeneratorAllModule`, `DataMatrixGeneratorAllModule` in your application module `app.module.ts`.
52-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
52+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
5353

54-
This makes it easy to add the Syncfusion Angular Barcode Generator module to your project and start using it in your application.
54+
This makes it easy to add the Syncfusion<sup>®</sup> Angular Barcode Generator module to your project and start using it in your application.
5555

5656
### Add Barcode Generator component
5757

58-
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Barcode Generator component.
58+
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Barcode Generator component.
5959

6060
```typescript
6161
import { Component, OnInit } from '@angular/core';
@@ -117,10 +117,10 @@ Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/rele
117117

118118
## License and copyright
119119

120-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
120+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
121121
122122
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
123123
124124
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) for more info.
125125

126-
&copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
126+
&copy; Copyright 2022 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/bds.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/tailwind3.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/bds-lite.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bds.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/tailwind3-lite.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/tailwind3.scss';

components/base/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# ej2-angular-base
44

5-
A common package of Syncfusion Angular UI Components which contains base libraries, methods and class definitions.
5+
A common package of Syncfusion<sup>®</sup> Angular UI Components which contains base libraries, methods and class definitions.
66

7-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
7+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
88
>
99
> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
1010
@@ -26,7 +26,7 @@ npm install @syncfusion/ej2-angular-base
2626

2727
### Lightweight and user friendly
2828

29-
The entire Essential JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
29+
The entire Essential<sup>®</sup> JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
3030

3131
### Modular architecture
3232

@@ -38,7 +38,7 @@ Performance is critical for delivering a good user experience. We ensure that al
3838

3939
### Responsive and touch friendly
4040

41-
All Essential JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
41+
All Essential<sup>®</sup> JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
4242

4343
### Stunning built-in themes
4444

@@ -54,7 +54,7 @@ With our commitment to at least four major updates per year, you receive the mos
5454

5555
## Supported Frameworks
5656

57-
The Essential JS 2 is also offered in following list of frameworks.
57+
The Essential<sup>®</sup> JS 2 is also offered in following list of frameworks.
5858

5959
* [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_campaign=ej2-angular-base)
6060
* [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_campaign=ej2-angular-base)
@@ -74,7 +74,7 @@ The Essential JS 2 is also offered in following list of frameworks.
7474

7575
Product support is available for through following mediums.
7676

77-
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-angular-base) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=ej2-angular-base).
77+
* Creating incident in Syncfusion<sup>®</sup> [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-angular-base) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=ej2-angular-base).
7878
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
7979
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
8080

@@ -86,5 +86,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
8686

8787
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-base)
8888

89-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved.
90-
The Syncfusion Essential Studio license and copyright applies to this distribution.
89+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved.
90+
The Syncfusion<sup>®</sup> Essential<sup>®</sup> Studio license and copyright applies to this distribution.

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "27.1.50",
3+
"version": "19.17.0",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)