@syncfusion/ej2-material-theme 34.1.30 → 34.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48456,6 +48456,28 @@ label[for*=_wholeWord_e-de-rtl] {
48456
48456
  display: flex;
48457
48457
  }
48458
48458
 
48459
+ .e-de-loading-dots::after {
48460
+ content: "";
48461
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
48462
+ }
48463
+
48464
+ @keyframes e-de-loading-dots-animation {
48465
+ 0% {
48466
+ content: "";
48467
+ }
48468
+ 25% {
48469
+ content: ".";
48470
+ }
48471
+ 50% {
48472
+ content: "..";
48473
+ }
48474
+ 75% {
48475
+ content: "...";
48476
+ }
48477
+ 100% {
48478
+ content: "";
48479
+ }
48480
+ }
48459
48481
  .e-dlg-spellcheck-listitem {
48460
48482
  font-size: 15px !important;
48461
48483
  }
@@ -58539,7 +58561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
58539
58561
  background: #e0e0e0;
58540
58562
  color: #000;
58541
58563
  }
58542
- .e-grid td:hover.e-cellselectionbackground {
58564
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
58543
58565
  background: #bdbdbd;
58544
58566
  }
58545
58567
  .e-grid .e-filterbarcell,
@@ -84244,8 +84266,8 @@ span.e-pv-redaction-opactity-value {
84244
84266
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
84245
84267
  color: rgba(0, 0, 0, 0.54) !important;
84246
84268
  }
84247
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
84248
- box-shadow: none !important;
84269
+ .e-pivotview .e-grid th.e-leftfreeze {
84270
+ border-left-width: 0 !important;
84249
84271
  }
84250
84272
  .e-pivotview .e-grid .e-pivot-content-loader {
84251
84273
  position: absolute;
@@ -106886,6 +106908,7 @@ span.e-pv-redaction-opactity-value {
106886
106908
  }
106887
106909
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
106888
106910
  min-width: 28px;
106911
+ max-height: 28px;
106889
106912
  }
106890
106913
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
106891
106914
  margin-right: 0;
@@ -107018,6 +107041,9 @@ span.e-pv-redaction-opactity-value {
107018
107041
  .e-inlineaiassist .e-response-text {
107019
107042
  color: rgba(0, 0, 0, 0.87);
107020
107043
  }
107044
+ .e-inlineaiassist .e-assist-textarea {
107045
+ color: rgba(0, 0, 0, 0.87);
107046
+ }
107021
107047
  .e-inlineaiassist .e-toolbar-item::after {
107022
107048
  background-color: transparent;
107023
107049
  }
@@ -1383,6 +1383,32 @@
1383
1383
  margin-bottom: $de-spellcheck-container-gap;
1384
1384
  display: flex;
1385
1385
  }
1386
+ .e-de-loading-dots::after {
1387
+ content: '';
1388
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1389
+ }
1390
+
1391
+ @keyframes e-de-loading-dots-animation {
1392
+ 0% {
1393
+ content: '';
1394
+ }
1395
+
1396
+ 25% {
1397
+ content: '.';
1398
+ }
1399
+
1400
+ 50% {
1401
+ content: '..';
1402
+ }
1403
+
1404
+ 75% {
1405
+ content: '...';
1406
+ }
1407
+
1408
+ 100% {
1409
+ content: '';
1410
+ }
1411
+ }
1386
1412
  .e-dlg-spellcheck-listitem {
1387
1413
  font-size: $de-spellcheck--listitem-font-size !important;
1388
1414
  }
@@ -1909,6 +1909,27 @@ label[for*=_wholeWord_e-de-rtl] {
1909
1909
  display: -ms-flexbox;
1910
1910
  display: flex;
1911
1911
  }
1912
+ .e-de-loading-dots::after {
1913
+ content: "";
1914
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1915
+ }
1916
+ @keyframes e-de-loading-dots-animation {
1917
+ 0% {
1918
+ content: "";
1919
+ }
1920
+ 25% {
1921
+ content: ".";
1922
+ }
1923
+ 50% {
1924
+ content: "..";
1925
+ }
1926
+ 75% {
1927
+ content: "...";
1928
+ }
1929
+ 100% {
1930
+ content: "";
1931
+ }
1932
+ }
1912
1933
  .e-dlg-spellcheck-listitem {
1913
1934
  font-size: 15px !important;
1914
1935
  }
