Skip to content

Commit 93df9d2

Browse files
author
pipeline
committed
v20.2.46 is released
1 parent 7d3c95f commit 93df9d2

File tree

402 files changed

+2733
-1401
lines changed

Some content is hidden

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

402 files changed

+2733
-1401
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": "20.2.43",
3+
"version": "20.2.45",
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/themestudio/styles/base/common/_core.scss

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
$background: #e82824;
1212

1313
$warning: #ffd800;
14+
$yellow: rgb(255, 255, 0);
1415

1516
.e-error {
1617
color: $error-font-color;
@@ -83,4 +84,17 @@
8384
.e-block-touch {
8485
touch-action: pinch-zoom;
8586
}
87+
88+
.e-license {
89+
color: $yellow;
90+
text-decoration: none;
91+
}
92+
93+
.e-license-banner {
94+
cursor: pointer;
95+
position: absolute;
96+
right: 10px;
97+
top: 27%;
98+
}
99+
86100
}

controls/barcodegenerator/themestudio/styles/dropdowns/multi-select/_layout.scss

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
display: none;
105105
flex-direction: row;
106106
margin-top: $ddl-clear-margin-top;
107+
@if $ddl-multiselect-skin-name == 'tailwind' {
108+
margin-top: -1.45em;
109+
}
107110
outline: 0;
108111
padding: 0;
109112
position: absolute;
@@ -389,6 +392,7 @@
389392
}
390393
@if $ddl-multiselect-skin-name == 'tailwind' {
391394
height: $ddl-bigger-clear-icon-height;
395+
margin-top: $ddl-clear-margin-top;
392396
width: $ddl-bigger-clear-icon-width;
393397
}
394398
}

controls/barcodegenerator/themestudio/styles/gantt/gantt/_layout.scss

+8-18
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@
7171
background-color: $connector-point-hover-color;
7272
border-color: $connector-point-border-color;
7373
outline: 2px solid $connector-point-hover-outerline-color;
74-
}
75-
74+
}
7675
}
7776

7877
.e-tab .e-content {
@@ -485,7 +484,6 @@
485484
line-height: 10px;
486485
vertical-align: middle;
487486
}
488-
489487
}
490488

491489
.e-gantt-chart {
@@ -521,21 +519,18 @@
521519
height: 100%;
522520
position: absolute;
523521
}
524-
525522
}
526523

527-
528524
.e-timeline-header-container {
529525
border-bottom-style: solid;
530-
border-right-width: 0;
526+
border-right: 1px solid;
531527
overflow: hidden;
532528
position: relative;
533529
z-index: 6;
534530
}
535531

536532
.e-timeline-header-table-container > thead > tr > th {
537533
border-left: 0;
538-
padding: 0 3px;
539534
}
540535

541536
.e-timeline-header-table-container {
@@ -557,7 +552,7 @@
557552

558553
.e-timeline-header-table-body > tr {
559554
display: inline-flex;
560-
}
555+
}
561556

562557
.e-timeline-top-header-cell,
563558
.e-timeline-single-header-cell {
@@ -586,10 +581,9 @@
586581
}
587582

588583
.e-gantt-top-cell-text {
589-
padding-left: 8px;
584+
padding-left: 11px;
590585
text-align: left;
591586
}
592-
593587
}
594588

595589
.e-gantt-grid-lines {
@@ -706,7 +700,7 @@
706700
.e-indicator-span {
707701
display: inline-block;
708702
font-size: 13px;
709-
font-weight: 400;
703+
font-weight: normal;
710704
overflow: hidden;
711705
position: absolute;
712706
text-overflow: ellipsis;
@@ -739,7 +733,7 @@
739733
border-color: $gantt-active-background-color;
740734
}
741735
@else {
742-
border-color: inherit;
736+
border-color: inherit;
743737
}
744738
border-top-style: dotted;
745739
border-top-width: 2px;
@@ -1077,9 +1071,7 @@
10771071
outline: 1px solid;
10781072
outline-offset: 2px;
10791073
}
1080-
10811074
}
1082-
10831075
}
10841076

10851077
.e-gantt-dialog .e-tab .e-tab-header {
@@ -1093,7 +1085,6 @@
10931085
border-style: solid;
10941086
border-width: $gantt-tab-header-border-width;
10951087
}
1096-
10971088
}
10981089

10991090
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
@@ -1129,7 +1120,6 @@
11291120
.e-gridheader {
11301121
border-top-width: 0;
11311122
}
1132-
11331123
}
11341124

11351125
.e-edit-form-row {
@@ -1178,6 +1168,7 @@
11781168
.e-richtexteditor .e-rte-content {
11791169
border-bottom-width: $gantt-richtext-content-border-bottom;
11801170
height: $gantt-dialog-rte-content-height;
1171+
overflow: hidden;
11811172
}
11821173

11831174
> .e-dlg-content {
@@ -1200,7 +1191,6 @@
12001191
height: auto !important; // sass-lint:disable-line no-important
12011192
width: auto !important; // sass-lint:disable-line no-important
12021193
}
1203-
12041194
}
12051195
}
12061196

@@ -1229,7 +1219,7 @@
12291219
height: 26px;
12301220
padding: 4px;
12311221
width: 26px;
1232-
}
1222+
}
12331223

