@syncfusion/ej2-bootstrap5-dark-theme 34.1.29 → 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.
Files changed (63) hide show
  1. package/package.json +2 -2
  2. package/styles/ai-assistview/index-lite.css +2 -1
  3. package/styles/ai-assistview/index-lite.scss +2 -1
  4. package/styles/ai-assistview/index.css +2 -1
  5. package/styles/ai-assistview/index.scss +2 -1
  6. package/styles/base/base.css +10 -1
  7. package/styles/button/_mixin.scss +1 -0
  8. package/styles/color-picker/_bigger.scss +3 -0
  9. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  10. package/styles/color-picker/_layout.scss +5 -0
  11. package/styles/color-picker/color-picker-lite.css +5 -0
  12. package/styles/color-picker/color-picker.css +10 -0
  13. package/styles/document-editor/_theme.scss +26 -0
  14. package/styles/document-editor/document-editor-lite.css +21 -0
  15. package/styles/document-editor/document-editor.css +21 -0
  16. package/styles/file-manager/_layout.scss +5 -0
  17. package/styles/file-manager/file-manager-lite.css +5 -0
  18. package/styles/file-manager/file-manager.css +5 -0
  19. package/styles/gantt/index-lite.css +1 -0
  20. package/styles/gantt/index-lite.scss +1 -0
  21. package/styles/gantt/index.css +1 -0
  22. package/styles/gantt/index.scss +1 -0
  23. package/styles/grid/_theme.scss +1 -1
  24. package/styles/grid/grid-lite.css +1 -1
  25. package/styles/grid/grid.css +1 -1
  26. package/styles/icons/bootstrap5.css +10 -1
  27. package/styles/icons/bootstrap5.scss +4 -1
  28. package/styles/inline-ai-assist/_bootstrap5-dark-definition.scss +2 -1
  29. package/styles/inline-ai-assist/_layout.scss +1 -0
  30. package/styles/inline-ai-assist/_theme.scss +4 -0
  31. package/styles/inline-ai-assist/index-lite.css +1 -1
  32. package/styles/inline-ai-assist/index-lite.scss +1 -1
  33. package/styles/inline-ai-assist/index.css +1 -1
  34. package/styles/inline-ai-assist/index.scss +1 -1
  35. package/styles/inline-ai-assist/inline-ai-assist-lite.css +6 -2
  36. package/styles/inline-ai-assist/inline-ai-assist.css +6 -2
  37. package/styles/inplace-editor/index-lite.css +1 -0
  38. package/styles/inplace-editor/index-lite.scss +1 -0
  39. package/styles/inplace-editor/index.css +1 -0
  40. package/styles/inplace-editor/index.scss +1 -0
  41. package/styles/pager/_layout.scss +10 -0
  42. package/styles/pager/pager-lite.css +8 -0
  43. package/styles/pager/pager.css +8 -0
  44. package/styles/pdfviewer/_theme.scss +46 -24
  45. package/styles/pdfviewer/index-lite.css +1 -0
  46. package/styles/pdfviewer/index-lite.scss +1 -0
  47. package/styles/pdfviewer/index.css +1 -0
  48. package/styles/pdfviewer/index.scss +1 -0
  49. package/styles/pivotview/_theme.scss +2 -2
  50. package/styles/pivotview/pivotview-lite.css +2 -2
  51. package/styles/pivotview/pivotview.css +2 -2
  52. package/styles/rich-text-editor/index-lite.css +1 -0
  53. package/styles/rich-text-editor/index-lite.scss +1 -0
  54. package/styles/rich-text-editor/index.css +1 -0
  55. package/styles/rich-text-editor/index.scss +1 -0
  56. package/styles/smartpdfviewer/index-lite.css +1 -1
  57. package/styles/smartpdfviewer/index-lite.scss +1 -1
  58. package/styles/smartpdfviewer/index.css +1 -1
  59. package/styles/smartpdfviewer/index.scss +1 -1
  60. package/styles/spreadsheet/index-lite.css +1 -0
  61. package/styles/spreadsheet/index-lite.scss +1 -0
  62. package/styles/spreadsheet/index.css +1 -0
  63. package/styles/spreadsheet/index.scss +1 -0
