@syncfusion/ej2-react-spreadsheet 20.3.50 → 20.3.56

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 (34) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/ej2-react-spreadsheet.min.js +1 -1
  3. package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +0 -15
  6. package/styles/bootstrap.css +0 -15
  7. package/styles/bootstrap4.css +0 -15
  8. package/styles/bootstrap5-dark.css +0 -15
  9. package/styles/bootstrap5.css +0 -15
  10. package/styles/fabric-dark.css +0 -15
  11. package/styles/fabric.css +0 -15
  12. package/styles/fluent-dark.css +0 -15
  13. package/styles/fluent.css +0 -15
  14. package/styles/highcontrast-light.css +0 -15
  15. package/styles/highcontrast.css +0 -15
  16. package/styles/material-dark.css +0 -15
  17. package/styles/material.css +0 -15
  18. package/styles/spreadsheet/bootstrap-dark.css +0 -15
  19. package/styles/spreadsheet/bootstrap.css +0 -15
  20. package/styles/spreadsheet/bootstrap4.css +0 -15
  21. package/styles/spreadsheet/bootstrap5-dark.css +0 -15
  22. package/styles/spreadsheet/bootstrap5.css +0 -15
  23. package/styles/spreadsheet/fabric-dark.css +0 -15
  24. package/styles/spreadsheet/fabric.css +0 -15
  25. package/styles/spreadsheet/fluent-dark.css +0 -15
  26. package/styles/spreadsheet/fluent.css +0 -15
  27. package/styles/spreadsheet/highcontrast-light.css +0 -15
  28. package/styles/spreadsheet/highcontrast.css +0 -15
  29. package/styles/spreadsheet/material-dark.css +0 -15
  30. package/styles/spreadsheet/material.css +0 -15
  31. package/styles/spreadsheet/tailwind-dark.css +0 -15
  32. package/styles/spreadsheet/tailwind.css +0 -15
  33. package/styles/tailwind-dark.css +0 -15
  34. package/styles/tailwind.css +0 -15
@@ -743,9 +743,6 @@
743
743
  display: inline-table;
744
744
  padding-top: 3px;
745
745
  }
746
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
747
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
748
- }
749
746
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
750
747
  font-size: 18px;
751
748
  line-height: 21px;
@@ -762,9 +759,6 @@
762
759
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
763
760
  margin-top: 10px;
764
761
  }
765
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
766
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
767
- }
768
762
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
769
763
  font-size: 18px;
770
764
  line-height: 21px;
@@ -2025,9 +2019,6 @@
2025
2019
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2026
2020
  text-align: left;
2027
2021
  }
2028
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2029
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2030
- }
2031
2022
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2032
2023
  font-size: 18px;
2033
2024
  line-height: 31px;
@@ -2045,9 +2036,6 @@
2045
2036
  line-height: 24px;
2046
2037
  margin-bottom: 4px;
2047
2038
  }
2048
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2049
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2050
- }
2051
2039
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2052
2040
  font-size: 18px;
2053
2041
  line-height: 21px;
@@ -2064,9 +2052,6 @@
2064
2052
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2065
2053
  margin-top: 10px;
2066
2054
  }
2067
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2068
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2069
- }
2070
2055
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2071
2056
  font-size: 18px;
2072
2057
  line-height: 21px;
@@ -704,9 +704,6 @@
704
704
  .e-spreadsheet .e-dlg-header-content {
705
705
  padding: 18px;
706
706
  }
707
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
708
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
709
- }
710
707
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
711
708
  font-size: 18px;
712
709
  line-height: 21px;
@@ -723,9 +720,6 @@
723
720
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
724
721
  margin-top: 10px;
725
722
  }
726
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
727
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
728
- }
729
723
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
730
724
  font-size: 18px;
731
725
  line-height: 21px;
@@ -1999,9 +1993,6 @@
1999
1993
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2000
1994
  text-align: left;
2001
1995
  }
2002
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2003
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2004
- }
2005
1996
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2006
1997
  font-size: 18px;
2007
1998
  line-height: 31px;
@@ -2019,9 +2010,6 @@
2019
2010
  line-height: 24px;
2020
2011
  margin-bottom: 4px;
2021
2012
  }
2022
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2023
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2024
- }
2025
2013
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2026
2014
  font-size: 18px;