@@ -1909,6 +1909,27 @@ label[for*=_wholeWord_e-de-rtl] {
1909
1909
  display: -ms-flexbox;
1910
1910
  display: flex;
1911
1911
  }
1912
+ .e-de-loading-dots::after {
1913
+ content: "";
1914
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1915
+ }
1916
+ @keyframes e-de-loading-dots-animation {
1917
+ 0% {
1918
+ content: "";
1919
+ }
1920
+ 25% {
1921
+ content: ".";
1922
+ }
1923
+ 50% {
1924
+ content: "..";
1925
+ }
1926
+ 75% {
1927
+ content: "...";
1928
+ }
1929
+ 100% {
1930
+ content: "";
1931
+ }
1932
+ }
1912
1933
  .e-dlg-spellcheck-listitem {
1913
1934
  font-size: 15px !important;
1914
1935
  }
@@ -585,7 +585,7 @@
585
585
  color: $grid-cell-selection-color;
586
586
  }
587
587
 
588
- td:hover.e-cellselectionbackground {
588
+ &.e-gridhover td:hover.e-cellselectionbackground {
589
589
  background: $grid-cell-selection-hover-bg-color;
590
590
  }
591
591
 
@@ -3702,7 +3702,7 @@
3702
3702
  background: #e0e0e0;
3703
3703
  color: #000;
3704
3704
  }
3705
- .e-grid td:hover.e-cellselectionbackground {
3705
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3706
3706
  background: #bdbdbd;
3707
3707
  }
3708
3708
  .e-grid .e-filterbarcell,
@@ -3702,7 +3702,7 @@
3702
3702
  background: #e0e0e0;
3703
3703
  color: #000;
3704
3704
  }
3705
- .e-grid td:hover.e-cellselectionbackground {
3705
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3706
3706
  background: #bdbdbd;
3707
3707
  }
3708
3708
  .e-grid .e-filterbarcell,
@@ -121,6 +121,7 @@
121
121
  max-width: $inline-ai-assist-footer-tbar-min-height;
122
122
  .e-btn-icon {
123
123
  min-width: $inline-ai-assist-footer-tbar-min-height;
124
+ max-height: $inline-ai-assist-footer-tbar-min-height;
124
125
  }
125
126
  }
126
127
  .e-toolbar-right .e-toolbar-item:last-child {
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 12px !default;
25
25
  $inline-ai-assist-popup-border: 1px solid $grey-500 !default;
26
26
  $inline-ai-assist-response-text-color: rgba($grey-light-font, .87) !default;
27
27
  $inline-ai-assist-textarea-placeholder-color: rgba($grey-light-font, .54) !default;
28
+ $inline-ai-assist-textarea-color: rgba($grey-light-font, .87) !default;
28
29
  $inline-ai-assist-footer-focused-border-color: rgba(97, 97, 97, 1) !default;
29
30
  $inline-ai-assist-send-color: rgba($grey-light-font, .54) !default;
30
31
  $inline-ai-assist-send-disabled-color: rgba($grey-light-font, .54) !default;
@@ -10,6 +10,10 @@
10
10
  color: $inline-ai-assist-response-text-color;
11
11
  }
12
12
 
13
+ .e-assist-textarea {
14
+ color: $inline-ai-assist-textarea-color;
15
+ }
16
+
13
17
  .e-toolbar-item::after {
14
18
  background-color: transparent;
15
19
  }
@@ -131,6 +131,7 @@
131
131
  }
132
132
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
133
133
  min-width: 28px;
134
+ max-height: 28px;
134
135
  }
135
136
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
136
137
  margin-right: 0;
@@ -261,6 +262,9 @@
261
262
  .e-inlineaiassist .e-response-text {
262
263
  color: rgba(0, 0, 0, 0.87);
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: rgba(0, 0, 0, 0.87);
267
+ }
264
268
  .e-inlineaiassist .e-toolbar-item::after {
265
269
  background-color: transparent;
266
270
  }
@@ -131,6 +131,7 @@
131
131
  }
132
132
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
133
133
  min-width: 28px;
