@mescius/spread-sheets 19.0.6 → 19.1.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/dist/gc.spread.sheets.d.ts +1566 -158
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +294 -55
- package/styles/gc.spread.sheets.excel2013darkGray.css +294 -55
- package/styles/gc.spread.sheets.excel2013lightGray.css +294 -55
- package/styles/gc.spread.sheets.excel2013white.css +294 -55
- package/styles/gc.spread.sheets.excel2016black.css +294 -55
- package/styles/gc.spread.sheets.excel2016colorful.css +294 -55
- package/styles/gc.spread.sheets.excel2016darkGray.css +294 -55
|
@@ -1222,6 +1222,37 @@ div.gc-search-outer-div input::-ms-clear {
|
|
|
1222
1222
|
box-shadow: none;
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
|
+
.gc-hscrollbar-splitter {
|
|
1226
|
+
position: relative;
|
|
1227
|
+
float: left;
|
|
1228
|
+
cursor: col-resize;
|
|
1229
|
+
background-color: transparent;
|
|
1230
|
+
display: none;
|
|
1231
|
+
box-sizing: border-box;
|
|
1232
|
+
-ms-touch-action: none;
|
|
1233
|
+
touch-action: none;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.gc-hscrollbar-splitter-indicator {
|
|
1237
|
+
position: absolute;
|
|
1238
|
+
left: 50%;
|
|
1239
|
+
top: 50%;
|
|
1240
|
+
transform: translate(-50%, -50%);
|
|
1241
|
+
width: 2px;
|
|
1242
|
+
height: 12px;
|
|
1243
|
+
--splitter-color: var(--splitter-grip-color, #a7abb0);
|
|
1244
|
+
background: repeating-linear-gradient(to bottom, var(--splitter-color) 0px, var(--splitter-color) 2px, transparent 2px, transparent 4px);
|
|
1245
|
+
background-position: 0 1px;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.gc-hscrollbar-splitter:hover .gc-hscrollbar-splitter-indicator {
|
|
1249
|
+
--splitter-color: var(--splitter-hover-color, var(--splitter-grip-color, #a7abb0));
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.gc-hscrollbar-splitter-indicator-active {
|
|
1253
|
+
--splitter-color: var(--splitter-active-color, var(--splitter-hover-color, var(--splitter-grip-color, #a7abb0)));
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1225
1256
|
.gc-scroll-mobile-container {
|
|
1226
1257
|
padding: 2px;
|
|
1227
1258
|
opacity: 1;
|
|
@@ -3137,6 +3168,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3137
3168
|
display: block;
|
|
3138
3169
|
justify-self: flex-end;
|
|
3139
3170
|
margin-left: auto;
|
|
3171
|
+
transform: rotate(0);
|
|
3140
3172
|
}
|
|
3141
3173
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
|
|
3142
3174
|
letter-spacing: 0;
|
|
@@ -3188,7 +3220,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3188
3220
|
font-weight: bold;
|
|
3189
3221
|
color: #444;
|
|
3190
3222
|
padding: 3px 4px;
|
|
3191
|
-
cursor:
|
|
3223
|
+
cursor: default;
|
|
3192
3224
|
}
|
|
3193
3225
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
|
|
3194
3226
|
margin-left: 0.4em;
|
|
@@ -3221,7 +3253,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3221
3253
|
text-overflow: ellipsis;
|
|
3222
3254
|
}
|
|
3223
3255
|
|
|
3224
|
-
.gc-slider {
|
|
3256
|
+
div[gcUIElement=gcSpread] .gc-slider {
|
|
3225
3257
|
font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
|
|
3226
3258
|
-webkit-box-sizing: border-box;
|
|
3227
3259
|
box-sizing: border-box;
|
|
@@ -3240,59 +3272,59 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3240
3272
|
-ms-touch-action: none;
|
|
3241
3273
|
touch-action: none;
|
|
3242
3274
|
}
|
|
3243
|
-
.gc-slider.gc-slider-vertical {
|
|
3275
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical {
|
|
3244
3276
|
width: 12px;
|
|
3245
3277
|
height: 100%;
|
|
3246
3278
|
padding: 0 4px;
|
|
3247
3279
|
}
|
|
3248
|
-
.gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3280
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3249
3281
|
width: 4px;
|
|
3250
3282
|
height: 100%;
|
|
3251
3283
|
}
|
|
3252
|
-
.gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3284
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3253
3285
|
width: 4px;
|
|
3254
3286
|
}
|
|
3255
|
-
.gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3287
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3256
3288
|
width: 4px;
|
|
3257
3289
|
height: 100%;
|
|
3258
3290
|
}
|
|
3259
|
-
.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3291
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3260
3292
|
top: auto;
|
|
3261
3293
|
left: 0px;
|
|
3262
3294
|
margin-bottom: -4px;
|
|
3263
3295
|
box-sizing: content-box;
|
|
3264
3296
|
}
|
|
3265
|
-
.gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3297
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3266
3298
|
margin-bottom: -7px;
|
|
3267
3299
|
margin-left: -7px;
|
|
3268
3300
|
}
|
|
3269
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3301
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3270
3302
|
top: 0;
|
|
3271
3303
|
left: 12px;
|
|
3272
3304
|
width: 18px;
|
|
3273
3305
|
height: 100%;
|
|
3274
3306
|
}
|
|
3275
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3307
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3276
3308
|
left: 4px;
|
|
3277
3309
|
white-space: nowrap;
|
|
3278
3310
|
}
|
|
3279
|
-
.gc-slider.gc-slider-with-marks {
|
|
3311
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-with-marks {
|
|
3280
3312
|
padding-bottom: 32px;
|
|
3281
3313
|
}
|
|
3282
|
-
.gc-slider.gc-slider-disabled {
|
|
3314
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled {
|
|
3283
3315
|
cursor: not-allowed;
|
|
3284
3316
|
}
|
|
3285
|
-
.gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3317
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3286
3318
|
background-color: rgba(0, 0, 0, 0.25);
|
|
3287
3319
|
}
|
|
3288
|
-
.gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3320
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3289
3321
|
background-color: #fff;
|
|
3290
3322
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3291
3323
|
-webkit-box-shadow: none;
|
|
3292
3324
|
box-shadow: none;
|
|
3293
3325
|
cursor: not-allowed;
|
|
3294
3326
|
}
|
|
3295
|
-
.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3327
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3296
3328
|
background-color: #fff;
|
|
3297
3329
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3298
3330
|
-webkit-box-shadow: none;
|
|
@@ -3300,10 +3332,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3300
3332
|
cursor: not-allowed;
|
|
3301
3333
|
cursor: not-allowed;
|
|
3302
3334
|
}
|
|
3303
|
-
.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3335
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3304
3336
|
cursor: not-allowed;
|
|
3305
3337
|
}
|
|
3306
|
-
.gc-slider .gc-slider-rail {
|
|
3338
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-rail {
|
|
3307
3339
|
position: absolute;
|
|
3308
3340
|
width: 100%;
|
|
3309
3341
|
height: 4px;
|
|
@@ -3312,7 +3344,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3312
3344
|
-webkit-transition: background-color 0.3s;
|
|
3313
3345
|
transition: background-color 0.3s;
|
|
3314
3346
|
}
|
|
3315
|
-
.gc-slider .gc-slider-track {
|
|
3347
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-track {
|
|
3316
3348
|
position: absolute;
|
|
3317
3349
|
height: 4px;
|
|
3318
3350
|
background-color: #91d5ff;
|
|
@@ -3320,13 +3352,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3320
3352
|
-webkit-transition: background-color 0.3s ease;
|
|
3321
3353
|
transition: background-color 0.3s ease;
|
|
3322
3354
|
}
|
|
3323
|
-
.gc-slider .gc-slider-step {
|
|
3355
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step {
|
|
3324
3356
|
position: absolute;
|
|
3325
3357
|
width: 100%;
|
|
3326
3358
|
height: 4px;
|
|
3327
3359
|
background: transparent;
|
|
3328
3360
|
}
|
|
3329
|
-
.gc-slider .gc-slider-step .gc-slider-dot {
|
|
3361
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot {
|
|
3330
3362
|
position: absolute;
|
|
3331
3363
|
top: -4px;
|
|
3332
3364
|
width: 8px;
|
|
@@ -3337,13 +3369,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3337
3369
|
border-radius: 50%;
|
|
3338
3370
|
cursor: pointer;
|
|
3339
3371
|
}
|
|
3340
|
-
.gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3372
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3341
3373
|
margin-left: -4px;
|
|
3342
3374
|
}
|
|
3343
|
-
.gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3375
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3344
3376
|
border-color: #91d5ff;
|
|
3345
3377
|
}
|
|
3346
|
-
.gc-slider .gc-slider-handle {
|
|
3378
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle {
|
|
3347
3379
|
position: absolute;
|
|
3348
3380
|
width: 14px;
|
|
3349
3381
|
height: 14px;
|
|
@@ -3362,30 +3394,30 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3362
3394
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3363
3395
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3364
3396
|
}
|
|
3365
|
-
.gc-slider .gc-slider-handle:focus {
|
|
3397
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle:focus {
|
|
3366
3398
|
border-color: #3498db;
|
|
3367
3399
|
outline: none;
|
|
3368
3400
|
-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3369
3401
|
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3370
3402
|
}
|
|
3371
|
-
.gc-slider .gc-slider-mark {
|
|
3403
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark {
|
|
3372
3404
|
position: absolute;
|
|
3373
3405
|
top: 30px;
|
|
3374
3406
|
left: 0;
|
|
3375
3407
|
width: 100%;
|
|
3376
3408
|
font-size: 14px;
|
|
3377
3409
|
}
|
|
3378
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3410
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3379
3411
|
position: absolute;
|
|
3380
3412
|
display: inline-block;
|
|
3381
3413
|
color: rgba(0, 0, 0, 0.45);
|
|
3382
3414
|
text-align: center;
|
|
3383
3415
|
cursor: pointer;
|
|
3384
3416
|
}
|
|
3385
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3417
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3386
3418
|
color: rgba(0, 0, 0, 0.65);
|
|
3387
3419
|
}
|
|
3388
|
-
.gc-slider .gc-slider-tooltip {
|
|
3420
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip {
|
|
3389
3421
|
-webkit-box-sizing: border-box;
|
|
3390
3422
|
box-sizing: border-box;
|
|
3391
3423
|
margin: 0;
|
|
@@ -3403,10 +3435,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3403
3435
|
max-width: 250px;
|
|
3404
3436
|
visibility: visible;
|
|
3405
3437
|
}
|
|
3406
|
-
.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3438
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3407
3439
|
padding-bottom: 8px;
|
|
3408
3440
|
}
|
|
3409
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3441
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3410
3442
|
left: 50%;
|
|
3411
3443
|
margin-left: -5px;
|
|
3412
3444
|
position: absolute;
|
|
@@ -3418,7 +3450,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3418
3450
|
border-width: 5px 5px 0;
|
|
3419
3451
|
border-top-color: rgba(0, 0, 0, 0.75);
|
|
3420
3452
|
}
|
|
3421
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3453
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3422
3454
|
min-width: 10px;
|
|
3423
3455
|
min-height: 12px;
|
|
3424
3456
|
padding: 6px 8px;
|
|
@@ -3431,12 +3463,11 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3431
3463
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3432
3464
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3433
3465
|
}
|
|
3434
|
-
|
|
3435
|
-
.gc-slider-container {
|
|
3466
|
+
div[gcUIElement=gcSpread] .gc-slider-container {
|
|
3436
3467
|
background-color: white;
|
|
3437
3468
|
box-sizing: content-box;
|
|
3438
3469
|
}
|
|
3439
|
-
.gc-slider-container.gc-slider-vertical {
|
|
3470
|
+
div[gcUIElement=gcSpread] .gc-slider-container.gc-slider-vertical {
|
|
3440
3471
|
padding: 20px 0;
|
|
3441
3472
|
padding-right: 10px;
|
|
3442
3473
|
}
|
|
@@ -3568,6 +3599,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3568
3599
|
overflow: auto;
|
|
3569
3600
|
}
|
|
3570
3601
|
|
|
3602
|
+
/* Base Style */
|
|
3603
|
+
/* Tools */
|
|
3604
|
+
/* Component */
|
|
3605
|
+
/* Layout */
|
|
3606
|
+
/* SVG Checkbox */
|
|
3571
3607
|
.gc-panel-all {
|
|
3572
3608
|
width: 100%;
|
|
3573
3609
|
height: 100%;
|
|
@@ -3656,17 +3692,30 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3656
3692
|
}
|
|
3657
3693
|
|
|
3658
3694
|
.gc-panel-checkbox {
|
|
3695
|
+
margin: 0px;
|
|
3659
3696
|
appearance: none;
|
|
3697
|
+
-webkit-appearance: none;
|
|
3698
|
+
-moz-appearance: none;
|
|
3660
3699
|
outline: none;
|
|
3661
3700
|
display: inline-block;
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
background-
|
|
3701
|
+
width: 13px;
|
|
3702
|
+
height: 13px;
|
|
3703
|
+
background-color: transparent;
|
|
3704
|
+
background-size: contain;
|
|
3705
|
+
background-repeat: no-repeat;
|
|
3666
3706
|
cursor: default;
|
|
3707
|
+
vertical-align: middle;
|
|
3708
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3709
|
+
line-height: 22px;
|
|
3710
|
+
width: 12px;
|
|
3711
|
+
height: 12px;
|
|
3712
|
+
position: relative;
|
|
3713
|
+
top: -1px;
|
|
3714
|
+
margin-left: 13px;
|
|
3715
|
+
margin-right: 1px;
|
|
3667
3716
|
}
|
|
3668
3717
|
.gc-panel-checkbox:checked {
|
|
3669
|
-
background-image: url(data:image/svg+xml;base64,
|
|
3718
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3670
3719
|
}
|
|
3671
3720
|
|
|
3672
3721
|
.gc-panel-collapse {
|
|
@@ -3765,6 +3814,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3765
3814
|
width: 100%;
|
|
3766
3815
|
height: calc(52% - 60px);
|
|
3767
3816
|
color: black;
|
|
3817
|
+
overflow: hidden;
|
|
3768
3818
|
}
|
|
3769
3819
|
.gc-panel-stack .gc-panel-fields-section[containArea=false] {
|
|
3770
3820
|
height: calc(100% - 30px);
|
|
@@ -3852,15 +3902,22 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3852
3902
|
height: calc(100% - 50px);
|
|
3853
3903
|
color: black;
|
|
3854
3904
|
float: left;
|
|
3855
|
-
overflow-
|
|
3905
|
+
overflow-x: hidden;
|
|
3906
|
+
overflow-y: auto;
|
|
3907
|
+
}
|
|
3908
|
+
.gc-panel-flow .gc-panel-fields-section > span {
|
|
3909
|
+
display: block;
|
|
3910
|
+
width: 100%;
|
|
3911
|
+
overflow: hidden;
|
|
3912
|
+
text-overflow: ellipsis;
|
|
3913
|
+
white-space: nowrap;
|
|
3856
3914
|
}
|
|
3857
3915
|
.gc-panel-flow .gc-panel-fields-section[containArea=false] {
|
|
3858
3916
|
width: 100%;
|
|
3859
3917
|
height: calc(100% - 30px);
|
|
3860
3918
|
}
|
|
3861
|
-
.gc-panel-flow .gc-panel-
|
|
3862
|
-
|
|
3863
|
-
text-overflow: ellipsis;
|
|
3919
|
+
.gc-panel-flow .gc-panel-all-field {
|
|
3920
|
+
height: calc(100% - 52px);
|
|
3864
3921
|
}
|
|
3865
3922
|
.gc-panel-flow > span {
|
|
3866
3923
|
color: black;
|
|
@@ -3869,15 +3926,26 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3869
3926
|
width: 49%;
|
|
3870
3927
|
height: calc(100% - 50px);
|
|
3871
3928
|
float: right;
|
|
3872
|
-
overflow-
|
|
3929
|
+
overflow-x: hidden;
|
|
3930
|
+
overflow-y: auto;
|
|
3873
3931
|
color: black;
|
|
3874
3932
|
}
|
|
3933
|
+
.gc-panel-flow .gc-panel-areas-section > span:first-child {
|
|
3934
|
+
display: block;
|
|
3935
|
+
height: 20px;
|
|
3936
|
+
line-height: 20px;
|
|
3937
|
+
margin-bottom: 5px;
|
|
3938
|
+
width: 100%;
|
|
3939
|
+
overflow: hidden;
|
|
3940
|
+
text-overflow: ellipsis;
|
|
3941
|
+
white-space: nowrap;
|
|
3942
|
+
}
|
|
3875
3943
|
.gc-panel-flow .gc-panel-areas-section[containFields=false] {
|
|
3876
3944
|
width: 100%;
|
|
3877
3945
|
height: calc(100% - 40px);
|
|
3878
3946
|
}
|
|
3879
3947
|
.gc-panel-flow .gc-panel-field-area {
|
|
3880
|
-
height: calc(100% -
|
|
3948
|
+
height: calc(100% - 55px);
|
|
3881
3949
|
}
|
|
3882
3950
|
.gc-panel-flow .gc-panel-area-section {
|
|
3883
3951
|
width: 100%;
|
|
@@ -3893,11 +3961,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3893
3961
|
.gc-panel-flow .gc-panel-area-section-Rows {
|
|
3894
3962
|
border-right-color: transparent;
|
|
3895
3963
|
}
|
|
3964
|
+
.gc-panel-flow .gc-panel-area-item-title,
|
|
3965
|
+
.gc-panel-flow .gc-panel-area-item-content {
|
|
3966
|
+
width: 100%;
|
|
3967
|
+
}
|
|
3896
3968
|
.gc-panel-flow .gc-panel-defer-layout-update {
|
|
3897
3969
|
width: 100%;
|
|
3898
3970
|
height: 20px;
|
|
3899
3971
|
line-height: 20px;
|
|
3900
|
-
display:
|
|
3972
|
+
display: block;
|
|
3901
3973
|
margin: 5px 0;
|
|
3902
3974
|
}
|
|
3903
3975
|
.gc-panel-flow .gc-panel-field-area-text {
|
|
@@ -3908,8 +3980,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3908
3980
|
}
|
|
3909
3981
|
|
|
3910
3982
|
.gc-panel-all-field {
|
|
3983
|
+
position: relative;
|
|
3911
3984
|
background-color: #FDFDFD;
|
|
3912
|
-
height: calc(100% -
|
|
3985
|
+
height: calc(100% - 66px);
|
|
3913
3986
|
overflow-y: auto;
|
|
3914
3987
|
border-bottom: 1px solid transparent;
|
|
3915
3988
|
border-top: 1px solid transparent;
|
|
@@ -3946,13 +4019,13 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3946
4019
|
.gc-panel-all-field-checked {
|
|
3947
4020
|
vertical-align: top;
|
|
3948
4021
|
display: inline-block;
|
|
3949
|
-
width: calc(100% -
|
|
4022
|
+
width: calc(100% - 59px);
|
|
3950
4023
|
overflow: hidden;
|
|
3951
4024
|
}
|
|
3952
4025
|
|
|
3953
4026
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-unchecked,
|
|
3954
4027
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-checked {
|
|
3955
|
-
width: calc(100% -
|
|
4028
|
+
width: calc(100% - 78px);
|
|
3956
4029
|
}
|
|
3957
4030
|
|
|
3958
4031
|
.gc-panel-area-item-title {
|
|
@@ -4038,11 +4111,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4038
4111
|
}
|
|
4039
4112
|
|
|
4040
4113
|
.gc-panel-bottomBorderStyle {
|
|
4041
|
-
|
|
4114
|
+
box-shadow: inset 0 -2px 0 #2f9e44;
|
|
4042
4115
|
}
|
|
4043
4116
|
|
|
4044
4117
|
.gc-panel-topBorderStyle {
|
|
4045
|
-
|
|
4118
|
+
box-shadow: inset 0 2px 0 #2f9e44;
|
|
4046
4119
|
}
|
|
4047
4120
|
|
|
4048
4121
|
.gc-panel-all-field-filter {
|
|
@@ -4095,6 +4168,100 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4095
4168
|
background-color: #FDFDFD;
|
|
4096
4169
|
}
|
|
4097
4170
|
|
|
4171
|
+
.gc-panel-search-box {
|
|
4172
|
+
position: relative;
|
|
4173
|
+
margin: 6px 0;
|
|
4174
|
+
width: 100%;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.gc-panel-search-input {
|
|
4178
|
+
width: 100%;
|
|
4179
|
+
height: 24px;
|
|
4180
|
+
padding: 4px 24px 4px 8px;
|
|
4181
|
+
box-sizing: border-box;
|
|
4182
|
+
border: 1px solid transparent;
|
|
4183
|
+
border-radius: 2px;
|
|
4184
|
+
font-size: 12px;
|
|
4185
|
+
font-family: inherit;
|
|
4186
|
+
outline: none;
|
|
4187
|
+
background-color: #FDFDFD;
|
|
4188
|
+
color: black;
|
|
4189
|
+
}
|
|
4190
|
+
.gc-panel-search-input:focus {
|
|
4191
|
+
border-color: #2c7a50;
|
|
4192
|
+
}
|
|
4193
|
+
.gc-panel-search-input::placeholder {
|
|
4194
|
+
color: black;
|
|
4195
|
+
opacity: 0.6;
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
.gc-panel-search-icon,
|
|
4199
|
+
.gc-panel-search-clear {
|
|
4200
|
+
position: absolute;
|
|
4201
|
+
right: 2px;
|
|
4202
|
+
top: 50%;
|
|
4203
|
+
transform: translateY(-50%);
|
|
4204
|
+
display: flex;
|
|
4205
|
+
align-items: center;
|
|
4206
|
+
justify-content: center;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
.gc-panel-search-icon {
|
|
4210
|
+
width: 20px;
|
|
4211
|
+
height: 20px;
|
|
4212
|
+
cursor: default;
|
|
4213
|
+
pointer-events: auto;
|
|
4214
|
+
z-index: 1;
|
|
4215
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23666%27 d=%27M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z%27/%3E%3C/svg%3E");
|
|
4216
|
+
background-repeat: no-repeat;
|
|
4217
|
+
background-position: center;
|
|
4218
|
+
background-size: 14px 14px;
|
|
4219
|
+
}
|
|
4220
|
+
.gc-panel-search-icon.gc-panel-search-icon-hidden {
|
|
4221
|
+
display: none;
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4224
|
+
.gc-panel-search-clear {
|
|
4225
|
+
width: 20px;
|
|
4226
|
+
height: 20px;
|
|
4227
|
+
cursor: pointer;
|
|
4228
|
+
pointer-events: auto;
|
|
4229
|
+
z-index: 1;
|
|
4230
|
+
border-radius: 2px;
|
|
4231
|
+
display: none;
|
|
4232
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23666%27 d=%27M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E");
|
|
4233
|
+
background-repeat: no-repeat;
|
|
4234
|
+
background-position: center;
|
|
4235
|
+
background-size: 16px 16px;
|
|
4236
|
+
transition: background-color 0.2s;
|
|
4237
|
+
}
|
|
4238
|
+
.gc-panel-search-clear.gc-panel-search-clear-visible {
|
|
4239
|
+
display: flex;
|
|
4240
|
+
}
|
|
4241
|
+
.gc-panel-search-clear:hover {
|
|
4242
|
+
background-color: #d4ded9;
|
|
4243
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23fff%27 d=%27M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E");
|
|
4244
|
+
}
|
|
4245
|
+
|
|
4246
|
+
.gc-panel-all-field-item-hidden {
|
|
4247
|
+
display: none !important;
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
.gc-panel-all-field-no-matches {
|
|
4251
|
+
position: absolute;
|
|
4252
|
+
top: 50%;
|
|
4253
|
+
left: 50%;
|
|
4254
|
+
transform: translate(-50%, -50%);
|
|
4255
|
+
color: black;
|
|
4256
|
+
opacity: 0.7;
|
|
4257
|
+
font-size: 12px;
|
|
4258
|
+
white-space: nowrap;
|
|
4259
|
+
display: none;
|
|
4260
|
+
}
|
|
4261
|
+
.gc-panel-all-field-no-matches.gc-panel-all-field-no-matches-visible {
|
|
4262
|
+
display: block;
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4098
4265
|
.gc-ai-icon {
|
|
4099
4266
|
width: 16px;
|
|
4100
4267
|
height: 16px;
|
|
@@ -4728,6 +4895,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4728
4895
|
/* Tools */
|
|
4729
4896
|
/* Component */
|
|
4730
4897
|
/* Layout */
|
|
4898
|
+
/* SVG Checkbox */
|
|
4731
4899
|
.gc-drop-down-list {
|
|
4732
4900
|
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
|
|
4733
4901
|
background: #fcfdfd;
|
|
@@ -5284,6 +5452,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5284
5452
|
display: inline-block;
|
|
5285
5453
|
padding-top: 10px;
|
|
5286
5454
|
height: 100%;
|
|
5455
|
+
width: calc(100% - 50px);
|
|
5456
|
+
cursor: move;
|
|
5287
5457
|
}
|
|
5288
5458
|
|
|
5289
5459
|
.date-group-dialog-content-header,
|
|
@@ -5441,6 +5611,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5441
5611
|
padding-top: 10px;
|
|
5442
5612
|
height: 100%;
|
|
5443
5613
|
width: calc(100% - 50px);
|
|
5614
|
+
cursor: move;
|
|
5444
5615
|
}
|
|
5445
5616
|
|
|
5446
5617
|
.sjs-cancel-icon {
|
|
@@ -5586,6 +5757,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5586
5757
|
display: inline-block;
|
|
5587
5758
|
padding-top: 10px;
|
|
5588
5759
|
height: 100%;
|
|
5760
|
+
width: calc(100% - 50px);
|
|
5761
|
+
cursor: move;
|
|
5589
5762
|
}
|
|
5590
5763
|
|
|
5591
5764
|
.value-filter-body {
|
|
@@ -5662,6 +5835,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5662
5835
|
display: inline-block;
|
|
5663
5836
|
padding-top: 10px;
|
|
5664
5837
|
height: 100%;
|
|
5838
|
+
width: calc(100% - 50px);
|
|
5839
|
+
cursor: move;
|
|
5665
5840
|
}
|
|
5666
5841
|
|
|
5667
5842
|
.top-ten-filter-body {
|
|
@@ -6129,15 +6304,53 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6129
6304
|
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData, .gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showSubtotalTop {
|
|
6130
6305
|
margin: 0px;
|
|
6131
6306
|
appearance: none;
|
|
6307
|
+
-webkit-appearance: none;
|
|
6308
|
+
-moz-appearance: none;
|
|
6132
6309
|
outline: none;
|
|
6133
6310
|
display: inline-block;
|
|
6134
6311
|
width: 13px;
|
|
6135
6312
|
height: 13px;
|
|
6136
|
-
background-color:
|
|
6137
|
-
background-
|
|
6313
|
+
background-color: transparent;
|
|
6314
|
+
background-size: contain;
|
|
6315
|
+
background-repeat: no-repeat;
|
|
6316
|
+
cursor: default;
|
|
6317
|
+
vertical-align: middle;
|
|
6318
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6319
|
+
vertical-align: text-bottom;
|
|
6138
6320
|
}
|
|
6139
6321
|
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData:checked, .gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showSubtotalTop:checked {
|
|
6140
|
-
background-image: url(data:image/svg+xml;base64,
|
|
6322
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6323
|
+
}
|
|
6324
|
+
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData-label {
|
|
6325
|
+
vertical-align: middle;
|
|
6326
|
+
}
|
|
6327
|
+
|
|
6328
|
+
.filter-dialog-container input[type=checkbox],
|
|
6329
|
+
.date-group-dialog-container input[type=checkbox],
|
|
6330
|
+
.number-group-dialog-container input[type=checkbox],
|
|
6331
|
+
.gc-pivot-sort-dialog-container input[type=checkbox],
|
|
6332
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox] {
|
|
6333
|
+
margin: 0px;
|
|
6334
|
+
appearance: none;
|
|
6335
|
+
-webkit-appearance: none;
|
|
6336
|
+
-moz-appearance: none;
|
|
6337
|
+
outline: none;
|
|
6338
|
+
display: inline-block;
|
|
6339
|
+
width: 13px;
|
|
6340
|
+
height: 13px;
|
|
6341
|
+
background-color: transparent;
|
|
6342
|
+
background-size: contain;
|
|
6343
|
+
background-repeat: no-repeat;
|
|
6344
|
+
cursor: default;
|
|
6345
|
+
vertical-align: middle;
|
|
6346
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6347
|
+
}
|
|
6348
|
+
.filter-dialog-container input[type=checkbox]:checked,
|
|
6349
|
+
.date-group-dialog-container input[type=checkbox]:checked,
|
|
6350
|
+
.number-group-dialog-container input[type=checkbox]:checked,
|
|
6351
|
+
.gc-pivot-sort-dialog-container input[type=checkbox]:checked,
|
|
6352
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox]:checked {
|
|
6353
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6141
6354
|
}
|
|
6142
6355
|
|
|
6143
6356
|
.pivot-field-summarize-header {
|
|
@@ -6407,6 +6620,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6407
6620
|
text-align: center;
|
|
6408
6621
|
}
|
|
6409
6622
|
|
|
6623
|
+
.gc-pivot-field-setting-title {
|
|
6624
|
+
width: calc(100% - 54px);
|
|
6625
|
+
cursor: move;
|
|
6626
|
+
}
|
|
6627
|
+
|
|
6410
6628
|
.gcSpread.shape-editor-container {
|
|
6411
6629
|
font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
|
|
6412
6630
|
outline: none;
|
|
@@ -7357,7 +7575,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7357
7575
|
border: solid 1px var(--sjs-theme-border-color);
|
|
7358
7576
|
}
|
|
7359
7577
|
.gc-table-sheet-panel .gc-table-sheet-field-panel .gcsj-func-ac-popup, .gc-table-sheet-panel .gc-table-sheet-cross-column-field .gcsj-func-ac-popup, .gc-table-sheet-cross-column .gc-table-sheet-field-panel .gcsj-func-ac-popup, .gc-table-sheet-cross-column .gc-table-sheet-cross-column-field .gcsj-func-ac-popup {
|
|
7360
|
-
width:
|
|
7578
|
+
width: auto;
|
|
7361
7579
|
}
|
|
7362
7580
|
.gc-table-sheet-panel .gc-table-sheet-field-panel .gcsj-func-help-popup, .gc-table-sheet-panel .gc-table-sheet-cross-column-field .gcsj-func-help-popup, .gc-table-sheet-cross-column .gc-table-sheet-field-panel .gcsj-func-help-popup, .gc-table-sheet-cross-column .gc-table-sheet-cross-column-field .gcsj-func-help-popup {
|
|
7363
7581
|
white-space: normal;
|
|
@@ -7867,6 +8085,27 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7867
8085
|
display: none;
|
|
7868
8086
|
}
|
|
7869
8087
|
|
|
8088
|
+
.gc-table-sheet-sorts-btn-add,
|
|
8089
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8090
|
+
display: inline-block;
|
|
8091
|
+
cursor: pointer;
|
|
8092
|
+
width: 16px;
|
|
8093
|
+
height: 16px;
|
|
8094
|
+
margin: 2px 2px 2px 0;
|
|
8095
|
+
user-select: none;
|
|
8096
|
+
box-sizing: border-box;
|
|
8097
|
+
position: relative;
|
|
8098
|
+
right: 4px;
|
|
8099
|
+
}
|
|
8100
|
+
|
|
8101
|
+
.gc-table-sheet-sorts-btn-add {
|
|
8102
|
+
background: url("data:image/svg+xml,%3Csvg width=%2716px%27 height=%2716px%27 viewBox=%270 0 16 16%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg stroke=%27none%27 stroke-width=%271%27 fill=%27%23666666%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M13,1 C14.6568542,1 16,2.34314575 16,4 L16,13 C16,14.6568542 14.6568542,16 13,16 L4,16 C2.34314575,16 1,14.6568542 1,13 L1,4 C1,2.34314575 2.34314575,1 4,1 L13,1 Z M13,2 L4,2 C2.8954305,2 2,2.8954305 2,4 L2,13 C2,14.1045695 2.8954305,15 4,15 L13,15 C14.1045695,15 15,14.1045695 15,13 L15,4 C15,2.8954305 14.1045695,2 13,2 Z M9,4 L9,8 L13,8 L13,9 L9,9 L9,13 L8,13 L8,9 L4,9 L4,8 L8,8 L8,4 L9,4 Z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
|
|
8103
|
+
}
|
|
8104
|
+
|
|
8105
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8106
|
+
background: url("data:image/svg+xml,%3Csvg width=%2716px%27 height=%2716px%27 viewBox=%270 0 16 16%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg stroke=%27none%27 stroke-width=%271%27 fill=%27%23666666%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M13,1 C14.6568542,1 16,2.34314575 16,4 L16,13 C16,14.6568542 14.6568542,16 13,16 L4,16 C2.34314575,16 1,14.6568542 1,13 L1,4 C1,2.34314575 2.34314575,1 4,1 L13,1 Z M13,2 L4,2 C2.8954305,2 2,2.8954305 2,4 L2,13 C2,14.1045695 2.8954305,15 4,15 L13,15 C14.1045695,15 15,14.1045695 15,13 L15,4 C15,2.8954305 14.1045695,2 13,2 Z M13,8 L13,9 L4,9 L4,8 L13,8 Z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
|
|
8107
|
+
}
|
|
8108
|
+
|
|
7870
8109
|
.gc-name-box-container {
|
|
7871
8110
|
background-color: #dedede;
|
|
7872
8111
|
color: #000000;
|