Skip to content

Commit 7863b77

Browse files
author
pipeline
committed
v19.3.43 is released
1 parent ca3b9da commit 7863b77

File tree

5,128 files changed

+116254
-47071
lines changed

Some content is hidden

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

5,128 files changed

+116254
-47071
lines changed

controls/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-barcode-generator",
3-
"version": "19.2.44",
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.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/barcodegenerator/src/barcode/enum/enum.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export type DataMatrixEncoding =
112112
* * Size16x48
113113
*
114114
* @aspNumberEnum
115-
* @blazorNumberEnum
116115
* @IgnoreSingular
117116
*/
118117

@@ -361,7 +360,6 @@ export type QRInputMode =
361360
* * Version40
362361
*
363362
* @aspNumberEnum
364-
* @blazorNumberEnum
365363
* @IgnoreSingular
366364
*/
367365

@@ -541,7 +539,6 @@ export enum QRCodeVersion {
541539
* * High
542540
*
543541
* @aspNumberEnum
544-
* @blazorNumberEnum
545542
* @IgnoreSingular
546543
*/
547544
export enum ErrorCorrectionLevel {

controls/barcodegenerator/src/qrcode/qrcode-model.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ export interface QRCodeGeneratorModel extends ComponentModel{
3939
/**
4040
* Defines the error correction level of the QR code.
4141
*
42-
* @blazorDefaultValueIgnore
4342
* @aspDefaultValueIgnore
4443
* @aspNumberEnum
45-
* @blazorNumberEnum
4644
* @default undefined
4745
*/
4846
errorCorrectionLevel?: ErrorCorrectionLevel;
@@ -85,8 +83,6 @@ export interface QRCodeGeneratorModel extends ComponentModel{
8583
* * Defines the version of the QR code.
8684
*
8785
* @aspDefaultValueIgnore
88-
* @blazorNumberEnum
89-
* @blazorDefaultValueIgnore
9086
* @aspNumberEnum
9187
* @default undefined
9288
*/

controls/barcodegenerator/src/qrcode/qrcode.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ export class QRCodeGenerator extends Component<HTMLElement> implements INotifyPr
6363
/**
6464
* Defines the error correction level of the QR code.
6565
*
66-
* @blazorDefaultValueIgnore
6766
* @aspDefaultValueIgnore
6867
* @aspNumberEnum
69-
* @blazorNumberEnum
7068
* @default undefined
7169
*/
7270
@Property()
@@ -117,8 +115,6 @@ export class QRCodeGenerator extends Component<HTMLElement> implements INotifyPr
117115
* * Defines the version of the QR code.
118116
*
119117
* @aspDefaultValueIgnore
120-
* @blazorNumberEnum
121-
* @blazorDefaultValueIgnore
122118
* @aspNumberEnum
123119
* @default undefined
124120
*/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import './bootstrap5-definition.scss';

controls/barcodegenerator/styles/barcode/_bootstrap5-definition.scss

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import './tailwind-definition.scss';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2+
@import 'bootstrap5-dark-definition.scss';
3+
@import 'all.scss';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import 'ej2-base/styles/bootstrap5-definition.scss';
2+
@import 'bootstrap5-definition.scss';
3+
@import 'all.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bootstrap5-dark.scss';

0 commit comments

Comments
 (0)