@syncfusion/ej2-bootstrap5.3-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.3-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.3-definition.scss +3 -2
  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 +7 -3
  36. package/styles/inline-ai-assist/inline-ai-assist.css +7 -3
  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' {
@@ -190,3 +190,4 @@ $show-value-palette-width: 270px !default;
190
190
  $color-half-border-width: .5px !default;
191
191
  $selected-value-float-text-right: -12px !default;
192
192
  $cpicker-cont-color-ctrl-btn-padding-top: 12px !default;
193
+ $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;
@@ -133,6 +133,11 @@ body.e-colorpicker-overflow {
133
133
  .e-container.e-color-picker {
134
134
  width: 341px;
135
135
  }
136
+ @media screen and (max-width: 480px) {
137
+ .e-container.e-color-picker {
138
+ width: 344px;
139
+ }
140
+ }
136
141
  .e-container.e-color-picker .e-mode-switch-btn {
137
142
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
138
143
  }
@@ -133,6 +133,11 @@ body.e-colorpicker-overflow {
133
133
  .e-container.e-color-picker {
134
134
  width: 341px;
135
135
  }
136
+ @media screen and (max-width: 480px) {
137
+ .e-container.e-color-picker {
138
+ width: 344px;
139
+ }
140
+ }
136
141
  .e-container.e-color-picker .e-mode-switch-btn {
137
142
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
138
143
  }
@@ -663,6 +668,11 @@ body.e-colorpicker-overflow {
663
668
  .e-bigger .e-container.e-color-picker {
664
669
  width: 462px;
665
670
  }
671
+ @media screen and (max-width: 480px) {
672
+ .e-bigger .e-container.e-color-picker {
673
+ width: 344px;
674
+ }
675
+ }
666
676
  @media only screen and (max-width: 600px) {
667
677
  .e-bigger .e-container.e-color-picker {
668
678
  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
  }
@@ -2023,6 +2023,27 @@ label[for*=_wholeWord_e-de-rtl] {
2023
2023
  display: -ms-flexbox;
2024
2024
  display: flex;
2025
2025
  }
2026
+ .e-de-loading-dots::after {
2027
+ content: "";
2028
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2029
+ }
2030
+ @keyframes e-de-loading-dots-animation {
2031
+ 0% {
2032
+ content: "";
2033
+ }
2034
+ 25% {
2035
+ content: ".";
2036
+ }
2037
+ 50% {
2038
+ content: "..";
2039
+ }
2040
+ 75% {
2041
+ content: "...";
2042
+ }
2043
+ 100% {
2044
+ content: "";
2045
+ }
2046
+ }
2026
2047
  .e-dlg-spellcheck-listitem {
2027
2048
  font-size: 15px !important;
2028
2049
  }
@@ -2023,6 +2023,27 @@ label[for*=_wholeWord_e-de-rtl] {
2023
2023
  display: -ms-flexbox;
2024
2024
  display: flex;
2025
2025
  }
2026
+ .e-de-loading-dots::after {
2027
+ content: "";
2028
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2029
+ }
2030
+ @keyframes e-de-loading-dots-animation {
2031
+ 0% {
2032
+ content: "";
2033
+ }
2034
+ 25% {
2035
+ content: ".";
2036
+ }
2037
+ 50% {
2038
+ content: "..";
2039
+ }
2040
+ 75% {
2041
+ content: "...";
2042
+ }
2043
+ 100% {
2044
+ content: "";
2045
+ }
2046
+ }
2026
2047
  .e-dlg-spellcheck-listitem {
2027
2048
  font-size: 15px !important;
2028
2049
  }
@@ -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 {
@@ -636,6 +636,11 @@ ejs-filemanager {
636
636
  text-align: center;
637
637
  top: 0;
638
638
  }
639
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
640
+ position: absolute;
641
+ right: -5px;
642
+ top: -5px;
643
+ }
639
644
  .e-filemanager.e-rtl .e-treeview > .e-ul {
640
645
  padding: 0 8px 0 0;
641
646
  }
@@ -636,6 +636,11 @@ ejs-filemanager {
636
636
  text-align: center;
637
637
  top: 0;
638
638
  }
639
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
640
+ position: absolute;
641
+ right: -5px;
642
+ top: -5px;
643
+ }
639
644
  .e-filemanager.e-rtl .e-treeview > .e-ul {
640
645
  padding: 0 8px 0 0;
641
646
  }
@@ -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
 
@@ -3699,7 +3699,7 @@
3699
3699
  background: linear-gradient(0deg, var(--color-sf-table-bg-color-selected), var(--color-sf-table-bg-color-selected)), linear-gradient(0deg, var(--color-sf-content-bg-color), var(--color-sf-content-bg-color));
3700
3700
  color: var(--color-sf-content-bg-color-selected);
3701
3701
  }
3702
- .e-grid td:hover.e-cellselectionbackground {
3702
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3703
3703
  background: rgb(214, 214, 214);
3704
3704
  }
3705
3705
  .e-grid .e-filterbarcell,
@@ -3699,7 +3699,7 @@
3699
3699
  background: linear-gradient(0deg, var(--color-sf-table-bg-color-selected), var(--color-sf-table-bg-color-selected)), linear-gradient(0deg, var(--color-sf-content-bg-color), var(--color-sf-content-bg-color));
3700
3700
  color: var(--color-sf-content-bg-color-selected);
3701
3701
  }
3702
- .e-grid td:hover.e-cellselectionbackground {
3702
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3703
3703
  background: rgb(214, 214, 214);
3704
3704
  }
3705
3705
  .e-grid .e-filterbarcell,