@mescius/spread-sheets 19.0.1 → 19.0.3
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/dist/gc.spread.sheets.d.ts +0 -9
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +4 -1
- package/styles/gc.spread.sheets.excel2013darkGray.css +4 -1
- package/styles/gc.spread.sheets.excel2013lightGray.css +4 -1
- package/styles/gc.spread.sheets.excel2013white.css +4 -1
- package/styles/gc.spread.sheets.excel2016black.css +4 -1
- package/styles/gc.spread.sheets.excel2016colorful.css +4 -1
- package/styles/gc.spread.sheets.excel2016darkGray.css +4 -1
|
@@ -15083,10 +15083,6 @@ declare module GC{
|
|
|
15083
15083
|
* Indicates whether the sheet is rendered from right to left.
|
|
15084
15084
|
*/
|
|
15085
15085
|
rightToLeft: boolean;
|
|
15086
|
-
/**
|
|
15087
|
-
* Indicates the URL of the background image.
|
|
15088
|
-
*/
|
|
15089
|
-
backgroundImage?: string;
|
|
15090
15086
|
}
|
|
15091
15087
|
|
|
15092
15088
|
|
|
@@ -24996,7 +24992,6 @@ declare module GC{
|
|
|
24996
24992
|
* @property {GC.Spread.Sheets.IAddRowButtonOption} [addRowButtonOption] - The add row button's options.
|
|
24997
24993
|
* @property {GC.Spread.Sheets.IAddColumnButtonOption} [addColumnButtonOption] - The add column button's options.
|
|
24998
24994
|
* @property {boolean} rightToLeft - Indicates whether the sheet is rendered from right to left.
|
|
24999
|
-
* @property {string} backgroundImage - Indicates the URL of the background image.
|
|
25000
24995
|
* @example
|
|
25001
24996
|
* ```javascript
|
|
25002
24997
|
* sheet.setRowCount(2,GC.Spread.Sheets.SheetArea.colHeader);
|
|
@@ -30373,10 +30368,6 @@ declare module GC{
|
|
|
30373
30368
|
* The error bar dashStyle.
|
|
30374
30369
|
*/
|
|
30375
30370
|
dashStyle?: GC.Spread.Sheets.Charts.ILineStyle;
|
|
30376
|
-
/**
|
|
30377
|
-
* The error bar visible info.
|
|
30378
|
-
*/
|
|
30379
|
-
visible?: boolean;
|
|
30380
30371
|
}
|
|
30381
30372
|
|
|
30382
30373
|
|
package/package.json
CHANGED
|
@@ -2174,7 +2174,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2174
2174
|
.gc-tab-threaded-comment-panel-show {
|
|
2175
2175
|
display: inline-flex;
|
|
2176
2176
|
align-items: center;
|
|
2177
|
-
width: 75px;
|
|
2177
|
+
min-width: 75px;
|
|
2178
|
+
width: auto;
|
|
2178
2179
|
height: 30px;
|
|
2179
2180
|
padding: 0 8px;
|
|
2180
2181
|
background: #FDFDFD;
|
|
@@ -2271,6 +2272,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2271
2272
|
border: 1px solid white;
|
|
2272
2273
|
border-radius: 3px;
|
|
2273
2274
|
min-width: 140px;
|
|
2275
|
+
width: auto;
|
|
2274
2276
|
z-index: 1000;
|
|
2275
2277
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2276
2278
|
}
|
|
@@ -2284,6 +2286,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2284
2286
|
background: #FDFDFD;
|
|
2285
2287
|
color: black;
|
|
2286
2288
|
border-radius: 3px;
|
|
2289
|
+
white-space: nowrap;
|
|
2287
2290
|
}
|
|
2288
2291
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2289
2292
|
background-color: #e1dfdd;
|
|
@@ -2214,7 +2214,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2214
2214
|
.gc-tab-threaded-comment-panel-show {
|
|
2215
2215
|
display: inline-flex;
|
|
2216
2216
|
align-items: center;
|
|
2217
|
-
width: 75px;
|
|
2217
|
+
min-width: 75px;
|
|
2218
|
+
width: auto;
|
|
2218
2219
|
height: 30px;
|
|
2219
2220
|
padding: 0 8px;
|
|
2220
2221
|
background: #FDFDFD;
|
|
@@ -2311,6 +2312,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2311
2312
|
border: 1px solid #d4d4d4;
|
|
2312
2313
|
border-radius: 3px;
|
|
2313
2314
|
min-width: 140px;
|
|
2315
|
+
width: auto;
|
|
2314
2316
|
z-index: 1000;
|
|
2315
2317
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2316
2318
|
}
|
|
@@ -2324,6 +2326,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2324
2326
|
background: #FDFDFD;
|
|
2325
2327
|
color: black;
|
|
2326
2328
|
border-radius: 3px;
|
|
2329
|
+
white-space: nowrap;
|
|
2327
2330
|
}
|
|
2328
2331
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2329
2332
|
background-color: #e1dfdd;
|
|
@@ -2219,7 +2219,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2219
2219
|
.gc-tab-threaded-comment-panel-show {
|
|
2220
2220
|
display: inline-flex;
|
|
2221
2221
|
align-items: center;
|
|
2222
|
-
width: 75px;
|
|
2222
|
+
min-width: 75px;
|
|
2223
|
+
width: auto;
|
|
2223
2224
|
height: 30px;
|
|
2224
2225
|
padding: 0 8px;
|
|
2225
2226
|
background: #FDFDFD;
|
|
@@ -2316,6 +2317,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2316
2317
|
border: 1px solid white;
|
|
2317
2318
|
border-radius: 3px;
|
|
2318
2319
|
min-width: 140px;
|
|
2320
|
+
width: auto;
|
|
2319
2321
|
z-index: 1000;
|
|
2320
2322
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2321
2323
|
}
|
|
@@ -2329,6 +2331,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2329
2331
|
background: #FDFDFD;
|
|
2330
2332
|
color: black;
|
|
2331
2333
|
border-radius: 3px;
|
|
2334
|
+
white-space: nowrap;
|
|
2332
2335
|
}
|
|
2333
2336
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2334
2337
|
background-color: #e1dfdd;
|
|
@@ -2206,7 +2206,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2206
2206
|
.gc-tab-threaded-comment-panel-show {
|
|
2207
2207
|
display: inline-flex;
|
|
2208
2208
|
align-items: center;
|
|
2209
|
-
width: 75px;
|
|
2209
|
+
min-width: 75px;
|
|
2210
|
+
width: auto;
|
|
2210
2211
|
height: 30px;
|
|
2211
2212
|
padding: 0 8px;
|
|
2212
2213
|
background: #FDFDFD;
|
|
@@ -2303,6 +2304,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2303
2304
|
border: 1px solid #CBCBCB;
|
|
2304
2305
|
border-radius: 3px;
|
|
2305
2306
|
min-width: 140px;
|
|
2307
|
+
width: auto;
|
|
2306
2308
|
z-index: 1000;
|
|
2307
2309
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2308
2310
|
}
|
|
@@ -2316,6 +2318,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2316
2318
|
background: #FDFDFD;
|
|
2317
2319
|
color: black;
|
|
2318
2320
|
border-radius: 3px;
|
|
2321
|
+
white-space: nowrap;
|
|
2319
2322
|
}
|
|
2320
2323
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2321
2324
|
background-color: #e1dfdd;
|
|
@@ -2217,7 +2217,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2217
2217
|
.gc-tab-threaded-comment-panel-show {
|
|
2218
2218
|
display: inline-flex;
|
|
2219
2219
|
align-items: center;
|
|
2220
|
-
width: 75px;
|
|
2220
|
+
min-width: 75px;
|
|
2221
|
+
width: auto;
|
|
2221
2222
|
height: 30px;
|
|
2222
2223
|
padding: 0 8px;
|
|
2223
2224
|
background: #363636;
|
|
@@ -2314,6 +2315,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2314
2315
|
border: 1px solid #484848;
|
|
2315
2316
|
border-radius: 3px;
|
|
2316
2317
|
min-width: 140px;
|
|
2318
|
+
width: auto;
|
|
2317
2319
|
z-index: 1000;
|
|
2318
2320
|
box-shadow: 0 4px 12px #484644;
|
|
2319
2321
|
}
|
|
@@ -2327,6 +2329,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2327
2329
|
background: #363636;
|
|
2328
2330
|
color: #D7D5CD;
|
|
2329
2331
|
border-radius: 3px;
|
|
2332
|
+
white-space: nowrap;
|
|
2330
2333
|
}
|
|
2331
2334
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2332
2335
|
background-color: #484644;
|
|
@@ -2210,7 +2210,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2210
2210
|
.gc-tab-threaded-comment-panel-show {
|
|
2211
2211
|
display: inline-flex;
|
|
2212
2212
|
align-items: center;
|
|
2213
|
-
width: 75px;
|
|
2213
|
+
min-width: 75px;
|
|
2214
|
+
width: auto;
|
|
2214
2215
|
height: 30px;
|
|
2215
2216
|
padding: 0 8px;
|
|
2216
2217
|
background: white;
|
|
@@ -2307,6 +2308,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2307
2308
|
border: 1px solid white;
|
|
2308
2309
|
border-radius: 3px;
|
|
2309
2310
|
min-width: 140px;
|
|
2311
|
+
width: auto;
|
|
2310
2312
|
z-index: 1000;
|
|
2311
2313
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2312
2314
|
}
|
|
@@ -2320,6 +2322,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2320
2322
|
background: white;
|
|
2321
2323
|
color: black;
|
|
2322
2324
|
border-radius: 3px;
|
|
2325
|
+
white-space: nowrap;
|
|
2323
2326
|
}
|
|
2324
2327
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2325
2328
|
background-color: #e1dfdd;
|
|
@@ -2206,7 +2206,8 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2206
2206
|
.gc-tab-threaded-comment-panel-show {
|
|
2207
2207
|
display: inline-flex;
|
|
2208
2208
|
align-items: center;
|
|
2209
|
-
width: 75px;
|
|
2209
|
+
min-width: 75px;
|
|
2210
|
+
width: auto;
|
|
2210
2211
|
height: 30px;
|
|
2211
2212
|
padding: 0 8px;
|
|
2212
2213
|
background: #d4d4d4;
|
|
@@ -2303,6 +2304,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2303
2304
|
border: 1px solid #d4d4d4;
|
|
2304
2305
|
border-radius: 3px;
|
|
2305
2306
|
min-width: 140px;
|
|
2307
|
+
width: auto;
|
|
2306
2308
|
z-index: 1000;
|
|
2307
2309
|
box-shadow: 0 4px 12px #e1dfdd;
|
|
2308
2310
|
}
|
|
@@ -2316,6 +2318,7 @@ input.gc-checkbox-cell-type-input[type=checkbox]:after {
|
|
|
2316
2318
|
background: #d4d4d4;
|
|
2317
2319
|
color: black;
|
|
2318
2320
|
border-radius: 3px;
|
|
2321
|
+
white-space: nowrap;
|
|
2319
2322
|
}
|
|
2320
2323
|
.gc-threaded-comment-panel-filter-option:hover {
|
|
2321
2324
|
background-color: #e1dfdd;
|