12341224
.e-content {
12351225
border-radius: 4px;

controls/barcodegenerator/themestudio/styles/gantt/gantt/_theme.scss

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
21
@include export-module('gantt-theme') {
2+
33
/*! Gantt theme */
44

55
.e-gantt {
@@ -142,12 +142,10 @@
142142
width: $gantt-collapse-progress-width;
143143
}
144144

145-
146145
.e-collapsed-taskbar-drag {
147146
background-color: $gantt-child-progress-bar;
148147
}
149148

150-
151149
.e-left-connectorpoint-outer-div {
152150
display: none;
153151
}
@@ -259,7 +257,6 @@
259257
.e-progressbar-handler-after {
260258
border-bottom-color: $progress-handler-background;
261259
}
262-
263260
}
264261

265262
.e-gantt-dependency-view-container {
@@ -469,7 +466,6 @@
469466
.e-task-label {
470467
color: transparent;
471468
}
472-
473469
}
474470

475471
.e-predecessor-touch-mode {
@@ -532,7 +528,6 @@
532528
.e-milestone-bottom {
533529
border-top-color: $gantt-child-progress-bar !important; // sass-lint:disable-line no-important
534530
}
535-
536531
}
537532

538533
.e-active-connected-task {
@@ -561,11 +556,8 @@
561556
.e-connector-line-left-arrow {
562557
border-right-color: $gantt-child-progress-bar !important; // sass-lint:disable-line no-important
563558
}
564-
565559
}
566-
567560
}
568-
569561
}
570562

571563
.e-icons {
@@ -575,7 +567,6 @@
575567
.e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
576568
color: $gantt-context-menu-icon-color !important; // sass-lint:disable-line no-important
577569
}
578-
579570
}
580571

581572
.e-gantt-dialog {
@@ -598,7 +589,6 @@
598589
.e-icon-dlg-close {
599590
color: $gantt-dialog-close-icon-hover-color;
600591
}
601-
602592
}
603593

604594
.e-tab {
@@ -618,7 +608,6 @@
618608
color: $gantt-tab-header-active-font-color;
619609
}
620610
}
621-
622611
}
623612

624613
.e-toolbar-item {
@@ -629,9 +618,7 @@
629618
.e-tab-text {
630619
color: $gantt-tab-header-font-color;
631620
}
632-
633621
}
634-
635622
}
636623

637624
.e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
@@ -644,13 +631,9 @@
644631
.e-tab-text {
645632
color: $gantt-tab-header-hover-font-color;
646633
}
647-
648634
}
649-
650635
}
651-
652636
}
653-
654637
}
655638

656639
.e-gantt.e-device {
@@ -663,7 +646,6 @@
663646
.e-backarrowspan {
664647
color: $gantt-gridpopup-span;
665648
}
666-
667649
}
668650

669651
.e-gantt .e-gantt-chart .e-criticalconnector-line {

controls/barcodegenerator/themestudio/styles/gantt/gantt/icons/_bootstrap-dark.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
.e-backarrowspan::before,
107107
.e-icon-dlg-close::before {
108108
content: '\e85b';
109-
}
109+
}
110110

111111
.e-left-resize-gripper::before,
112112
.e-right-resize-gripper::before {
113113
content: '\e903';
114-
}
115-
}
114+
}
115+
}
116116

117117
.e-gantt-tooltip-arrow-left::before {
118118
content: '\e85b';

controls/barcodegenerator/themestudio/styles/gantt/gantt/icons/_bootstrap.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
.e-backarrowspan::before,
107107
.e-icon-dlg-close::before {
108108
content: '\e85b';
109-
}
109+
}
110110

111111
.e-left-resize-gripper::before,
112112
.e-right-resize-gripper::before {
113113
content: '\e903';
114-
}
115-
}
114+
}
115+
}
116116

117117
.e-gantt-tooltip-arrow-left::before {
118118
content: '\e85b';

controls/barcodegenerator/themestudio/styles/gantt/gantt/icons/_bootstrap4.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,19 @@
106106
.e-backarrowspan::before,
107107
.e-icon-dlg-close::before {
108108
content: '\e85b';
109-
}
109+
}
110110

111111
.e-left-resize-gripper::before,
112112
.e-right-resize-gripper::before {
113113
content: '\e903';
114-
}
115-
}
114+
}
115+
}
116116

117117
.e-gantt-tooltip-arrow-left::before {
118118
content: '\e7c1';
119-
}
119+
}
120120

121121
.e-gantt-tooltip-arrow-right::before {
122122
content: '\e7ce';
123-
}
123+
}
124124
}

controls/barcodegenerator/themestudio/styles/gantt/gantt/icons/_bootstrap5.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
.e-backarrowspan::before,
107107
.e-icon-dlg-close::before {
108108
content: '\e773';
109-
}
109+
}
110110

111111
.e-left-resize-gripper::before,
112112
.e-right-resize-gripper::before {
113113
content: '\e770';
114-
}
115-
}
114+
}
115+
}
116116

117117
.e-gantt-tooltip-arrow-left::before {
118118
content: '\e773';

controls/barcodegenerator/themestudio/styles/gantt/gantt/icons/_fabric-dark.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
.e-backarrowspan::before,
107107
.e-icon-dlg-close::before {
108108
content: '\e85b';
109-
}
109+
}
110110

111111
.e-left-resize-gripper::before,
112112
.e-right-resize-gripper::before {
113113
content: '\e903';
114-
}
115-
}
114+
}
115+
}
116116

117117
.e-gantt-tooltip-arrow-left::before {
118118
content: '\e85b';

0 commit comments

Comments
 (0)