eru-grid 0.0.45 → 0.0.46
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/fesm2022/eru-grid.mjs
CHANGED
|
@@ -12499,6 +12499,7 @@ class EruGridComponent {
|
|
|
12499
12499
|
family: config?.header_font_family || '',
|
|
12500
12500
|
size: config?.header_font_size ?? 0,
|
|
12501
12501
|
bold: config?.header_font_bold ?? false,
|
|
12502
|
+
color: config?.header_font_color || '',
|
|
12502
12503
|
},
|
|
12503
12504
|
border: [{
|
|
12504
12505
|
type: config?.header_border_type || '',
|
|
@@ -12516,6 +12517,7 @@ class EruGridComponent {
|
|
|
12516
12517
|
family: config?.data_font_family || '',
|
|
12517
12518
|
size: config?.data_font_size ?? 0,
|
|
12518
12519
|
bold: config?.data_font_bold ?? false,
|
|
12520
|
+
color: config?.data_font_color || '',
|
|
12519
12521
|
},
|
|
12520
12522
|
border: [{
|
|
12521
12523
|
type: config?.data_border_type || '',
|