@syncfusion/ej2-angular-spreadsheet 21.2.10 → 22.1.34
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/README.md +67 -144
- package/esm2020/src/spreadsheet/cells.directive.mjs +1 -1
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/license +10 -0
- package/package.json +23 -9
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +1 -1
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +84 -57
- package/styles/bootstrap.css +84 -57
- package/styles/bootstrap4.css +84 -57
- package/styles/bootstrap5-dark.css +85 -67
- package/styles/bootstrap5.css +85 -67
- package/styles/fabric-dark.css +84 -57
- package/styles/fabric.css +84 -57
- package/styles/fluent-dark.css +84 -61
- package/styles/fluent.css +84 -61
- package/styles/highcontrast-light.css +72 -57
- package/styles/highcontrast.css +84 -57
- package/styles/material-dark.css +84 -59
- package/styles/material.css +84 -56
- package/styles/material3-dark.css +4507 -0
- package/styles/material3-dark.scss +4 -0
- package/styles/material3.css +4563 -0
- package/styles/material3.scss +4 -0
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +7 -0
- package/styles/spreadsheet/_bootstrap-definition.scss +7 -0
- package/styles/spreadsheet/_bootstrap4-definition.scss +7 -0
- package/styles/spreadsheet/_bootstrap5-definition.scss +7 -0
- package/styles/spreadsheet/_fabric-dark-definition.scss +7 -0
- package/styles/spreadsheet/_fabric-definition.scss +8 -1
- package/styles/spreadsheet/_fluent-definition.scss +7 -0
- package/styles/spreadsheet/_highcontrast-definition.scss +7 -0
- package/styles/spreadsheet/_highcontrast-light-definition.scss +7 -0
- package/styles/spreadsheet/_layout.scss +1094 -240
- package/styles/spreadsheet/_material-dark-definition.scss +7 -0
- package/styles/spreadsheet/_material-definition.scss +7 -0
- package/styles/spreadsheet/_material3-dark-definition.scss +1 -0
- package/styles/spreadsheet/_material3-definition.scss +246 -0
- package/styles/spreadsheet/_tailwind-definition.scss +7 -0
- package/styles/spreadsheet/_theme.scss +280 -25
- package/styles/spreadsheet/bootstrap-dark.css +84 -57
- package/styles/spreadsheet/bootstrap.css +84 -57
- package/styles/spreadsheet/bootstrap4.css +84 -57
- package/styles/spreadsheet/bootstrap5-dark.css +85 -67
- package/styles/spreadsheet/bootstrap5.css +85 -67
- package/styles/spreadsheet/fabric-dark.css +84 -57
- package/styles/spreadsheet/fabric.css +84 -57
- package/styles/spreadsheet/fluent-dark.css +84 -61
- package/styles/spreadsheet/fluent.css +84 -61
- package/styles/spreadsheet/highcontrast-light.css +72 -57
- package/styles/spreadsheet/highcontrast.css +84 -57
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +18 -0
- package/styles/spreadsheet/icons/_bootstrap.scss +18 -0
- package/styles/spreadsheet/icons/_bootstrap4.scss +18 -0
- package/styles/spreadsheet/icons/_bootstrap5.scss +18 -0
- package/styles/spreadsheet/icons/_fabric-dark.scss +18 -0
- package/styles/spreadsheet/icons/_fabric.scss +18 -0
- package/styles/spreadsheet/icons/_fluent.scss +18 -0
- package/styles/spreadsheet/icons/_fusionnew.scss +18 -0
- package/styles/spreadsheet/icons/_highcontrast.scss +18 -0
- package/styles/spreadsheet/icons/_material-dark.scss +18 -0
- package/styles/spreadsheet/icons/_material.scss +18 -0
- package/styles/spreadsheet/icons/_material3-dark.scss +1 -0
- package/styles/spreadsheet/icons/_material3.scss +32 -8
- package/styles/spreadsheet/icons/_tailwind-dark.scss +18 -0
- package/styles/spreadsheet/icons/_tailwind.scss +18 -0
- package/styles/spreadsheet/material-dark.css +84 -59
- package/styles/spreadsheet/material.css +84 -56
- package/styles/spreadsheet/material3-dark.css +4366 -0
- package/styles/spreadsheet/material3-dark.scss +23 -0
- package/styles/spreadsheet/material3.css +4422 -0
- package/styles/spreadsheet/material3.scss +24 -0
- package/styles/spreadsheet/tailwind-dark.css +112 -68
- package/styles/spreadsheet/tailwind.css +84 -67
- package/styles/spreadsheet-ribbon/_layout.scss +64 -9
- package/styles/spreadsheet-ribbon/_material3-dark-definition.scss +1 -0
- package/styles/spreadsheet-ribbon/_material3-definition.scss +21 -0
- package/styles/spreadsheet-ribbon/_mixin.scss +51 -0
- package/styles/spreadsheet-ribbon/_theme.scss +22 -3
- package/styles/spreadsheet-ribbon/icons/_material3-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/material3-dark.css +196 -0
- package/styles/spreadsheet-ribbon/material3-dark.scss +5 -0
- package/styles/spreadsheet-ribbon/material3.css +252 -0
- package/styles/spreadsheet-ribbon/material3.scss +5 -0
- package/styles/tailwind-dark.css +112 -68
- package/styles/tailwind.css +84 -67
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -16,6 +16,7 @@ $hdr-cell-border-color: $grey-99 !default;
|
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #fff !default;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -27,6 +28,9 @@ $spreadsheet-cpicker-fill-color-font-size: 14px !default;
|
|
|
27
28
|
$aggregate-list-font-size: 16px !default;
|
|
28
29
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
29
30
|
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
31
|
+
$define-name-input-height: 23px !default;
|
|
32
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
33
|
+
$cfmain-header-font-size: 14px !default;
|
|
30
34
|
|
|
31
35
|
//enddefault
|
|
32
36
|
//selection
|
|
@@ -76,6 +80,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
76
80
|
$dlg-list-border: 1px solid $grey-44 !default;
|
|
77
81
|
$dlg-description-font-weight: 500 !default;
|
|
78
82
|
$dlg-content-padding: 15px !default;
|
|
83
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
79
84
|
$dlg-category-margin-bottom: 5px !default;
|
|
80
85
|
$dlg-min-height: 510px !default;
|
|
81
86
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -102,6 +107,7 @@ $bigger-cpicker-btn-width: 36px !default;
|
|
|
102
107
|
$menu-extension-padding: 12px !default;
|
|
103
108
|
$spreadsheet-ribbon-item-hover-border-color: $tbar-hover-border-color !default;
|
|
104
109
|
$spreadsheet-ribbon-item-active-border-color: $tbar-focus-border-color !default;
|
|
110
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
105
111
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
106
112
|
$normal-btn-padding: 8px !default;
|
|
107
113
|
|
|
@@ -133,6 +139,7 @@ $filter-icon-before-font-size: 20px !default;
|
|
|
133
139
|
//Find And Replace
|
|
134
140
|
$find-popup-border-top-color: #fafafa !default;
|
|
135
141
|
$find-popup-border-color: #e0e0e0 !default;
|
|
142
|
+
$find-popup-box-shadow: none !default;
|
|
136
143
|
$find-tool-dlg-width: 370px !default;
|
|
137
144
|
$find-tool-dlg-height: 46px !default;
|
|
138
145
|
$find-dlg-width: 442px !default;
|
|
@@ -16,6 +16,7 @@ $hdr-cell-border-color: $cell-border-color !default;
|
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #333;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -26,6 +27,8 @@ $spreadsheet-cpicker-font-color-font-size: 13px !default;
|
|
|
26
27
|
$spreadsheet-cpicker-fill-color-font-size: 14px !default;
|
|
27
28
|
$aggregate-list-font-size: 16px !default;
|
|
28
29
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
30
|
+
$define-name-input-height: 23px !default;
|
|
31
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
29
32
|
|
|
30
33
|
//enddefault
|
|
31
34
|
//selection
|
|
@@ -75,6 +78,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
75
78
|
$dlg-list-border: 1px solid $grey-dd !default;
|
|
76
79
|
$dlg-description-font-weight: 500 !default;
|
|
77
80
|
$dlg-content-padding: 15px !default;
|
|
81
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
78
82
|
$dlg-category-margin-bottom: 5px !default;
|
|
79
83
|
$dlg-min-height: 510px !default;
|
|
80
84
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -101,6 +105,7 @@ $bigger-cpicker-btn-width: 36px !default;
|
|
|
101
105
|
$menu-extension-padding: 12px !default;
|
|
102
106
|
$spreadsheet-ribbon-item-hover-border-color: $tbar-hover-border-color !default;
|
|
103
107
|
$spreadsheet-ribbon-item-active-border-color: $tbar-focus-border-color !default;
|
|
108
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
104
109
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
105
110
|
$normal-btn-padding: 8px !default;
|
|
106
111
|
|
|
@@ -127,11 +132,13 @@ $filter-icon-bigger-margin-bottom: 22px !default;
|
|
|
127
132
|
$filter-selectall-padding: 22px !default;
|
|
128
133
|
$filter-selectall-bigger-padding: 27px !default;
|
|
129
134
|
$filter-icon-before-font-size: 20px !default;
|
|
135
|
+
$cfmain-header-font-size: 14px !default;
|
|
130
136
|
|
|
131
137
|
//End Filtering
|
|
132
138
|
//Find And Replace
|
|
133
139
|
$find-popup-border-top-color: #fafafa !default;
|
|
134
140
|
$find-popup-border-color: #e0e0e0 !default;
|
|
141
|
+
$find-popup-box-shadow: none !default;
|
|
135
142
|
$find-tool-dlg-width: 346px !default;
|
|
136
143
|
$find-tool-dlg-height: 46px !default;
|
|
137
144
|
$find-dlg-width: 442px !default;
|
|
@@ -16,6 +16,7 @@ $hdr-cell-border-color: $cell-border-color !default;
|
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #333;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -26,6 +27,8 @@ $spreadsheet-cpicker-font-color-font-size: 13px !default;
|
|
|
26
27
|
$spreadsheet-cpicker-fill-color-font-size: 14px !default;
|
|
27
28
|
$aggregate-list-font-size: 16px !default;
|
|
28
29
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
30
|
+
$define-name-input-height: 23px !default;
|
|
31
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
29
32
|
|
|
30
33
|
//enddefault
|
|
31
34
|
//selection
|
|
@@ -73,6 +76,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
73
76
|
$dlg-list-border: rgba($black, .13) !default;
|
|
74
77
|
$dlg-description-font-weight: 500 !default;
|
|
75
78
|
$dlg-content-padding: 15px !default;
|
|
79
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
76
80
|
$dlg-category-margin-bottom: 5px !default;
|
|
77
81
|
$dlg-min-height: 522px !default;
|
|
78
82
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -99,6 +103,7 @@ $bigger-cpicker-btn-width: 33px !default;
|
|
|
99
103
|
$menu-extension-padding: 8px !default;
|
|
100
104
|
$spreadsheet-ribbon-item-hover-border-color: $tbar-hover-border-color !default;
|
|
101
105
|
$spreadsheet-ribbon-item-active-border-color: $tbar-focus-border-color !default;
|
|
106
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
102
107
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
103
108
|
$normal-btn-padding: 8px !default;
|
|
104
109
|
|
|
@@ -125,11 +130,13 @@ $filter-icon-bigger-margin-bottom: 7px !default;
|
|
|
125
130
|
$filter-selectall-padding: 20px !default;
|
|
126
131
|
$filter-selectall-bigger-padding: 27px !default;
|
|
127
132
|
$filter-icon-before-font-size: 20px !default;
|
|
133
|
+
$cfmain-header-font-size: 14px !default;
|
|
128
134
|
|
|
129
135
|
//End Filtering
|
|
130
136
|
//Find And Replace
|
|
131
137
|
$find-popup-border-top-color: #fafafa !default;
|
|
132
138
|
$find-popup-border-color: #e0e0e0 !default;
|
|
139
|
+
$find-popup-box-shadow: none !default;
|
|
133
140
|
$find-tool-dlg-width: 374px !default;
|
|
134
141
|
$find-tool-dlg-height: 43px !default;
|
|
135
142
|
$find-dlg-width: 413px !default;
|
|
@@ -16,6 +16,7 @@ $spreadsheet-border-color: $border-light !default;
|
|
|
16
16
|
$spreadsheet-border: $spreadsheet-border-width solid $spreadsheet-border-color !default;
|
|
17
17
|
$select-all-bg-color: $spreadsheet-border-color !default;
|
|
18
18
|
$header-cell-font-size: $text-xs !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: $text-xs !default;
|
|
20
21
|
$goto-dlg-btn-font-size: $text-xs !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: $text-xs !default;
|
|
@@ -27,6 +28,8 @@ $spreadsheet-cpicker-fill-color-font-size: $font-icon-14 !default;
|
|
|
27
28
|
$aggregate-list-font-size: $font-icon-16 !default;
|
|
28
29
|
$bigger-spreadsheet-tbar-btn-icon-font-size: $font-icon-18 !default;
|
|
29
30
|
$spreadsheet-drop-icon-font-size: $font-icon-12 !default;
|
|
31
|
+
$define-name-input-height: 23px !default;
|
|
32
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
30
33
|
|
|
31
34
|
//enddefault
|
|
32
35
|
//selection
|
|
@@ -77,6 +80,7 @@ $bigger-formula-bar-drop-icon-font-size: $font-icon-18 !default;
|
|
|
77
80
|
$dlg-list-border: $spreadsheet-border !default;
|
|
78
81
|
$dlg-description-font-weight: $font-weight-medium !default;
|
|
79
82
|
$dlg-content-padding: 18px !default;
|
|
83
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
80
84
|
$dlg-category-margin-bottom: 5px !default;
|
|
81
85
|
$dlg-min-height: 518px !default;
|
|
82
86
|
$function-dlg-header-content-font-size: $text-base !default;
|
|
@@ -103,6 +107,7 @@ $bigger-cpicker-btn-width: 36px !default;
|
|
|
103
107
|
$menu-extension-padding: 12px !default;
|
|
104
108
|
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
105
109
|
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
110
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
106
111
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
107
112
|
$normal-btn-padding: 8px !default;
|
|
108
113
|
|
|
@@ -139,9 +144,11 @@ $bigger-find-tool-dlg-height: 50px !default;
|
|
|
139
144
|
$bigger-find-goto-dlg-height: 256px !default;
|
|
140
145
|
$find-popup-border-top-color: $border-light !default;
|
|
141
146
|
$find-popup-border-color: $border-light !default;
|
|
147
|
+
$find-popup-box-shadow: none !default;
|
|
142
148
|
$find-dlg-alert-span-font-size: $text-xs !default;
|
|
143
149
|
$bigger-find-dlg-btn-font-size: $text-xs !default;
|
|
144
150
|
$find-dlg-header-font-weight: $font-weight-medium !default;
|
|
151
|
+
$cfmain-header-font-size: $text-sm !default;
|
|
145
152
|
|
|
146
153
|
//End Find And Replace
|
|
147
154
|
//Protect Sheet
|
|
@@ -16,6 +16,7 @@ $hdr-cell-border-color: $neutral-quintenary !default;
|
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #fff !default;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -29,6 +30,9 @@ $aggregate-list-font-size: 16px !default;
|
|
|
29
30
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
30
31
|
$bigger-toolbar-wrap-icon-font-size: 21px !default;
|
|
31
32
|
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
33
|
+
$define-name-input-height: 23px !default;
|
|
34
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
35
|
+
$cfmain-header-font-size: 14px !default;
|
|
32
36
|
|
|
33
37
|
//enddefault
|
|
34
38
|
//selection
|
|
@@ -75,6 +79,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
75
79
|
$dlg-list-border: 1px solid $neutral-light !default;
|
|
76
80
|
$dlg-description-font-weight: 500 !default;
|
|
77
81
|
$dlg-content-padding: 18px !default;
|
|
82
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
78
83
|
$dlg-category-margin-bottom: 5px !default;
|
|
79
84
|
$dlg-min-height: 515px !default;
|
|
80
85
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -101,6 +106,7 @@ $bigger-cpicker-btn-width: 45px !default;
|
|
|
101
106
|
$menu-extension-padding: 10px !default;
|
|
102
107
|
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
103
108
|
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
109
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
104
110
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
105
111
|
$normal-btn-padding: 8px !default;
|
|
106
112
|
|
|
@@ -132,6 +138,7 @@ $filter-icon-before-font-size: 20px !default;
|
|
|
132
138
|
//Find And Replace
|
|
133
139
|
$find-popup-border-top-color: #fafafa !default;
|
|
134
140
|
$find-popup-border-color: #e0e0e0 !default;
|
|
141
|
+
$find-popup-box-shadow: none !default;
|
|
135
142
|
$find-tool-dlg-width: 357px !default;
|
|
136
143
|
$find-tool-dlg-height: 46px !default;
|
|
137
144
|
$find-dlg-width: 521px !default;
|
|
@@ -14,8 +14,9 @@ $cell-color: #000 !default;
|
|
|
14
14
|
$cell-border-color: #e0e0e0 !default;
|
|
15
15
|
$hdr-cell-border-color: $cell-border-color !default;
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
|
-
$agg-clr: #333;
|
|
17
|
+
$agg-clr: #333 !default;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -29,6 +30,8 @@ $aggregate-list-font-size: 16px !default;
|
|
|
29
30
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
30
31
|
$bigger-toolbar-wrap-icon-font-size: 21px !default;
|
|
31
32
|
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
33
|
+
$define-name-input-height: 23px !default;
|
|
34
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
32
35
|
|
|
33
36
|
//enddefault
|
|
34
37
|
//selection
|
|
@@ -75,6 +78,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
75
78
|
$dlg-list-border: 1px solid #e0e0e0 !default;
|
|
76
79
|
$dlg-description-font-weight: 500 !default;
|
|
77
80
|
$dlg-content-padding: 18px !default;
|
|
81
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
78
82
|
$dlg-category-margin-bottom: 5px !default;
|
|
79
83
|
$dlg-min-height: 515px !default;
|
|
80
84
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -101,8 +105,10 @@ $bigger-cpicker-btn-width: 45px !default;
|
|
|
101
105
|
$menu-extension-padding: 10px !default;
|
|
102
106
|
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
103
107
|
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
108
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
104
109
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
105
110
|
$normal-btn-padding: 8px !default;
|
|
111
|
+
$cfmain-header-font-size: 14px !default;
|
|
106
112
|
|
|
107
113
|
//End Ribbon
|
|
108
114
|
//Sorting
|
|
@@ -132,6 +138,7 @@ $filter-icon-before-font-size: 20px !default;
|
|
|
132
138
|
//Find And Replace
|
|
133
139
|
$find-popup-border-top-color: #fafafa !default;
|
|
134
140
|
$find-popup-border-color: #e0e0e0 !default;
|
|
141
|
+
$find-popup-box-shadow: none !default;
|
|
135
142
|
$find-tool-dlg-width: 351px !default;
|
|
136
143
|
$find-tool-dlg-height: 44px !default;
|
|
137
144
|
$find-dlg-width: 521px !default;
|
|
@@ -16,6 +16,7 @@ $spreadsheet-border-color: $border-light !default;
|
|
|
16
16
|
$spreadsheet-border: $spreadsheet-border-width solid $spreadsheet-border-color !default;
|
|
17
17
|
$select-all-bg-color: $content-bg-color-alt3 !default;
|
|
18
18
|
$header-cell-font-size: $text-xs !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: $text-xs !default;
|
|
20
21
|
$goto-dlg-btn-font-size: $text-xs !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: $text-xs !default;
|
|
@@ -27,6 +28,8 @@ $spreadsheet-cpicker-fill-color-font-size: $font-icon-14 !default;
|
|
|
27
28
|
$aggregate-list-font-size: $font-icon-16 !default;
|
|
28
29
|
$bigger-spreadsheet-tbar-btn-icon-font-size: $font-icon-18 !default;
|
|
29
30
|
$spreadsheet-drop-icon-font-size: $font-icon-12 !default;
|
|
31
|
+
$define-name-input-height: 23px !default;
|
|
32
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
30
33
|
|
|
31
34
|
//enddefault
|
|
32
35
|
//selection
|
|
@@ -53,6 +56,7 @@ $sheet-tab-indicator-color: none !default;
|
|
|
53
56
|
$sheet-tab-btn-icon-color: $flyout-text-color;
|
|
54
57
|
$tab-text-color: $content-text-color;
|
|
55
58
|
$select-icon-color: $icon-color !default;
|
|
59
|
+
$cfmain-header-font-size: $text-sm !default;
|
|
56
60
|
|
|
57
61
|
//End Tab
|
|
58
62
|
//Formula bar
|
|
@@ -77,6 +81,7 @@ $bigger-formula-bar-drop-icon-font-size: $font-icon-18 !default;
|
|
|
77
81
|
$dlg-list-border: $spreadsheet-border !default;
|
|
78
82
|
$dlg-description-font-weight: $font-weight-medium !default;
|
|
79
83
|
$dlg-content-padding: 18px !default;
|
|
84
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
80
85
|
$dlg-category-margin-bottom: 5px !default;
|
|
81
86
|
$dlg-min-height: 520px !default;
|
|
82
87
|
$function-dlg-header-content-font-size: $text-base !default;
|
|
@@ -103,6 +108,7 @@ $bigger-cpicker-btn-width: 36px !default;
|
|
|
103
108
|
$menu-extension-padding: 12px !default;
|
|
104
109
|
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
105
110
|
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
111
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
106
112
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
107
113
|
$normal-btn-padding: 8px !default;
|
|
108
114
|
|
|
@@ -139,6 +145,7 @@ $bigger-find-tool-dlg-height: 50px !default;
|
|
|
139
145
|
$bigger-find-goto-dlg-height: 256px !default;
|
|
140
146
|
$find-popup-border-top-color: $border-light !default;
|
|
141
147
|
$find-popup-border-color: $border-light !default;
|
|
148
|
+
$find-popup-box-shadow: none !default;
|
|
142
149
|
$bigger-find-tool-margin-bottom: 0 !default;
|
|
143
150
|
$find-dlg-alert-span-font-size: $text-xs !default;
|
|
144
151
|
$bigger-find-dlg-btn-font-size: $text-xs !default;
|
|
@@ -26,6 +26,9 @@ $aggregate-list-font-size: 16px !default;
|
|
|
26
26
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
27
27
|
$bigger-toolbar-wrap-icon-font-size: 21px !default;
|
|
28
28
|
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
29
|
+
$define-name-input-height: 23px !default;
|
|
30
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
31
|
+
$cfmain-header-font-size: 14px !default;
|
|
29
32
|
|
|
30
33
|
//enddefault
|
|
31
34
|
//selection
|
|
@@ -74,6 +77,7 @@ $bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
|
74
77
|
$dlg-list-border: $spreadsheet-border !default;
|
|
75
78
|
$dlg-description-font-weight: 500 !default;
|
|
76
79
|
$dlg-content-padding: 18px !default;
|
|
80
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
77
81
|
$dlg-category-margin-bottom: 5px !default;
|
|
78
82
|
$dlg-min-height: 510px !default;
|
|
79
83
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -100,6 +104,7 @@ $bigger-cpicker-btn-width: 45px !default;
|
|
|
100
104
|
$menu-extension-padding: 10px !default;
|
|
101
105
|
$spreadsheet-ribbon-item-hover-border-color: $tbar-hover-border-color !default;
|
|
102
106
|
$spreadsheet-ribbon-item-active-border-color: $tbar-focus-border-color !default;
|
|
107
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
103
108
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
104
109
|
$normal-btn-padding: 8px !default;
|
|
105
110
|
|
|
@@ -131,6 +136,7 @@ $filter-icon-before-font-size: 20px !default;
|
|
|
131
136
|
//Find And Replace
|
|
132
137
|
$find-popup-border-top-color: #fafafa !default;
|
|
133
138
|
$find-popup-border-color: #e0e0e0 !default;
|
|
139
|
+
$find-popup-box-shadow: none !default;
|
|
134
140
|
$find-tool-dlg-width: 357px !default;
|
|
135
141
|
$find-tool-dlg-height: 45px !default;
|
|
136
142
|
$find-dlg-width: 518px !default;
|
|
@@ -154,6 +160,7 @@ $reenterpwd-dlg-alert-span-font-size: 12px !default;
|
|
|
154
160
|
$reenterpwd-dlg-content-header-font-size: 14px !default;
|
|
155
161
|
$protect-checkbox-label-font-size: 14px !default;
|
|
156
162
|
$header-cell-font-size: 12px !default;
|
|
163
|
+
$content-cell-padding: 0 2px !default;
|
|
157
164
|
$protectworkbook-dlg-header-font-size: 18px !default;
|
|
158
165
|
$protectworkbook-dlg-alert-span-font-size: 12px !default;
|
|
159
166
|
$protectworkbook-dlg-content-header-font-size: 12px !default;
|
|
@@ -16,6 +16,7 @@ $hdr-cell-border-color: $cell-border-color !default;
|
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #808080;
|
|
18
18
|
$header-cell-font-size: 12px !default;
|
|
19
|
+
$content-cell-padding: 0 2px !default;
|
|
19
20
|
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
21
|
$goto-dlg-btn-font-size: 12px !default;
|
|
21
22
|
$numformat-ddb-preview-font-size: 12px !default;
|
|
@@ -29,6 +30,9 @@ $aggregate-list-font-size: 16px !default;
|
|
|
29
30
|
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
30
31
|
$bigger-toolbar-wrap-icon-font-size: 21px !default;
|
|
31
32
|
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
33
|
+
$define-name-input-height: 23px !default;
|
|
34
|
+
$define-name-input-padding: 0 0 0 8px !default;
|
|
35
|
+
$cfmain-header-font-size: 14px !default;
|
|
32
36
|
|
|
33
37
|
//enddefault
|
|
34
38
|
//selection
|
|
@@ -89,6 +93,7 @@ $bigger-cpicker-btn-width: 45px !default;
|
|
|
89
93
|
$menu-extension-padding: 10px !default;
|
|
90
94
|
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
91
95
|
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
96
|
+
$spreadsheet-ribbon-item-active-background-color: $tbar-focus-bg !default;
|
|
92
97
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
93
98
|
$normal-btn-padding: 8px !default;
|
|
94
99
|
|
|
@@ -97,6 +102,7 @@ $normal-btn-padding: 8px !default;
|
|
|
97
102
|
$dlg-list-border: $spreadsheet-border !default;
|
|
98
103
|
$dlg-description-font-weight: 500 !default;
|
|
99
104
|
$dlg-content-padding: 18px !default;
|
|
105
|
+
$dlg-content-padding-bottom: 0 !default;
|
|
100
106
|
$dlg-category-margin-bottom: 5px !default;
|
|
101
107
|
$dlg-min-height: 510px !default;
|
|
102
108
|
$function-dlg-header-content-font-size: 16px !default;
|
|
@@ -132,6 +138,7 @@ $filter-icon-before-font-size: 20px !default;
|
|
|
132
138
|
//Find And Replace
|
|
133
139
|
$find-popup-border-top-color: #fafafa !default;
|
|
134
140
|
$find-popup-border-color: #e0e0e0 !default;
|
|
141
|
+
$find-popup-box-shadow: none !default;
|
|
135
142
|
$find-tool-dlg-width: 357px !default;
|
|
136
143
|
$find-tool-dlg-height: 45px !default;
|
|
137
144
|
$find-dlg-width: 518px !default;
|