@syncfusion/ej2-angular-spreadsheet 20.3.61 → 20.4.38

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