2027
2015
  line-height: 21px;
@@ -2038,9 +2026,6 @@
2038
2026
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2039
2027
  margin-top: 10px;
2040
2028
  }
2041
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2042
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2043
- }
2044
2029
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2045
2030
  font-size: 18px;
2046
2031
  line-height: 21px;
@@ -704,9 +704,6 @@
704
704
  .e-spreadsheet .e-dlg-header-content {
705
705
  padding: 18px;
706
706
  }
707
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
708
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
709
- }
710
707
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
711
708
  font-size: 18px;
712
709
  line-height: 21px;
@@ -723,9 +720,6 @@
723
720
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
724
721
  margin-top: 10px;
725
722
  }
726
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
727
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
728
- }
729
723
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
730
724
  font-size: 18px;
731
725
  line-height: 21px;
@@ -1999,9 +1993,6 @@
1999
1993
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2000
1994
  text-align: left;
2001
1995
  }
2002
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2003
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2004
- }
2005
1996
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2006
1997
  font-size: 18px;
2007
1998
  line-height: 31px;
@@ -2019,9 +2010,6 @@
2019
2010
  line-height: 24px;
2020
2011
  margin-bottom: 4px;
2021
2012
  }
2022
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2023
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2024
- }
2025
2013
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2026
2014
  font-size: 18px;
2027
2015
  line-height: 21px;
@@ -2038,9 +2026,6 @@
2038
2026
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2039
2027
  margin-top: 10px;
2040
2028
  }
2041
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2042
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2043
- }
2044
2029
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2045
2030
  font-size: 18px;
2046
2031
  line-height: 21px;
@@ -705,9 +705,6 @@
705
705
  .e-spreadsheet .e-dlg-header-content {
706
706
  padding: 18px;
707
707
  }
708
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
709
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
710
- }
711
708
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
712
709
  font-size: 18px;
713
710
  line-height: 21px;
@@ -724,9 +721,6 @@
724
721
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
725
722
  margin-top: 10px;
726
723
  }
727
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
728
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
729
- }
730
724
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
731
725
  font-size: 18px;
732
726
  line-height: 21px;
@@ -2000,9 +1994,6 @@
2000
1994
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2001
1995
  text-align: left;
2002
1996
  }
2003
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2004
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2005
- }
2006
1997
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2007
1998
  font-size: 18px;
2008
1999
  line-height: 31px;
@@ -2020,9 +2011,6 @@
2020
2011
  line-height: 24px;
2021
2012
  margin-bottom: 4px;
2022
2013
  }
2023
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2024
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2025
- }
2026
2014
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2027
2015
  font-size: 18px;
2028
2016
  line-height: 21px;
@@ -2039,9 +2027,6 @@
2039
2027
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2040
2028
  margin-top: 10px;
2041
2029
  }
2042
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2043
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2044
- }
2045
2030
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2046
2031
  font-size: 18px;
2047
2032
  line-height: 21px;
@@ -705,9 +705,6 @@
705
705
  .e-spreadsheet .e-dlg-header-content {
706
706
  padding: 18px;
707
707
  }
708
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
709
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
710
- }
711
708
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
712
709
  font-size: 18px;
713
710
  line-height: 21px;
@@ -724,9 +721,6 @@
724
721
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
725
722
  margin-top: 10px;
726
723
  }
727
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
728
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
729
- }
730
724
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
731
725
  font-size: 18px;
732
726
  line-height: 21px;
@@ -2000,9 +1994,6 @@
2000
1994
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2001
1995
  text-align: left;
2002
1996
  }
2003
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2004
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2005
- }
2006
1997
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2007
1998
  font-size: 18px;
2008
1999
  line-height: 31px;
@@ -2020,9 +2011,6 @@
2020
2011
  line-height: 24px;
2021
2012
  margin-bottom: 4px;
2022
2013
  }
2023
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2024
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2025
- }
2026
2014
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2027
2015
  font-size: 18px;
2028
2016
  line-height: 21px;
@@ -2039,9 +2027,6 @@
2039
2027
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2040
2028
  margin-top: 10px;
2041
2029
  }
2042
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2043
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2044
- }
2045
2030
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2046
2031
  font-size: 18px;
2047
2032
  line-height: 21px;