@syncfusion/ej2-angular-spreadsheet 20.3.52 → 20.3.56-ngcc
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.
- package/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/CHANGELOG.md +1318 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1586 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +0 -15
- package/styles/bootstrap.css +0 -15
- package/styles/bootstrap4.css +0 -15
- package/styles/bootstrap5-dark.css +0 -15
- package/styles/bootstrap5.css +0 -15
- package/styles/fabric-dark.css +0 -15
- package/styles/fabric.css +0 -15
- package/styles/fluent-dark.css +0 -15
- package/styles/fluent.css +0 -15
- package/styles/highcontrast-light.css +0 -15
- package/styles/highcontrast.css +0 -15
- package/styles/material-dark.css +0 -15
- package/styles/material.css +0 -15
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +0 -15
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +0 -15
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +0 -15
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +0 -15
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +0 -15
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +0 -15
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +0 -15
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +0 -15
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +0 -15
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +0 -15
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +0 -15
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +0 -15
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +0 -15
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +0 -15
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +0 -15
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +0 -15
- package/styles/tailwind.css +0 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -241
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -154
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-definition.scss +0 -151
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -152
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -3025
- package/styles/spreadsheet/_material-dark-definition.scss +0 -153
- package/styles/spreadsheet/_material-definition.scss +0 -151
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -158
- package/styles/spreadsheet/_theme.scss +0 -1365
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -683,9 +683,6 @@
|
|
|
683
683
|
display: inline-table;
|
|
684
684
|
padding-top: 3px;
|
|
685
685
|
}
|
|
686
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
687
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
688
|
-
}
|
|
689
686
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
690
687
|
font-size: 18px;
|
|
691
688
|
line-height: 21px;
|
|
@@ -702,9 +699,6 @@
|
|
|
702
699
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
703
700
|
margin-top: 10px;
|
|
704
701
|
}
|
|
705
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
706
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
707
|
-
}
|
|
708
702
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
709
703
|
font-size: 18px;
|
|
710
704
|
line-height: 21px;
|
|
@@ -1956,9 +1950,6 @@
|
|
|
1956
1950
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1957
1951
|
text-align: left;
|
|
1958
1952
|
}
|
|
1959
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1960
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1961
|
-
}
|
|
1962
1953
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1963
1954
|
font-size: 18px;
|
|
1964
1955
|
line-height: 31px;
|
|
@@ -1976,9 +1967,6 @@
|
|
|
1976
1967
|
line-height: 24px;
|
|
1977
1968
|
margin-bottom: 4px;
|
|
1978
1969
|
}
|
|
1979
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1980
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1981
|
-
}
|
|
1982
1970
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1983
1971
|
font-size: 18px;
|
|
1984
1972
|
line-height: 21px;
|
|
@@ -1995,9 +1983,6 @@
|
|
|
1995
1983
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1996
1984
|
margin-top: 10px;
|
|
1997
1985
|
}
|
|
1998
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1999
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2000
|
-
}
|
|
2001
1986
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2002
1987
|
font-size: 18px;
|
|
2003
1988
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'bootstrap-dark-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
|
|
@@ -689,9 +689,6 @@
|
|
|
689
689
|
display: inline-table;
|
|
690
690
|
padding-top: 3px;
|
|
691
691
|
}
|
|
692
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
693
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
-
}
|
|
695
692
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
696
693
|
font-size: 18px;
|
|
697
694
|
line-height: 21px;
|
|
@@ -708,9 +705,6 @@
|
|
|
708
705
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
709
706
|
margin-top: 10px;
|
|
710
707
|
}
|
|
711
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
712
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
713
|
-
}
|
|
714
708
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
715
709
|
font-size: 18px;
|
|
716
710
|
line-height: 21px;
|
|
@@ -1981,9 +1975,6 @@
|
|
|
1981
1975
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1982
1976
|
text-align: left;
|
|
1983
1977
|
}
|
|
1984
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1985
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
|
-
}
|
|
1987
1978
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1988
1979
|
font-size: 18px;
|
|
1989
1980
|
line-height: 31px;
|
|
@@ -2001,9 +1992,6 @@
|
|
|
2001
1992
|
line-height: 24px;
|
|
2002
1993
|
margin-bottom: 4px;
|
|
2003
1994
|
}
|
|
2004
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2005
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
-
}
|
|
2007
1995
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2008
1996
|
font-size: 18px;
|
|
2009
1997
|
line-height: 21px;
|
|
@@ -2020,9 +2008,6 @@
|
|
|
2020
2008
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2021
2009
|
margin-top: 10px;
|
|
2022
2010
|
}
|
|
2023
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2024
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2025
|
-
}
|
|
2026
2011
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2027
2012
|
font-size: 18px;
|
|
2028
2013
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
21
|
-
@import 'bootstrap-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap.scss';
|
|
@@ -732,9 +732,6 @@
|
|
|
732
732
|
display: inline-table;
|
|
733
733
|
padding-top: 3px;
|
|
734
734
|
}
|
|
735
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
736
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
737
|
-
}
|
|
738
735
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
739
736
|
font-size: 18px;
|
|
740
737
|
line-height: 21px;
|
|
@@ -751,9 +748,6 @@
|
|
|
751
748
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
752
749
|
margin-top: 10px;
|
|
753
750
|
}
|
|
754
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
755
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
756
|
-
}
|
|
757
751
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
758
752
|
font-size: 18px;
|
|
759
753
|
line-height: 21px;
|
|
@@ -2029,9 +2023,6 @@
|
|
|
2029
2023
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2030
2024
|
text-align: left;
|
|
2031
2025
|
}
|
|
2032
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2034
|
-
}
|
|
2035
2026
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2027
|
font-size: 18px;
|
|
2037
2028
|
line-height: 31px;
|
|
@@ -2049,9 +2040,6 @@
|
|
|
2049
2040
|
line-height: 24px;
|
|
2050
2041
|
margin-bottom: 4px;
|
|
2051
2042
|
}
|
|
2052
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2053
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2054
|
-
}
|
|
2055
2043
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2056
2044
|
font-size: 18px;
|
|
2057
2045
|
line-height: 21px;
|
|
@@ -2068,9 +2056,6 @@
|
|
|
2068
2056
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2069
2057
|
margin-top: 10px;
|
|
2070
2058
|
}
|
|
2071
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2072
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2073
|
-
}
|
|
2074
2059
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2075
2060
|
font-size: 18px;
|
|
2076
2061
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap4-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
21
|
-
@import 'bootstrap4-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap4.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap4.scss';
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -2013,9 +2007,6 @@
|
|
|
2013
2007
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2008
|
text-align: left;
|
|
2015
2009
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2010
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2011
|
font-size: 18px;
|
|
2021
2012
|
line-height: 31px;
|
|
@@ -2033,9 +2024,6 @@
|
|
|
2033
2024
|
line-height: 24px;
|
|
2034
2025
|
margin-bottom: 4px;
|
|
2035
2026
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2027
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2028
|
font-size: 18px;
|
|
2041
2029
|
line-height: 21px;
|
|
@@ -2052,9 +2040,6 @@
|
|
|
2052
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2041
|
margin-top: 10px;
|
|
2054
2042
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2043
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2044
|
font-size: 18px;
|
|
2060
2045
|
line-height: 21px;
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
|
|
20
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark.scss';
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -2013,9 +2007,6 @@
|
|
|
2013
2007
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2008
|
text-align: left;
|
|
2015
2009
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2010
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2011
|
font-size: 18px;
|
|
2021
2012
|
line-height: 31px;
|
|
@@ -2033,9 +2024,6 @@
|
|
|
2033
2024
|
line-height: 24px;
|
|
2034
2025
|
margin-bottom: 4px;
|
|
2035
2026
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2027
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2028
|
font-size: 18px;
|
|
2041
2029
|
line-height: 21px;
|
|
@@ -2052,9 +2040,6 @@
|
|
|
2052
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2041
|
margin-top: 10px;
|
|
2054
2042
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2043
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2044
|
font-size: 18px;
|
|
2060
2045
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
|
|
21
|
-
@import 'bootstrap5-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap5.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.scss';
|
|
@@ -659,9 +659,6 @@
|
|
|
659
659
|
display: inline-table;
|
|
660
660
|
padding-top: 3px;
|
|
661
661
|
}
|
|
662
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
663
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
664
|
-
}
|
|
665
662
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
666
663
|
font-size: 18px;
|
|
667
664
|
line-height: 21px;
|
|
@@ -678,9 +675,6 @@
|
|
|
678
675
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
679
676
|
margin-top: 10px;
|
|
680
677
|
}
|
|
681
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
682
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
-
}
|
|
684
678
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
685
679
|
font-size: 18px;
|
|
686
680
|
line-height: 21px;
|
|
@@ -1935,9 +1929,6 @@
|
|
|
1935
1929
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1936
1930
|
text-align: left;
|
|
1937
1931
|
}
|
|
1938
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1939
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1940
|
-
}
|
|
1941
1932
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1942
1933
|
font-size: 18px;
|
|
1943
1934
|
line-height: 31px;
|
|
@@ -1955,9 +1946,6 @@
|
|
|
1955
1946
|
line-height: 24px;
|
|
1956
1947
|
margin-bottom: 4px;
|
|
1957
1948
|
}
|
|
1958
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1959
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1960
|
-
}
|
|
1961
1949
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1962
1950
|
font-size: 18px;
|
|
1963
1951
|
line-height: 21px;
|
|
@@ -1974,9 +1962,6 @@
|
|
|
1974
1962
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1975
1963
|
margin-top: 10px;
|
|
1976
1964
|
}
|
|
1977
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1978
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
}
|
|
1980
1965
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1981
1966
|
font-size: 18px;
|
|
1982
1967
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fabric-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fabric-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fabric-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
|
|
21
|
-
@import 'fabric-dark-definition.scss';
|
|
22
|
-
@import 'icons/fabric-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fabric-dark.scss';
|
|
@@ -662,9 +662,6 @@
|
|
|
662
662
|
display: inline-table;
|
|
663
663
|
padding-top: 3px;
|
|
664
664
|
}
|
|
665
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
-
}
|
|
668
665
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
669
666
|
font-size: 18px;
|
|
670
667
|
line-height: 21px;
|
|
@@ -681,9 +678,6 @@
|
|
|
681
678
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
682
679
|
margin-top: 10px;
|
|
683
680
|
}
|
|
684
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
-
}
|
|
687
681
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
688
682
|
font-size: 18px;
|
|
689
683
|
line-height: 21px;
|
|
@@ -1943,9 +1937,6 @@
|
|
|
1943
1937
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1944
1938
|
text-align: left;
|
|
1945
1939
|
}
|
|
1946
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1947
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1948
|
-
}
|
|
1949
1940
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1950
1941
|
font-size: 18px;
|
|
1951
1942
|
line-height: 31px;
|
|
@@ -1963,9 +1954,6 @@
|
|
|
1963
1954
|
line-height: 24px;
|
|
1964
1955
|
margin-bottom: 4px;
|
|
1965
1956
|
}
|
|
1966
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1967
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1968
|
-
}
|
|
1969
1957
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1970
1958
|
font-size: 18px;
|
|
1971
1959
|
line-height: 21px;
|
|
@@ -1982,9 +1970,6 @@
|
|
|
1982
1970
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1983
1971
|
margin-top: 10px;
|
|
1984
1972
|
}
|
|
1985
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1986
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
-
}
|
|
1988
1973
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1989
1974
|
font-size: 18px;
|
|
1990
1975
|
line-height: 21px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fabric-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
|
|
21
|
-
@import 'fabric-definition.scss';
|
|
22
|
-
@import 'icons/fabric.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fabric.scss';
|
|
@@ -715,9 +715,6 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
-
}
|
|
721
718
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
719
|
font-size: 18px;
|
|
723
720
|
line-height: 21px;
|
|
@@ -734,9 +731,6 @@
|
|
|
734
731
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
735
732
|
margin-top: 10px;
|
|
736
733
|
}
|
|
737
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
-
}
|
|
740
734
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
735
|
font-size: 18px;
|
|
742
736
|
line-height: 21px;
|
|
@@ -1991,9 +1985,6 @@
|
|
|
1991
1985
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1992
1986
|
text-align: left;
|
|
1993
1987
|
}
|
|
1994
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1995
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
|
-
}
|
|
1997
1988
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1998
1989
|
font-size: 18px;
|
|
1999
1990
|
line-height: 31px;
|
|
@@ -2011,9 +2002,6 @@
|
|
|
2011
2002
|
line-height: 24px;
|
|
2012
2003
|
margin-bottom: 4px;
|
|
2013
2004
|
}
|
|
2014
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2015
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2016
|
-
}
|
|
2017
2005
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2018
2006
|
font-size: 18px;
|
|
2019
2007
|
line-height: 21px;
|
|
@@ -2030,9 +2018,6 @@
|
|
|
2030
2018
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2031
2019
|
margin-top: 10px;
|
|
2032
2020
|
}
|
|
2033
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2034
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
|
-
}
|
|
2036
2021
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2037
2022
|
font-size: 18px;
|
|
2038
2023
|
line-height: 21px;
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
20
|
-
@import 'fluent-dark-definition.scss';
|
|
21
|
-
@import 'icons/fluent-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';
|
|
@@ -715,9 +715,6 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
-
}
|
|
721
718
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
719
|
font-size: 18px;
|
|
723
720
|
line-height: 21px;
|
|
@@ -734,9 +731,6 @@
|
|
|
734
731
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
735
732
|
margin-top: 10px;
|
|
736
733
|
}
|
|
737
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
-
}
|
|
740
734
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
735
|
font-size: 18px;
|
|
742
736
|
line-height: 21px;
|
|
@@ -1991,9 +1985,6 @@
|
|
|
1991
1985
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1992
1986
|
text-align: left;
|
|
1993
1987
|
}
|
|
1994
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1995
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
|
-
}
|
|
1997
1988
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1998
1989
|
font-size: 18px;
|
|
1999
1990
|
line-height: 31px;
|
|
@@ -2011,9 +2002,6 @@
|
|
|
2011
2002
|
line-height: 24px;
|
|
2012
2003
|
margin-bottom: 4px;
|
|
2013
2004
|
}
|
|
2014
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2015
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2016
|
-
}
|
|
2017
2005
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2018
2006
|
font-size: 18px;
|
|
2019
2007
|
line-height: 21px;
|
|
@@ -2030,9 +2018,6 @@
|
|
|
2030
2018
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2031
2019
|
margin-top: 10px;
|
|
2032
2020
|
}
|
|
2033
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2034
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
|
-
}
|
|
2036
2021
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2037
2022
|
font-size: 18px;
|
|
2038
2023
|
line-height: 21px;
|