Skip to content

Commit 3898504

Browse files
author
pipeline
committed
v20.2.44 is released
1 parent dc78c3b commit 3898504

File tree

967 files changed

+42882
-5704
lines changed

Some content is hidden

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

967 files changed

+42882
-5704
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": "20.1.55",
3+
"version": "20.2.43",
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/styles/barcode/_material3-definition.scss

Whitespace-only changes.

controls/barcodegenerator/themestudio/src/wwwroot/ej2-resource/styles/allfusion.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7107,6 +7107,17 @@ $range-active-font-color: $brand-primary-font !default;
71077107
.e-range-overflow {
71087108
overflow: auto;
71097109
}
7110+
7111+
.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden {
7112+
border: 0;
7113+
height: 0;
7114+
margin: 0;
7115+
padding: 0;
7116+
text-indent: 0;
7117+
visibility: hidden;
7118+
width: 0;
7119+
}
7120+
71107121
// sass-lint:enable-all
71117122
@include export-module('daterangepicker-theme') {
71127123
/*! daterangepicker theme */
@@ -31703,6 +31714,17 @@ $skin-name: 'bootstrap' !default;
3170331714
.e-numeric-container {
3170431715
width: 100%;
3170531716
}
31717+
31718+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden {
31719+
border: 0;
31720+
height: 0;
31721+
margin: 0;
31722+
padding: 0;
31723+
text-indent: 0;
31724+
visibility: hidden;
31725+
width: 0;
31726+
}
31727+
3170631728
@include export-module('numerictextbox-theme') {
3170731729
.e-control-wrapper.e-numeric.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) {
3170831730
@if $skin-name == 'bootstrap' {

controls/barcodegenerator/themestudio/styles/barcode-generator/barcode/_fusionnew-definition.scss

Whitespace-only changes.

controls/barcodegenerator/themestudio/styles/barcode-generator/barcode/_material3-definition.scss

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import 'common/mixin.scss';
2+
@import 'definition/fusionnew-dark.scss';
3+
4+
$font-size: 12px !default;
5+
$font-weight: 400 !default;
6+
$error-font-color: $danger !default;
7+
$warning-font-color: $yellow !default;
8+
$success-font-color: #198754 !default;
9+
$information-font-color: #0dcaf0 !default;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import 'common/mixin.scss';
2+
@import 'definition/fusionnew.scss';
3+
4+
$font-size: 12px !default;
5+
$font-weight: 400 !default;
6+
$error-font-color: $danger !default;
7+
$warning-font-color: $yellow !default;
8+
$success-font-color: #198754 !default;
9+
$information-font-color: #0dcaf0 !default;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@import 'common/mixin.scss';
2+
@import 'definition/fluent-dark.scss';
3+
4+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
5+
$font-size: 12px !default;
6+
$font-weight: 400 !default;
7+
$error-font-color: $danger !default;
8+
$warning-font-color: $orange20 !default;
9+
$success-font-color: $green20 !default;
10+
$information-font-color: $white !default;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import 'common/mixin.scss';
2+
@import 'definition/material3.scss';
3+
4+
$font-size: 12px !default;
5+
$font-weight: 400 !default;
6+
$error-font-color: $danger !default;
7+
$warning-font-color: $yellow !default;
8+
$success-font-color: #198754 !default;
9+
$information-font-color: #0dcaf0 !default;

0 commit comments

Comments
 (0)