@syncfusion/ej2-bootstrap-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/_bootstrap-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/bootstrap.css +10 -1
  27. package/styles/icons/bootstrap.scss +4 -1
  28. package/styles/inline-ai-assist/_bootstrap-dark-definition.scss +1 -0
  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 +4 -0
  36. package/styles/inline-ai-assist/inline-ai-assist.css +4 -0
  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' {
@@ -178,3 +178,4 @@ $show-value-palette-width: 270px !default;
178
178
  $color-half-border-width: .5px !default;
179
179
  $selected-value-float-text-right: -12px !default;
180
180
  $cpicker-cont-color-ctrl-btn-padding-top: 12px !default;
181
+ $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;
@@ -113,6 +113,11 @@ body.e-colorpicker-overflow {
113
113
  .e-container.e-color-picker {
114
114
  width: 270px;
115
115
  }
116
+ @media screen and (max-width: 480px) {
117
+ .e-container.e-color-picker {
118
+ width: 344px;
119
+ }
120
+ }
116
121
  .e-container.e-color-picker .e-mode-switch-btn {
117
122
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
118
123
  }
@@ -113,6 +113,11 @@ body.e-colorpicker-overflow {
113
113
  .e-container.e-color-picker {
114
114
  width: 270px;
115
115
  }
116
+ @media screen and (max-width: 480px) {
117
+ .e-container.e-color-picker {
118
+ width: 344px;
119
+ }
120
+ }
116
121
  .e-container.e-color-picker .e-mode-switch-btn {
117
122
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
118
123
  }
@@ -614,6 +619,11 @@ body.e-colorpicker-overflow {
614
619
  .e-bigger .e-container.e-color-picker {
615
620
  width: 290px;
616
621
  }
622
+ @media screen and (max-width: 480px) {
623
+ .e-bigger .e-container.e-color-picker {
624
+ width: 344px;
625
+ }
626
+ }
617
627
  .e-bigger .e-container .e-palette .e-tile {
618
628
  height: 29px;
619
629
  width: 29px;
@@ -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
  }
@@ -1914,6 +1914,27 @@ label[for*=_wholeWord_e-de-rtl] {
1914
1914
  display: -ms-flexbox;
1915
1915
  display: flex;
1916
1916
  }
1917
+ .e-de-loading-dots::after {
1918
+ content: "";
1919
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1920
+ }
1921
+ @keyframes e-de-loading-dots-animation {
1922
+ 0% {
1923
+ content: "";
1924
+ }
1925
+ 25% {
1926
+ content: ".";
1927
+ }
1928
+ 50% {
1929
+ content: "..";
1930
+ }
1931
+ 75% {
1932
+ content: "...";
1933
+ }
1934
+ 100% {
1935
+ content: "";
1936
+ }
1937
+ }
1917
1938
  .e-dlg-spellcheck-listitem {
1918
1939
  font-size: 15px !important;
1919
1940
  }
@@ -1914,6 +1914,27 @@ label[for*=_wholeWord_e-de-rtl] {
1914
1914
  display: -ms-flexbox;
1915
1915
  display: flex;
1916
1916
  }
1917
+ .e-de-loading-dots::after {
1918
+ content: "";
1919
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1920
+ }
1921
+ @keyframes e-de-loading-dots-animation {
1922
+ 0% {
1923
+ content: "";
1924
+ }
1925
+ 25% {
1926
+ content: ".";
1927
+ }
1928
+ 50% {
1929
+ content: "..";
1930
+ }
1931
+ 75% {
1932
+ content: "...";
1933
+ }
1934
+ 100% {
1935
+ content: "";
1936
+ }
1937
+ }
1917
1938
  .e-dlg-spellcheck-listitem {
1918
1939
  font-size: 15px !important;
1919
1940
  }
@@ -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 {
@@ -642,6 +642,11 @@ ejs-filemanager {
642
642
  text-align: center;
643
643
  top: 0;
644
644
  }
645
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
646
+ position: absolute;
647
+ right: -5px;
648
+ top: -5px;
649
+ }
645
650
  .e-filemanager.e-rtl .e-treeview > .e-ul {
646
651
  padding: 0 8px 0 0;
647
652
  }
@@ -642,6 +642,11 @@ ejs-filemanager {
642
642
  text-align: center;
643
643
  top: 0;
644
644
  }
645
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
646
+ position: absolute;
647
+ right: -5px;
648
+ top: -5px;
649
+ }
645
650
  .e-filemanager.e-rtl .e-treeview > .e-ul {
646
651
  padding: 0 8px 0 0;
647
652
  }
@@ -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
 
@@ -3700,7 +3700,7 @@
3700
3700
  background: #484848;
3701
3701
  color: #fff;
3702
3702
  }
3703
- .e-grid td:hover.e-cellselectionbackground {
3703
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3704
3704
  background: rgb(72, 72, 72);
3705
3705
  }
3706
3706
  .e-grid .e-filterbarcell,
@@ -3700,7 +3700,7 @@
3700
3700
  background: #484848;
3701
3701
  color: #fff;
3702
3702
  }
3703
- .e-grid td:hover.e-cellselectionbackground {
3703
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3704
3704
  background: rgb(72, 72, 72);
3705
3705
  }
3706
3706
  .e-grid .e-filterbarcell,