Skip to content

Commit a0781f8

Browse files
author
pipeline
committed
v19.3.43 is released
1 parent 98cacc9 commit a0781f8

File tree

449 files changed

+2190
-398
lines changed

Some content is hidden

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

449 files changed

+2190
-398
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "19.1.63",
3+
"version": "19.1.66",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/barcodegenerator/src/barcode-generator/barcodegenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const twoWays: string[] = [''];
2828
export class BarcodeGeneratorComponent extends BarcodeGenerator implements IComponentBase {
2929
public context : any;
3030
public tagObjects: any;
31-
31+
public invalid: any;
3232

3333

3434

components/barcodegenerator/src/datamatrix-generator/datamatrixgenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const twoWays: string[] = [''];
2828
export class DataMatrixGeneratorComponent extends DataMatrixGenerator implements IComponentBase {
2929
public context : any;
3030
public tagObjects: any;
31-
31+
public invalid: any;
3232

3333

3434

components/barcodegenerator/src/qrcode-generator/qrcodegenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const twoWays: string[] = [''];
2828
export class QRCodeGeneratorComponent extends QRCodeGenerator implements IComponentBase {
2929
public context : any;
3030
public tagObjects: any;
31-
31+
public invalid: any;
3232

3333

3434

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/bootstrap5-dark.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/bootstrap5.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bootstrap5-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bootstrap5.scss';

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

components/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"gulp-sass": "^3.1.0",
5959
"gulp-typescript": "^3.1.6",
6060
"requirejs": "^2.3.3",
61-
"typescript": "3.3.1",
61+
"typescript": "2.3.4",
6262
"canteen": "^1.0.5",
6363
"jasmine-ajax": "^3.3.1",
6464
"jasmine-core": "^2.6.1",
@@ -81,4 +81,4 @@
8181
"build": "gulp build",
8282
"test": "gulp test"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)