Skip to content

Commit 9aa9ba1

Browse files
author
pipeline
committed
v19.3.43 is released
1 parent 94aa281 commit 9aa9ba1

File tree

1,598 files changed

+752
-359
lines changed

Some content is hidden

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

1,598 files changed

+752
-359
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class BarcodeGeneratorComponent extends BarcodeGenerator {
2727
public refs: {
2828
[key: string]: React.ReactInstance
2929
};
30-
3130
constructor(props: any) {
3231
super(props);
3332
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class DataMatrixGeneratorComponent extends DataMatrixGenerator {
2727
public refs: {
2828
[key: string]: React.ReactInstance
2929
};
30-
3130
constructor(props: any) {
3231
super(props);
3332
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class QRCodeGeneratorComponent extends QRCodeGenerator {
2727
public refs: {
2828
[key: string]: React.ReactInstance
2929
};
30-
3130
constructor(props: any) {
3231
super(props);
3332
}
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';
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)