@@ -362,6 +362,7 @@
362
362
  background: $btn-outline-disabled-bgcolor !important; /* stylelint-disable-line declaration-no-important */
363
363
  border-color: $btn-outline-disabled-border-color !important; /* stylelint-disable-line declaration-no-important */
364
364
  color: $btn-outline-disabled-color !important; /* stylelint-disable-line declaration-no-important */
365
+ outline: none !important; /* stylelint-disable-line declaration-no-important */
365
366
  }
366
367
  @else if $skin-name == 'tailwind3' {
367
368
  border: 1px solid $secondary-border-color-disabled;
@@ -72,6 +72,9 @@
72
72
  @else {
73
73
  width: $cpicker-bigger-container-width;
74
74
  }
75
+ @media screen and (max-width: 480px) {
76
+ width: $cpicker-media-width;
77
+ }
75
78
 
76
79
  & .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
77
80
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
@@ -186,3 +186,4 @@ $show-value-palette-width: 270px !default;
186
186
  $color-half-border-width: .5px !default;
187
187
  $selected-value-float-text-right: -12px !default;
188
188
  $cpicker-cont-color-ctrl-btn-padding-top: 12px !default;
189
+ $cpicker-media-width: 344px !default;
@@ -221,6 +221,11 @@
221
221
  @else {
222
222
  width: $cpicker-container-width;
223
223
  }
224
+
225
+ @media screen and (max-width: 480px) {
226
+ width: $cpicker-media-width;
227
+ }
228
+
224
229
  @if $skin-name == 'bootstrap4' {
225
230
  background-color: $content-bg;
226
231
  border: 1px solid $cpicker-shadow;
@@ -130,6 +130,11 @@ body.e-colorpicker-overflow {
130
130
  .e-container.e-color-picker {
131
131
  width: 341px;
132
132
  }
133
+ @media screen and (max-width: 480px) {
134
+ .e-container.e-color-picker {
135
+ width: 344px;
136
+ }
137
+ }
133
138
  .e-container.e-color-picker .e-mode-switch-btn {
134
139
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
135
140
  }
@@ -130,6 +130,11 @@ body.e-colorpicker-overflow {
130
130
  .e-container.e-color-picker {
131
131
  width: 341px;
132
132
  }
133
+ @media screen and (max-width: 480px) {
134
+ .e-container.e-color-picker {
135
+ width: 344px;
136
+ }
137
+ }
133
138
  .e-container.e-color-picker .e-mode-switch-btn {
134
139
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
135
140
  }
@@ -655,6 +660,11 @@ body.e-colorpicker-overflow {
655
660
  .e-bigger .e-container.e-color-picker {
656
661
  width: 462px;
657
662
  }
663
+ @media screen and (max-width: 480px) {
664
+ .e-bigger .e-container.e-color-picker {
665
+ width: 344px;
666
+ }
667
+ }
658
668
  @media only screen and (max-width: 600px) {
659
669
  .e-bigger .e-container.e-color-picker {
660
670
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
@@ -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
  }
@@ -1441,6 +1441,27 @@ label[for*=_wholeWord_e-de-rtl] {
1441
1441
  display: -ms-flexbox;
1442
1442
  display: flex;
1443
1443
  }
1444
+ .e-de-loading-dots::after {
1445
+ content: "";
1446
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1447
+ }
1448
+ @keyframes e-de-loading-dots-animation {
1449
+ 0% {
1450
+ content: "";
1451
+ }
1452
+ 25% {
1453
+ content: ".";
1454
+ }
1455
+ 50% {
1456
+ content: "..";
1457
+ }
1458
+ 75% {
1459
+ content: "...";
1460
+ }
1461
+ 100% {
1462
+ content: "";
1463
+ }
1464
+ }
1444
1465
  .e-dlg-spellcheck-listitem {
1445
1466
  font-size: 15px !important;
1446
1467
  }
@@ -1441,6 +1441,27 @@ label[for*=_wholeWord_e-de-rtl] {
1441
1441
  display: -ms-flexbox;
1442
1442
  display: flex;
1443
1443
  }
1444
+ .e-de-loading-dots::after {
1445
+ content: "";
1446
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1447
+ }
1448
+ @keyframes e-de-loading-dots-animation {
1449
+ 0% {
1450
+ content: "";
1451
+ }
1452
+ 25% {
1453
+ content: ".";
1454
+ }
1455
+ 50% {
1456
+ content: "..";
1457
+ }
1458
+ 75% {
1459
+ content: "...";
1460
+ }
1461
+ 100% {
1462
+ content: "";
1463
+ }
1464
+ }
1444
1465
  .e-dlg-spellcheck-listitem {
1445
1466
  font-size: 15px !important;
1446
1467
  }
@@ -978,6 +978,11 @@
978
978
  text-align: center;
979
979
  top: 0;
980
980
  }
981
+ .e-fe-count.e-fm-template {
982
+ position: absolute;
983
+ right: -5px;
984
+ top: -5px;
985
+ }
981
986
  }
982
987
 
983
988
  &.e-rtl {
@@ -465,6 +465,11 @@ ejs-filemanager {
465
465
  text-align: center;
466
466
  top: 0;
467
467
  }
468
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
469
+ position: absolute;
470
+ right: -5px;
471
+ top: -5px;
472
+ }
468
473
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
469
474
  display: inline-table;
470
475
  transform: rotate(180deg);
@@ -465,6 +465,11 @@ ejs-filemanager {
465
465
  text-align: center;
466
466
  top: 0;
467
467
  }
468
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
469
+ position: absolute;
470
+ right: -5px;
471
+ top: -5px;
472
+ }
468
473
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
469
474
  display: inline-table;
470
475
  transform: rotate(180deg);
@@ -31,6 +31,7 @@
31
31
  @import '../uploader/uploader-lite.css';
32
32
  @import '../menu/menu-lite.css';
33
33
  @import '../ai-assistview/ai-assistview-lite.css';
34
+ @import '../floating-action-button/floating-action-button-lite.css';
34
35
  @import '../textarea/textarea.css';
35
36
  @import '../textbox/textbox-lite.css';
36
37
  @import '../skeleton/skeleton.css';
@@ -31,6 +31,7 @@
31
31
  @use '../uploader/uploader-lite' as *;
32
32
  @use '../menu/menu-lite' as *;
33
33
  @use '../ai-assistview/ai-assistview-lite' as *;
34
+ @use '../floating-action-button/floating-action-button-lite' as *;
34
35
  @use '../textarea/textarea' as *;
35
36
  @use '../textbox/textbox-lite' as *;
36
37
  @use '../skeleton/skeleton' as *;
@@ -31,6 +31,7 @@
31
31
  @import '../uploader/uploader.css';
32
32
  @import '../menu/menu.css';
33
33
  @import '../ai-assistview/ai-assistview.css';
34
+ @import '../floating-action-button/floating-action-button.css';
34
35
  @import '../textarea/textarea.css';
35
36
  @import '../textbox/textbox.css';
36
37
  @import '../skeleton/skeleton.css';
@@ -31,6 +31,7 @@
31
31
  @use '../uploader/uploader' as *;
32
32
  @use '../menu/menu' as *;
33
33
  @use '../ai-assistview/ai-assistview' as *;
34
+ @use '../floating-action-button/floating-action-button' as *;
34
35
  @use '../textarea/textarea' as *;
35
36
  @use '../textbox/textbox' as *;
36
37
  @use '../skeleton/skeleton' as *;
@@ -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
 
@@ -3381,7 +3381,7 @@
3381
3381
  background: rgb(60.2918918919, 67.6, 74.9081081081);
3382
3382
  color: #0d6efd;
3383
3383
  }
3384
- .e-grid td:hover.e-cellselectionbackground {
3384
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3385
3385
  background: #495057;
3386
3386
  }
3387
3387
  .e-grid .e-filterbarcell,
@@ -3381,7 +3381,7 @@
3381
3381
  background: rgb(60.2918918919, 67.6, 74.9081081081);
3382
3382
  color: #0d6efd;
3383
3383
  }
3384
- .e-grid td:hover.e-cellselectionbackground {
3384
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3385
3385
  background: #495057;
3386
3386
  }
3387
3387
  .e-grid .e-filterbarcell,