@mescius/spread-sheets 19.2.0 → 19.2.1
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/dist/gc.spread.sheets.all.min.js +2 -2
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +4 -0
- package/styles/gc.spread.sheets.excel2013darkGray.css +4 -0
- package/styles/gc.spread.sheets.excel2013lightGray.css +4 -0
- package/styles/gc.spread.sheets.excel2013white.css +4 -0
- package/styles/gc.spread.sheets.excel2016black.css +4 -0
- package/styles/gc.spread.sheets.excel2016colorful.css +4 -0
- package/styles/gc.spread.sheets.excel2016darkGray.css +4 -0
package/package.json
CHANGED
|
@@ -3131,6 +3131,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3131
3131
|
background: #3498db;
|
|
3132
3132
|
color: #fff;
|
|
3133
3133
|
}
|
|
3134
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3135
|
+
color: white;
|
|
3136
|
+
}
|
|
3134
3137
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3135
3138
|
pointer-events: none;
|
|
3136
3139
|
}
|
|
@@ -3156,6 +3159,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3156
3159
|
display: block;
|
|
3157
3160
|
line-height: normal;
|
|
3158
3161
|
white-space: pre;
|
|
3162
|
+
color: #222;
|
|
3159
3163
|
}
|
|
3160
3164
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3161
3165
|
line-height: 32px;
|
|
@@ -3171,6 +3171,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3171
3171
|
background: #3498db;
|
|
3172
3172
|
color: #fff;
|
|
3173
3173
|
}
|
|
3174
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3175
|
+
color: white;
|
|
3176
|
+
}
|
|
3174
3177
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3175
3178
|
pointer-events: none;
|
|
3176
3179
|
}
|
|
@@ -3196,6 +3199,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3196
3199
|
display: block;
|
|
3197
3200
|
line-height: normal;
|
|
3198
3201
|
white-space: pre;
|
|
3202
|
+
color: #222;
|
|
3199
3203
|
}
|
|
3200
3204
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3201
3205
|
line-height: 32px;
|
|
@@ -3176,6 +3176,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3176
3176
|
background: #3498db;
|
|
3177
3177
|
color: #fff;
|
|
3178
3178
|
}
|
|
3179
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3180
|
+
color: white;
|
|
3181
|
+
}
|
|
3179
3182
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3180
3183
|
pointer-events: none;
|
|
3181
3184
|
}
|
|
@@ -3201,6 +3204,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3201
3204
|
display: block;
|
|
3202
3205
|
line-height: normal;
|
|
3203
3206
|
white-space: pre;
|
|
3207
|
+
color: #222;
|
|
3204
3208
|
}
|
|
3205
3209
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3206
3210
|
line-height: 32px;
|
|
@@ -3163,6 +3163,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3163
3163
|
background: #3498db;
|
|
3164
3164
|
color: #fff;
|
|
3165
3165
|
}
|
|
3166
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3167
|
+
color: white;
|
|
3168
|
+
}
|
|
3166
3169
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3167
3170
|
pointer-events: none;
|
|
3168
3171
|
}
|
|
@@ -3188,6 +3191,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3188
3191
|
display: block;
|
|
3189
3192
|
line-height: normal;
|
|
3190
3193
|
white-space: pre;
|
|
3194
|
+
color: #222;
|
|
3191
3195
|
}
|
|
3192
3196
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3193
3197
|
line-height: 32px;
|
|
@@ -3174,6 +3174,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3174
3174
|
background: #3498db;
|
|
3175
3175
|
color: #fff;
|
|
3176
3176
|
}
|
|
3177
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3178
|
+
color: white;
|
|
3179
|
+
}
|
|
3177
3180
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3178
3181
|
pointer-events: none;
|
|
3179
3182
|
}
|
|
@@ -3199,6 +3202,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3199
3202
|
display: block;
|
|
3200
3203
|
line-height: normal;
|
|
3201
3204
|
white-space: pre;
|
|
3205
|
+
color: #222;
|
|
3202
3206
|
}
|
|
3203
3207
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3204
3208
|
line-height: 32px;
|
|
@@ -3167,6 +3167,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3167
3167
|
background: #3498db;
|
|
3168
3168
|
color: #fff;
|
|
3169
3169
|
}
|
|
3170
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3171
|
+
color: white;
|
|
3172
|
+
}
|
|
3170
3173
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3171
3174
|
pointer-events: none;
|
|
3172
3175
|
}
|
|
@@ -3192,6 +3195,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3192
3195
|
display: block;
|
|
3193
3196
|
line-height: normal;
|
|
3194
3197
|
white-space: pre;
|
|
3198
|
+
color: #222;
|
|
3195
3199
|
}
|
|
3196
3200
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3197
3201
|
line-height: 32px;
|
|
@@ -3163,6 +3163,9 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3163
3163
|
background: #3498db;
|
|
3164
3164
|
color: #fff;
|
|
3165
3165
|
}
|
|
3166
|
+
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item .gc-list-control-item-text {
|
|
3167
|
+
color: white;
|
|
3168
|
+
}
|
|
3166
3169
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
|
|
3167
3170
|
pointer-events: none;
|
|
3168
3171
|
}
|
|
@@ -3188,6 +3191,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3188
3191
|
display: block;
|
|
3189
3192
|
line-height: normal;
|
|
3190
3193
|
white-space: pre;
|
|
3194
|
+
color: #222;
|
|
3191
3195
|
}
|
|
3192
3196
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
|
|
3193
3197
|
line-height: 32px;
|