Skip to content

Commit c5f8acc

Browse files
author
pipeline
committed
v20.4.38 is released
1 parent a037deb commit c5f8acc

File tree

11,211 files changed

+409838
-161967
lines changed

Some content is hidden

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

11,211 files changed

+409838
-161967
lines changed

controls/barcodegenerator/README.md

+66-13

controls/barcodegenerator/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-barcode-generator",
3-
"version": "20.2.45",
3+
"version": "19.3.0",
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",
@@ -42,7 +42,10 @@
4242
"ej2-barcode",
4343
"web-components",
4444
"TypeScript",
45-
"barcode"
45+
"barcode",
46+
"QRCode",
47+
"QR-barcode",
48+
"Datamatrix"
4649
],
4750
"repository": {
4851
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */

controls/barcodegenerator/styles/barcode/_theme.scss

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,27 @@
66

77
.e-datamatrix {
88
display: block;
9-
}
9+
}
1010

1111
.e-qrcode {
1212
display: block;
13-
}
13+
}
1414

1515
.e-content-placeholder.e-barcode.e-placeholder-barcode {
1616
background-size: 100% 100%;
1717
max-height: 100px;
1818
max-width: 100px;
19-
}
19+
}
2020

2121
.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator {
2222
background-size: 100% 100%;
2323
max-height: 100px;
2424
max-width: 100px;
25-
}
25+
}
2626

2727
.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator {
2828
background-size: 100% 100%;
2929
max-height: 100px;
3030
max-width: 100px;
31-
}
32-
31+
}
3332
}

controls/barcodegenerator/themestudio/src/wwwroot/outputs/tailwind-202109261541150707-891594d-/tailwind.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ $cbox-border-style: solid !default;
15071507
/*! checkbox theme */
15081508
.e-checkbox-wrapper,
15091509
.e-css.e-checkbox-wrapper {
1510-
// sass-lint:disable no-vendor-prefixes
1510+
/* stylelint-disable property-no-vendor-prefix */
15111511
-webkit-tap-highlight-color: transparent;
15121512
@at-root {
15131513
& .e-frame {
@@ -2274,7 +2274,7 @@ $chip-outline-danger-disabled-border-color: $content-bg-color-alt3 !default;
22742274
}
22752275
}
22762276

2277-
// sass-lint:disable no-vendor-prefixes
2277+
/* stylelint-disable property-no-vendor-prefix */
22782278
@include export-module('chip-layout') {
22792279
.e-chip-list {
22802280
display: flex;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* stylelint-disable-line no-empty-source */

controls/barcodegenerator/themestudio/styles/barcode-generator/barcode/_theme.scss

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,27 @@
66

77
.e-datamatrix {
88
display: block;
9-
}
9+
}
1010

1111
.e-qrcode {
1212
display: block;
13-
}
13+
}
1414

1515
.e-content-placeholder.e-barcode.e-placeholder-barcode {
1616
background-size: 100% 100%;
1717
max-height: 100px;
1818
max-width: 100px;
19-
}
19+
}
2020

2121
.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator {
2222
background-size: 100% 100%;
2323
max-height: 100px;
2424
max-width: 100px;
25-
}
25+
}
2626

2727
.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator {
2828
background-size: 100% 100%;
2929
max-height: 100px;
3030
max-width: 100px;
31-
}
32-
31+
}
3332
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@import 'common/all.scss';
22
@import 'animation/all.scss';
3-

controls/barcodegenerator/themestudio/styles/base/_bootstrap4-definition.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import 'common/mixin.scss';
22
@import 'definition/bootstrap4.scss';
33

4-
54
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
65
$font-size: 12px !default;
76
$font-weight: normal !default;

controls/barcodegenerator/themestudio/styles/base/_highcontrast-light-definition.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import 'common/mixin.scss';
22
@import 'definition/highcontrast-light.scss';
33

4-
54
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
65
$font-size: 12px !default;
76
$font-weight: normal !default;

controls/barcodegenerator/themestudio/styles/base/_material-dark-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not variable-exists('is-roboto-loaded') {
55
//sass-lint:disable no-url-protocols,no-url-domains
6-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
77
}
88

99
$is-roboto-loaded: 'true' !default;

controls/barcodegenerator/themestudio/styles/base/_material-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not variable-exists('is-roboto-loaded') {
55
//sass-lint:disable no-url-protocols,no-url-domains
6-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
77
}
88

99
$is-roboto-loaded: 'true' !default;

controls/barcodegenerator/themestudio/styles/base/_tailwind-dark-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not variable-exists('is-inter-loaded') {
55
//sass-lint:disable no-url-protocols,no-url-domains
6-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
6+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');// stylelint-disable-line no-invalid-position-at-import-rule
77
}
88

99
$font-family: 'Inter' !default;

controls/barcodegenerator/themestudio/styles/base/_tailwind-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not variable-exists('is-inter-loaded') {
55
//sass-lint:disable no-url-protocols,no-url-domains
6-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
6+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');// stylelint-disable-line no-invalid-position-at-import-rule
77
}
88

99
$font-family: 'Inter' !default;

0 commit comments

Comments
 (0)