134
+ max-height: 28px;
134
135
  }
135
136
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
136
137
  margin-right: 0;
@@ -261,6 +262,9 @@
261
262
  .e-inlineaiassist .e-response-text {
262
263
  color: rgba(0, 0, 0, 0.87);
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: rgba(0, 0, 0, 0.87);
267
+ }
264
268
  .e-inlineaiassist .e-toolbar-item::after {
265
269
  background-color: transparent;
266
270
  }
@@ -48456,6 +48456,28 @@ label[for*=_wholeWord_e-de-rtl] {
48456
48456
  display: flex;
48457
48457
  }
48458
48458
 
48459
+ .e-de-loading-dots::after {
48460
+ content: "";
48461
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
48462
+ }
48463
+
48464
+ @keyframes e-de-loading-dots-animation {
48465
+ 0% {
48466
+ content: "";
48467
+ }
48468
+ 25% {
48469
+ content: ".";
48470
+ }
48471
+ 50% {
48472
+ content: "..";
48473
+ }
48474
+ 75% {
48475
+ content: "...";
48476
+ }
48477
+ 100% {
48478
+ content: "";
48479
+ }
48480
+ }
48459
48481
  .e-dlg-spellcheck-listitem {
48460
48482
  font-size: 15px !important;
48461
48483
  }
@@ -58539,7 +58561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
58539
58561
  background: #e0e0e0;
58540
58562
  color: #000;
58541
58563
  }
58542
- .e-grid td:hover.e-cellselectionbackground {
58564
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
58543
58565
  background: #bdbdbd;
58544
58566
  }
58545
58567
  .e-grid .e-filterbarcell,
@@ -84244,8 +84266,8 @@ span.e-pv-redaction-opactity-value {
84244
84266
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
84245
84267
  color: rgba(0, 0, 0, 0.54) !important;
84246
84268
  }
84247
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
84248
- box-shadow: none !important;
84269
+ .e-pivotview .e-grid th.e-leftfreeze {
84270
+ border-left-width: 0 !important;
84249
84271
  }
84250
84272
  .e-pivotview .e-grid .e-pivot-content-loader {
84251
84273
  position: absolute;
@@ -106886,6 +106908,7 @@ span.e-pv-redaction-opactity-value {
106886
106908
  }
106887
106909
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
106888
106910
  min-width: 28px;
106911
+ max-height: 28px;
106889
106912
  }
106890
106913
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
106891
106914
  margin-right: 0;
@@ -107018,6 +107041,9 @@ span.e-pv-redaction-opactity-value {
107018
107041
  .e-inlineaiassist .e-response-text {
107019
107042
  color: rgba(0, 0, 0, 0.87);
107020
107043
  }
107044
+ .e-inlineaiassist .e-assist-textarea {
107045
+ color: rgba(0, 0, 0, 0.87);
107046
+ }
107021
107047
  .e-inlineaiassist .e-toolbar-item::after {
107022
107048
  background-color: transparent;
107023
107049
  }
@@ -383,8 +383,8 @@
383
383
 
384
384
  .e-grid {
385
385
 
386
- th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
387
- box-shadow: none !important;
386
+ th.e-leftfreeze {
387
+ border-left-width: 0 !important;
388
388
  }
389
389
 
390
390
  @if ($skin-name == 'bootstrap5.3')
@@ -1018,8 +1018,8 @@
1018
1018
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1019
1019
  color: rgba(0, 0, 0, 0.54) !important;
1020
1020
  }
1021
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1022
- box-shadow: none !important;
1021
+ .e-pivotview .e-grid th.e-leftfreeze {
1022
+ border-left-width: 0 !important;
1023
1023
  }
1024
1024
  .e-pivotview .e-grid .e-pivot-content-loader {
1025
1025
  position: absolute;
@@ -1018,8 +1018,8 @@
1018
1018
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1019
1019
  color: rgba(0, 0, 0, 0.54) !important;
1020
1020
  }
1021
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1022
- box-shadow: none !important;
1021
+ .e-pivotview .e-grid th.e-leftfreeze {
1022
+ border-left-width: 0 !important;
1023
1023
  }
1024
1024
  .e-pivotview .e-grid .e-pivot-content-loader {
1025
1025
  position: absolute;