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

+1-1
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

-3
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

-4
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

-4
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
*/
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import './tailwind-definition.scss';
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';
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';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bootstrap5-dark.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/bootstrap5.scss';
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

controls/base/CHANGELOG.md

-105

controls/base/ReadMe.md

+1-1

controls/base/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "19.2.60",
3+
"version": "18.39.0",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -51,7 +51,7 @@
5151
"gulp-sass": "^3.1.0",
5252
"gulp-typescript": "^3.1.6",
5353
"requirejs": "^2.3.3",
54-
"typescript": "3.3.1",
54+
"typescript": "2.3.4",
5555
"canteen": "^1.0.5",
5656
"jasmine-ajax": "^3.3.1",
5757
"jasmine-core": "^2.6.1",
@@ -68,5 +68,6 @@
6868
"scripts": {
6969
"build": "gulp build",
7070
"test": "gulp test"
71-
}
72-
}
71+
},
72+
"typings": "index.d.ts"
73+
}

controls/base/spec/intl/number-parser.spec.ts

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ describe('numberParser', () => {
156156
let result: number = NumberParser.numberParser('en', { format: 'P2' }, cldrData)('2671.6789');
157157
expect(result).toBe(26.72);
158158
});
159-
it('maximum fraction digit support', () => {
160-
let result: number = NumberParser.numberParser('en', { maximumFractionDigits: 11 }, cldrData)('11234.55644342344343243');
161-
expect(result).toBe(11234.55644342344);
162-
});
163159
});
164160
describe('exponential value parsing', () => {
165161
it('with "e" prefix ', () => {

controls/base/spec/template.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ describe('Template', () => {
163163
});
164164

165165
it('JSON array input with special character apostrophe', () => {
166-
debugger
167166
let templateStr: string = `<div><input value='HANAR's'></div>`;
168167
let getString: any = template.compile(templateStr);
169168
let output: any = getString(templateStr);

0 commit comments

Comments
 (0)