@syncfusion/ej2-vue-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.
- package/CHANGELOG.md +6 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +6 -0
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +6 -0
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +9 -9
- package/src/spreadsheet/spreadsheet.component.d.ts +2 -0
- package/src/spreadsheet/spreadsheet.component.js +6 -0
- 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/spreadsheet/bootstrap-dark.css +0 -15
- package/styles/spreadsheet/bootstrap.css +0 -15
- package/styles/spreadsheet/bootstrap4.css +0 -15
- package/styles/spreadsheet/bootstrap5-dark.css +0 -15
- package/styles/spreadsheet/bootstrap5.css +0 -15
- package/styles/spreadsheet/fabric-dark.css +0 -15
- package/styles/spreadsheet/fabric.css +0 -15
- package/styles/spreadsheet/fluent-dark.css +0 -15
- package/styles/spreadsheet/fluent.css +0 -15
- package/styles/spreadsheet/highcontrast-light.css +0 -15
- package/styles/spreadsheet/highcontrast.css +0 -15
- package/styles/spreadsheet/material-dark.css +0 -15
- package/styles/spreadsheet/material.css +0 -15
- package/styles/spreadsheet/tailwind-dark.css +0 -15
- package/styles/spreadsheet/tailwind.css +0 -15
- package/styles/tailwind-dark.css +0 -15
- package/styles/tailwind.css +0 -15
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-spreadsheet@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-spreadsheet@20.3.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-nJSEFbrcZeIZ9xO/CtdBQD1NiNJMxrTO3Np5tnFlUlvxvWn4zYJ/kMP4c6XC9lJTzs0HZ/+63ezLt0NBobzgpA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-20.3.52.tgz",
|
|
23
|
+
"_shasum": "28da1b4278d1d0bcc2adea1556972abf03f8d621",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1
|
|
25
|
+
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.3.
|
|
35
|
-
"@syncfusion/ej2-spreadsheet": "20.3.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
+
"@syncfusion/ej2-spreadsheet": "20.3.56",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"scripts": {
|
|
69
69
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
70
70
|
},
|
|
71
|
-
"version": "20.3.
|
|
71
|
+
"version": "20.3.56",
|
|
72
72
|
"sideEffects": false
|
|
73
73
|
}
|
|
@@ -101,7 +101,9 @@ export declare class SpreadsheetComponent extends ComponentBase {
|
|
|
101
101
|
selectRange(address: string): void;
|
|
102
102
|
setBorder(style: Object, range?: string, type?: Object): void;
|
|
103
103
|
setColWidth(width: number | string, colIndex: number, sheetIndex?: number): void;
|
|
104
|
+
setColumnsWidth(width: number, ranges?: string[]): void;
|
|
104
105
|
setRowHeight(height: number | string, rowIndex: number, sheetIndex?: number, edited?: boolean): void;
|
|
106
|
+
setRowsHeight(height: number, ranges?: string[]): void;
|
|
105
107
|
showSpinner(): void;
|
|
106
108
|
sort(sortOptions?: Object, range?: string): Object;
|
|
107
109
|
startEdit(): void;
|
|
@@ -344,9 +344,15 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
|
|
|
344
344
|
SpreadsheetComponent.prototype.setColWidth = function (width, colIndex, sheetIndex) {
|
|
345
345
|
return this.ej2Instances.setColWidth(width, colIndex, sheetIndex);
|
|
346
346
|
};
|
|
347
|
+
SpreadsheetComponent.prototype.setColumnsWidth = function (width, ranges) {
|
|
348
|
+
return this.ej2Instances.setColumnsWidth(width, ranges);
|
|
349
|
+
};
|
|
347
350
|
SpreadsheetComponent.prototype.setRowHeight = function (height, rowIndex, sheetIndex, edited) {
|
|
348
351
|
return this.ej2Instances.setRowHeight(height, rowIndex, sheetIndex, edited);
|
|
349
352
|
};
|
|
353
|
+
SpreadsheetComponent.prototype.setRowsHeight = function (height, ranges) {
|
|
354
|
+
return this.ej2Instances.setRowsHeight(height, ranges);
|
|
355
|
+
};
|
|
350
356
|
SpreadsheetComponent.prototype.showSpinner = function () {
|
|
351
357
|
return this.ej2Instances.showSpinner();
|
|
352
358
|
};
|
|
@@ -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;
|
package/styles/bootstrap.css
CHANGED
|
@@ -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;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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;
|
|
@@ -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;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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;
|
package/styles/fabric.css
CHANGED
|
@@ -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;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -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;
|
package/styles/fluent.css
CHANGED
|
@@ -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;
|
|
@@ -104,9 +104,6 @@
|
|
|
104
104
|
display: inline-table;
|
|
105
105
|
padding-top: 3px;
|
|
106
106
|
}
|
|
107
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
108
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
109
|
-
}
|
|
110
107
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
111
108
|
font-size: 18px;
|
|
112
109
|
line-height: 21px;
|
|
@@ -123,9 +120,6 @@
|
|
|
123
120
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
124
121
|
margin-top: 10px;
|
|
125
122
|
}
|
|
126
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
127
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
128
|
-
}
|
|
129
123
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
130
124
|
font-size: 18px;
|
|
131
125
|
line-height: 21px;
|
|
@@ -1377,9 +1371,6 @@
|
|
|
1377
1371
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1378
1372
|
text-align: left;
|
|
1379
1373
|
}
|
|
1380
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1381
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1382
|
-
}
|
|
1383
1374
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1384
1375
|
font-size: 18px;
|
|
1385
1376
|
line-height: 31px;
|
|
@@ -1397,9 +1388,6 @@
|
|
|
1397
1388
|
line-height: 24px;
|
|
1398
1389
|
margin-bottom: 4px;
|
|
1399
1390
|
}
|
|
1400
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1401
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1402
|
-
}
|
|
1403
1391
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1404
1392
|
font-size: 18px;
|
|
1405
1393
|
line-height: 21px;
|
|
@@ -1416,9 +1404,6 @@
|
|
|
1416
1404
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1417
1405
|
margin-top: 10px;
|
|
1418
1406
|
}
|
|
1419
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1420
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1421
|
-
}
|
|
1422
1407
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1423
1408
|
font-size: 18px;
|
|
1424
1409
|
line-height: 21px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -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;
|
|
@@ -1944,9 +1938,6 @@
|
|
|
1944
1938
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1945
1939
|
text-align: left;
|
|
1946
1940
|
}
|
|
1947
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1948
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
|
-
}
|
|
1950
1941
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1951
1942
|
font-size: 18px;
|
|
1952
1943
|
line-height: 31px;
|
|
@@ -1964,9 +1955,6 @@
|
|
|
1964
1955
|
line-height: 24px;
|
|
1965
1956
|
margin-bottom: 4px;
|
|
1966
1957
|
}
|
|
1967
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1968
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
|
-
}
|
|
1970
1958
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1971
1959
|
font-size: 18px;
|
|
1972
1960
|
line-height: 21px;
|
|
@@ -1983,9 +1971,6 @@
|
|
|
1983
1971
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1984
1972
|
margin-top: 10px;
|
|
1985
1973
|
}
|
|
1986
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1987
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
-
}
|
|
1989
1974
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1990
1975
|
font-size: 18px;
|
|
1991
1976
|
line-height: 21px;
|
package/styles/material-dark.css
CHANGED
|
@@ -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;
|
|
@@ -1987,9 +1981,6 @@
|
|
|
1987
1981
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1988
1982
|
text-align: left;
|
|
1989
1983
|
}
|
|
1990
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1991
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
|
-
}
|
|
1993
1984
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1994
1985
|
font-size: 18px;
|
|
1995
1986
|
line-height: 31px;
|
|
@@ -2007,9 +1998,6 @@
|
|
|
2007
1998
|
line-height: 24px;
|
|
2008
1999
|
margin-bottom: 4px;
|
|
2009
2000
|
}
|
|
2010
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2011
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
-
}
|
|
2013
2001
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2014
2002
|
font-size: 18px;
|
|
2015
2003
|
line-height: 21px;
|
|
@@ -2026,9 +2014,6 @@
|
|
|
2026
2014
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2027
2015
|
margin-top: 10px;
|
|
2028
2016
|
}
|
|
2029
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2030
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2031
|
-
}
|
|
2032
2017
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2033
2018
|
font-size: 18px;
|
|
2034
2019
|
line-height: 21px;
|