@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
|
@@ -1224,6 +1224,37 @@ div.gc-search-outer-div input::-ms-clear {
|
|
|
1224
1224
|
box-shadow: none;
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
|
+
.gc-hscrollbar-splitter {
|
|
1228
|
+
position: relative;
|
|
1229
|
+
float: left;
|
|
1230
|
+
cursor: col-resize;
|
|
1231
|
+
background-color: transparent;
|
|
1232
|
+
display: none;
|
|
1233
|
+
box-sizing: border-box;
|
|
1234
|
+
-ms-touch-action: none;
|
|
1235
|
+
touch-action: none;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.gc-hscrollbar-splitter-indicator {
|
|
1239
|
+
position: absolute;
|
|
1240
|
+
left: 50%;
|
|
1241
|
+
top: 50%;
|
|
1242
|
+
transform: translate(-50%, -50%);
|
|
1243
|
+
width: 2px;
|
|
1244
|
+
height: 12px;
|
|
1245
|
+
--splitter-color: var(--splitter-grip-color, #5e5e5e);
|
|
1246
|
+
background: repeating-linear-gradient(to bottom, var(--splitter-color) 0px, var(--splitter-color) 2px, transparent 2px, transparent 4px);
|
|
1247
|
+
background-position: 0 1px;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.gc-hscrollbar-splitter:hover .gc-hscrollbar-splitter-indicator {
|
|
1251
|
+
--splitter-color: var(--splitter-hover-color, var(--splitter-grip-color, #5e5e5e));
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.gc-hscrollbar-splitter-indicator-active {
|
|
1255
|
+
--splitter-color: var(--splitter-active-color, var(--splitter-hover-color, var(--splitter-grip-color, #5e5e5e)));
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1227
1258
|
.gc-scroll-mobile-container {
|
|
1228
1259
|
padding: 2px;
|
|
1229
1260
|
opacity: 1;
|
|
@@ -3140,6 +3171,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3140
3171
|
display: block;
|
|
3141
3172
|
justify-self: flex-end;
|
|
3142
3173
|
margin-left: auto;
|
|
3174
|
+
transform: rotate(0);
|
|
3143
3175
|
}
|
|
3144
3176
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
|
|
3145
3177
|
letter-spacing: 0;
|
|
@@ -3191,7 +3223,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3191
3223
|
font-weight: bold;
|
|
3192
3224
|
color: #444;
|
|
3193
3225
|
padding: 3px 4px;
|
|
3194
|
-
cursor:
|
|
3226
|
+
cursor: default;
|
|
3195
3227
|
}
|
|
3196
3228
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
|
|
3197
3229
|
margin-left: 0.4em;
|
|
@@ -3224,7 +3256,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3224
3256
|
text-overflow: ellipsis;
|
|
3225
3257
|
}
|
|
3226
3258
|
|
|
3227
|
-
.gc-slider {
|
|
3259
|
+
div[gcUIElement=gcSpread] .gc-slider {
|
|
3228
3260
|
font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
|
|
3229
3261
|
-webkit-box-sizing: border-box;
|
|
3230
3262
|
box-sizing: border-box;
|
|
@@ -3243,59 +3275,59 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3243
3275
|
-ms-touch-action: none;
|
|
3244
3276
|
touch-action: none;
|
|
3245
3277
|
}
|
|
3246
|
-
.gc-slider.gc-slider-vertical {
|
|
3278
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical {
|
|
3247
3279
|
width: 12px;
|
|
3248
3280
|
height: 100%;
|
|
3249
3281
|
padding: 0 4px;
|
|
3250
3282
|
}
|
|
3251
|
-
.gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3283
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3252
3284
|
width: 4px;
|
|
3253
3285
|
height: 100%;
|
|
3254
3286
|
}
|
|
3255
|
-
.gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3287
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3256
3288
|
width: 4px;
|
|
3257
3289
|
}
|
|
3258
|
-
.gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3290
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3259
3291
|
width: 4px;
|
|
3260
3292
|
height: 100%;
|
|
3261
3293
|
}
|
|
3262
|
-
.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3294
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3263
3295
|
top: auto;
|
|
3264
3296
|
left: 0px;
|
|
3265
3297
|
margin-bottom: -4px;
|
|
3266
3298
|
box-sizing: content-box;
|
|
3267
3299
|
}
|
|
3268
|
-
.gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3300
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3269
3301
|
margin-bottom: -7px;
|
|
3270
3302
|
margin-left: -7px;
|
|
3271
3303
|
}
|
|
3272
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3304
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3273
3305
|
top: 0;
|
|
3274
3306
|
left: 12px;
|
|
3275
3307
|
width: 18px;
|
|
3276
3308
|
height: 100%;
|
|
3277
3309
|
}
|
|
3278
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3310
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3279
3311
|
left: 4px;
|
|
3280
3312
|
white-space: nowrap;
|
|
3281
3313
|
}
|
|
3282
|
-
.gc-slider.gc-slider-with-marks {
|
|
3314
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-with-marks {
|
|
3283
3315
|
padding-bottom: 32px;
|
|
3284
3316
|
}
|
|
3285
|
-
.gc-slider.gc-slider-disabled {
|
|
3317
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled {
|
|
3286
3318
|
cursor: not-allowed;
|
|
3287
3319
|
}
|
|
3288
|
-
.gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3320
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3289
3321
|
background-color: rgba(0, 0, 0, 0.25);
|
|
3290
3322
|
}
|
|
3291
|
-
.gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3323
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3292
3324
|
background-color: #fff;
|
|
3293
3325
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3294
3326
|
-webkit-box-shadow: none;
|
|
3295
3327
|
box-shadow: none;
|
|
3296
3328
|
cursor: not-allowed;
|
|
3297
3329
|
}
|
|
3298
|
-
.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3330
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3299
3331
|
background-color: #fff;
|
|
3300
3332
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3301
3333
|
-webkit-box-shadow: none;
|
|
@@ -3303,10 +3335,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3303
3335
|
cursor: not-allowed;
|
|
3304
3336
|
cursor: not-allowed;
|
|
3305
3337
|
}
|
|
3306
|
-
.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3338
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3307
3339
|
cursor: not-allowed;
|
|
3308
3340
|
}
|
|
3309
|
-
.gc-slider .gc-slider-rail {
|
|
3341
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-rail {
|
|
3310
3342
|
position: absolute;
|
|
3311
3343
|
width: 100%;
|
|
3312
3344
|
height: 4px;
|
|
@@ -3315,7 +3347,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3315
3347
|
-webkit-transition: background-color 0.3s;
|
|
3316
3348
|
transition: background-color 0.3s;
|
|
3317
3349
|
}
|
|
3318
|
-
.gc-slider .gc-slider-track {
|
|
3350
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-track {
|
|
3319
3351
|
position: absolute;
|
|
3320
3352
|
height: 4px;
|
|
3321
3353
|
background-color: #91d5ff;
|
|
@@ -3323,13 +3355,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3323
3355
|
-webkit-transition: background-color 0.3s ease;
|
|
3324
3356
|
transition: background-color 0.3s ease;
|
|
3325
3357
|
}
|
|
3326
|
-
.gc-slider .gc-slider-step {
|
|
3358
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step {
|
|
3327
3359
|
position: absolute;
|
|
3328
3360
|
width: 100%;
|
|
3329
3361
|
height: 4px;
|
|
3330
3362
|
background: transparent;
|
|
3331
3363
|
}
|
|
3332
|
-
.gc-slider .gc-slider-step .gc-slider-dot {
|
|
3364
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot {
|
|
3333
3365
|
position: absolute;
|
|
3334
3366
|
top: -4px;
|
|
3335
3367
|
width: 8px;
|
|
@@ -3340,13 +3372,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3340
3372
|
border-radius: 50%;
|
|
3341
3373
|
cursor: pointer;
|
|
3342
3374
|
}
|
|
3343
|
-
.gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3375
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3344
3376
|
margin-left: -4px;
|
|
3345
3377
|
}
|
|
3346
|
-
.gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3378
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3347
3379
|
border-color: #91d5ff;
|
|
3348
3380
|
}
|
|
3349
|
-
.gc-slider .gc-slider-handle {
|
|
3381
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle {
|
|
3350
3382
|
position: absolute;
|
|
3351
3383
|
width: 14px;
|
|
3352
3384
|
height: 14px;
|
|
@@ -3365,30 +3397,30 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3365
3397
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3366
3398
|
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);
|
|
3367
3399
|
}
|
|
3368
|
-
.gc-slider .gc-slider-handle:focus {
|
|
3400
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle:focus {
|
|
3369
3401
|
border-color: #3498db;
|
|
3370
3402
|
outline: none;
|
|
3371
3403
|
-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3372
3404
|
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3373
3405
|
}
|
|
3374
|
-
.gc-slider .gc-slider-mark {
|
|
3406
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark {
|
|
3375
3407
|
position: absolute;
|
|
3376
3408
|
top: 30px;
|
|
3377
3409
|
left: 0;
|
|
3378
3410
|
width: 100%;
|
|
3379
3411
|
font-size: 14px;
|
|
3380
3412
|
}
|
|
3381
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3413
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3382
3414
|
position: absolute;
|
|
3383
3415
|
display: inline-block;
|
|
3384
3416
|
color: rgba(0, 0, 0, 0.45);
|
|
3385
3417
|
text-align: center;
|
|
3386
3418
|
cursor: pointer;
|
|
3387
3419
|
}
|
|
3388
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3420
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3389
3421
|
color: rgba(0, 0, 0, 0.65);
|
|
3390
3422
|
}
|
|
3391
|
-
.gc-slider .gc-slider-tooltip {
|
|
3423
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip {
|
|
3392
3424
|
-webkit-box-sizing: border-box;
|
|
3393
3425
|
box-sizing: border-box;
|
|
3394
3426
|
margin: 0;
|
|
@@ -3406,10 +3438,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3406
3438
|
max-width: 250px;
|
|
3407
3439
|
visibility: visible;
|
|
3408
3440
|
}
|
|
3409
|
-
.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3441
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3410
3442
|
padding-bottom: 8px;
|
|
3411
3443
|
}
|
|
3412
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3444
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3413
3445
|
left: 50%;
|
|
3414
3446
|
margin-left: -5px;
|
|
3415
3447
|
position: absolute;
|
|
@@ -3421,7 +3453,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3421
3453
|
border-width: 5px 5px 0;
|
|
3422
3454
|
border-top-color: rgba(0, 0, 0, 0.75);
|
|
3423
3455
|
}
|
|
3424
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3456
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3425
3457
|
min-width: 10px;
|
|
3426
3458
|
min-height: 12px;
|
|
3427
3459
|
padding: 6px 8px;
|
|
@@ -3434,12 +3466,11 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3434
3466
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3435
3467
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3436
3468
|
}
|
|
3437
|
-
|
|
3438
|
-
.gc-slider-container {
|
|
3469
|
+
div[gcUIElement=gcSpread] .gc-slider-container {
|
|
3439
3470
|
background-color: white;
|
|
3440
3471
|
box-sizing: content-box;
|
|
3441
3472
|
}
|
|
3442
|
-
.gc-slider-container.gc-slider-vertical {
|
|
3473
|
+
div[gcUIElement=gcSpread] .gc-slider-container.gc-slider-vertical {
|
|
3443
3474
|
padding: 20px 0;
|
|
3444
3475
|
padding-right: 10px;
|
|
3445
3476
|
}
|
|
@@ -3571,6 +3602,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3571
3602
|
overflow: auto;
|
|
3572
3603
|
}
|
|
3573
3604
|
|
|
3605
|
+
/* Base Style */
|
|
3606
|
+
/* Tools */
|
|
3607
|
+
/* Component */
|
|
3608
|
+
/* Layout */
|
|
3609
|
+
/* SVG Checkbox */
|
|
3574
3610
|
.gc-panel-all {
|
|
3575
3611
|
width: 100%;
|
|
3576
3612
|
height: 100%;
|
|
@@ -3659,17 +3695,30 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3659
3695
|
}
|
|
3660
3696
|
|
|
3661
3697
|
.gc-panel-checkbox {
|
|
3698
|
+
margin: 0px;
|
|
3662
3699
|
appearance: none;
|
|
3700
|
+
-webkit-appearance: none;
|
|
3701
|
+
-moz-appearance: none;
|
|
3663
3702
|
outline: none;
|
|
3664
3703
|
display: inline-block;
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
background-
|
|
3704
|
+
width: 13px;
|
|
3705
|
+
height: 13px;
|
|
3706
|
+
background-color: transparent;
|
|
3707
|
+
background-size: contain;
|
|
3708
|
+
background-repeat: no-repeat;
|
|
3669
3709
|
cursor: default;
|
|
3710
|
+
vertical-align: middle;
|
|
3711
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3712
|
+
line-height: 22px;
|
|
3713
|
+
width: 12px;
|
|
3714
|
+
height: 12px;
|
|
3715
|
+
position: relative;
|
|
3716
|
+
top: -1px;
|
|
3717
|
+
margin-left: 13px;
|
|
3718
|
+
margin-right: 1px;
|
|
3670
3719
|
}
|
|
3671
3720
|
.gc-panel-checkbox:checked {
|
|
3672
|
-
background-image: url(data:image/svg+xml;base64,
|
|
3721
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3673
3722
|
}
|
|
3674
3723
|
|
|
3675
3724
|
.gc-panel-collapse {
|
|
@@ -3768,6 +3817,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3768
3817
|
width: 100%;
|
|
3769
3818
|
height: calc(52% - 60px);
|
|
3770
3819
|
color: #D7D5CD;
|
|
3820
|
+
overflow: hidden;
|
|
3771
3821
|
}
|
|
3772
3822
|
.gc-panel-stack .gc-panel-fields-section[containArea=false] {
|
|
3773
3823
|
height: calc(100% - 30px);
|
|
@@ -3855,15 +3905,22 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3855
3905
|
height: calc(100% - 50px);
|
|
3856
3906
|
color: #D7D5CD;
|
|
3857
3907
|
float: left;
|
|
3858
|
-
overflow-
|
|
3908
|
+
overflow-x: hidden;
|
|
3909
|
+
overflow-y: auto;
|
|
3910
|
+
}
|
|
3911
|
+
.gc-panel-flow .gc-panel-fields-section > span {
|
|
3912
|
+
display: block;
|
|
3913
|
+
width: 100%;
|
|
3914
|
+
overflow: hidden;
|
|
3915
|
+
text-overflow: ellipsis;
|
|
3916
|
+
white-space: nowrap;
|
|
3859
3917
|
}
|
|
3860
3918
|
.gc-panel-flow .gc-panel-fields-section[containArea=false] {
|
|
3861
3919
|
width: 100%;
|
|
3862
3920
|
height: calc(100% - 30px);
|
|
3863
3921
|
}
|
|
3864
|
-
.gc-panel-flow .gc-panel-
|
|
3865
|
-
|
|
3866
|
-
text-overflow: ellipsis;
|
|
3922
|
+
.gc-panel-flow .gc-panel-all-field {
|
|
3923
|
+
height: calc(100% - 52px);
|
|
3867
3924
|
}
|
|
3868
3925
|
.gc-panel-flow > span {
|
|
3869
3926
|
color: #D7D5CD;
|
|
@@ -3872,15 +3929,26 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3872
3929
|
width: 49%;
|
|
3873
3930
|
height: calc(100% - 50px);
|
|
3874
3931
|
float: right;
|
|
3875
|
-
overflow-
|
|
3932
|
+
overflow-x: hidden;
|
|
3933
|
+
overflow-y: auto;
|
|
3876
3934
|
color: #D7D5CD;
|
|
3877
3935
|
}
|
|
3936
|
+
.gc-panel-flow .gc-panel-areas-section > span:first-child {
|
|
3937
|
+
display: block;
|
|
3938
|
+
height: 20px;
|
|
3939
|
+
line-height: 20px;
|
|
3940
|
+
margin-bottom: 5px;
|
|
3941
|
+
width: 100%;
|
|
3942
|
+
overflow: hidden;
|
|
3943
|
+
text-overflow: ellipsis;
|
|
3944
|
+
white-space: nowrap;
|
|
3945
|
+
}
|
|
3878
3946
|
.gc-panel-flow .gc-panel-areas-section[containFields=false] {
|
|
3879
3947
|
width: 100%;
|
|
3880
3948
|
height: calc(100% - 40px);
|
|
3881
3949
|
}
|
|
3882
3950
|
.gc-panel-flow .gc-panel-field-area {
|
|
3883
|
-
height: calc(100% -
|
|
3951
|
+
height: calc(100% - 55px);
|
|
3884
3952
|
}
|
|
3885
3953
|
.gc-panel-flow .gc-panel-area-section {
|
|
3886
3954
|
width: 100%;
|
|
@@ -3896,11 +3964,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3896
3964
|
.gc-panel-flow .gc-panel-area-section-Rows {
|
|
3897
3965
|
border-right-color: transparent;
|
|
3898
3966
|
}
|
|
3967
|
+
.gc-panel-flow .gc-panel-area-item-title,
|
|
3968
|
+
.gc-panel-flow .gc-panel-area-item-content {
|
|
3969
|
+
width: 100%;
|
|
3970
|
+
}
|
|
3899
3971
|
.gc-panel-flow .gc-panel-defer-layout-update {
|
|
3900
3972
|
width: 100%;
|
|
3901
3973
|
height: 20px;
|
|
3902
3974
|
line-height: 20px;
|
|
3903
|
-
display:
|
|
3975
|
+
display: block;
|
|
3904
3976
|
margin: 5px 0;
|
|
3905
3977
|
}
|
|
3906
3978
|
.gc-panel-flow .gc-panel-field-area-text {
|
|
@@ -3911,8 +3983,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3911
3983
|
}
|
|
3912
3984
|
|
|
3913
3985
|
.gc-panel-all-field {
|
|
3986
|
+
position: relative;
|
|
3914
3987
|
background-color: #363636;
|
|
3915
|
-
height: calc(100% -
|
|
3988
|
+
height: calc(100% - 66px);
|
|
3916
3989
|
overflow-y: auto;
|
|
3917
3990
|
border-bottom: 1px solid transparent;
|
|
3918
3991
|
border-top: 1px solid transparent;
|
|
@@ -3949,13 +4022,13 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3949
4022
|
.gc-panel-all-field-checked {
|
|
3950
4023
|
vertical-align: top;
|
|
3951
4024
|
display: inline-block;
|
|
3952
|
-
width: calc(100% -
|
|
4025
|
+
width: calc(100% - 59px);
|
|
3953
4026
|
overflow: hidden;
|
|
3954
4027
|
}
|
|
3955
4028
|
|
|
3956
4029
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-unchecked,
|
|
3957
4030
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-checked {
|
|
3958
|
-
width: calc(100% -
|
|
4031
|
+
width: calc(100% - 78px);
|
|
3959
4032
|
}
|
|
3960
4033
|
|
|
3961
4034
|
.gc-panel-area-item-title {
|
|
@@ -4041,11 +4114,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4041
4114
|
}
|
|
4042
4115
|
|
|
4043
4116
|
.gc-panel-bottomBorderStyle {
|
|
4044
|
-
|
|
4117
|
+
box-shadow: inset 0 -2px 0 #2f9e44;
|
|
4045
4118
|
}
|
|
4046
4119
|
|
|
4047
4120
|
.gc-panel-topBorderStyle {
|
|
4048
|
-
|
|
4121
|
+
box-shadow: inset 0 2px 0 #2f9e44;
|
|
4049
4122
|
}
|
|
4050
4123
|
|
|
4051
4124
|
.gc-panel-all-field-filter {
|
|
@@ -4098,6 +4171,100 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4098
4171
|
background-color: #363636;
|
|
4099
4172
|
}
|
|
4100
4173
|
|
|
4174
|
+
.gc-panel-search-box {
|
|
4175
|
+
position: relative;
|
|
4176
|
+
margin: 6px 0;
|
|
4177
|
+
width: 100%;
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
.gc-panel-search-input {
|
|
4181
|
+
width: 100%;
|
|
4182
|
+
height: 24px;
|
|
4183
|
+
padding: 4px 24px 4px 8px;
|
|
4184
|
+
box-sizing: border-box;
|
|
4185
|
+
border: 1px solid transparent;
|
|
4186
|
+
border-radius: 2px;
|
|
4187
|
+
font-size: 12px;
|
|
4188
|
+
font-family: inherit;
|
|
4189
|
+
outline: none;
|
|
4190
|
+
background-color: #363636;
|
|
4191
|
+
color: #D7D5CD;
|
|
4192
|
+
}
|
|
4193
|
+
.gc-panel-search-input:focus {
|
|
4194
|
+
border-color: #eeeeee;
|
|
4195
|
+
}
|
|
4196
|
+
.gc-panel-search-input::placeholder {
|
|
4197
|
+
color: #D7D5CD;
|
|
4198
|
+
opacity: 0.6;
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
.gc-panel-search-icon,
|
|
4202
|
+
.gc-panel-search-clear {
|
|
4203
|
+
position: absolute;
|
|
4204
|
+
right: 2px;
|
|
4205
|
+
top: 50%;
|
|
4206
|
+
transform: translateY(-50%);
|
|
4207
|
+
display: flex;
|
|
4208
|
+
align-items: center;
|
|
4209
|
+
justify-content: center;
|
|
4210
|
+
}
|
|
4211
|
+
|
|
4212
|
+
.gc-panel-search-icon {
|
|
4213
|
+
width: 20px;
|
|
4214
|
+
height: 20px;
|
|
4215
|
+
cursor: default;
|
|
4216
|
+
pointer-events: auto;
|
|
4217
|
+
z-index: 1;
|
|
4218
|
+
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");
|
|
4219
|
+
background-repeat: no-repeat;
|
|
4220
|
+
background-position: center;
|
|
4221
|
+
background-size: 14px 14px;
|
|
4222
|
+
}
|
|
4223
|
+
.gc-panel-search-icon.gc-panel-search-icon-hidden {
|
|
4224
|
+
display: none;
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4227
|
+
.gc-panel-search-clear {
|
|
4228
|
+
width: 20px;
|
|
4229
|
+
height: 20px;
|
|
4230
|
+
cursor: pointer;
|
|
4231
|
+
pointer-events: auto;
|
|
4232
|
+
z-index: 1;
|
|
4233
|
+
border-radius: 2px;
|
|
4234
|
+
display: none;
|
|
4235
|
+
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");
|
|
4236
|
+
background-repeat: no-repeat;
|
|
4237
|
+
background-position: center;
|
|
4238
|
+
background-size: 16px 16px;
|
|
4239
|
+
transition: background-color 0.2s;
|
|
4240
|
+
}
|
|
4241
|
+
.gc-panel-search-clear.gc-panel-search-clear-visible {
|
|
4242
|
+
display: flex;
|
|
4243
|
+
}
|
|
4244
|
+
.gc-panel-search-clear:hover {
|
|
4245
|
+
background-color: #217346;
|
|
4246
|
+
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");
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4249
|
+
.gc-panel-all-field-item-hidden {
|
|
4250
|
+
display: none !important;
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
.gc-panel-all-field-no-matches {
|
|
4254
|
+
position: absolute;
|
|
4255
|
+
top: 50%;
|
|
4256
|
+
left: 50%;
|
|
4257
|
+
transform: translate(-50%, -50%);
|
|
4258
|
+
color: #D7D5CD;
|
|
4259
|
+
opacity: 0.7;
|
|
4260
|
+
font-size: 12px;
|
|
4261
|
+
white-space: nowrap;
|
|
4262
|
+
display: none;
|
|
4263
|
+
}
|
|
4264
|
+
.gc-panel-all-field-no-matches.gc-panel-all-field-no-matches-visible {
|
|
4265
|
+
display: block;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4101
4268
|
.gc-ai-icon {
|
|
4102
4269
|
width: 16px;
|
|
4103
4270
|
height: 16px;
|
|
@@ -4731,6 +4898,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4731
4898
|
/* Tools */
|
|
4732
4899
|
/* Component */
|
|
4733
4900
|
/* Layout */
|
|
4901
|
+
/* SVG Checkbox */
|
|
4734
4902
|
.gc-drop-down-list {
|
|
4735
4903
|
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
|
|
4736
4904
|
background: #363636;
|
|
@@ -5287,6 +5455,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5287
5455
|
display: inline-block;
|
|
5288
5456
|
padding-top: 10px;
|
|
5289
5457
|
height: 100%;
|
|
5458
|
+
width: calc(100% - 50px);
|
|
5459
|
+
cursor: move;
|
|
5290
5460
|
}
|
|
5291
5461
|
|
|
5292
5462
|
.date-group-dialog-content-header,
|
|
@@ -5444,6 +5614,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5444
5614
|
padding-top: 10px;
|
|
5445
5615
|
height: 100%;
|
|
5446
5616
|
width: calc(100% - 50px);
|
|
5617
|
+
cursor: move;
|
|
5447
5618
|
}
|
|
5448
5619
|
|
|
5449
5620
|
.sjs-cancel-icon {
|
|
@@ -5589,6 +5760,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5589
5760
|
display: inline-block;
|
|
5590
5761
|
padding-top: 10px;
|
|
5591
5762
|
height: 100%;
|
|
5763
|
+
width: calc(100% - 50px);
|
|
5764
|
+
cursor: move;
|
|
5592
5765
|
}
|
|
5593
5766
|
|
|
5594
5767
|
.value-filter-body {
|
|
@@ -5665,6 +5838,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5665
5838
|
display: inline-block;
|
|
5666
5839
|
padding-top: 10px;
|
|
5667
5840
|
height: 100%;
|
|
5841
|
+
width: calc(100% - 50px);
|
|
5842
|
+
cursor: move;
|
|
5668
5843
|
}
|
|
5669
5844
|
|
|
5670
5845
|
.top-ten-filter-body {
|
|
@@ -6132,15 +6307,53 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6132
6307
|
.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 {
|
|
6133
6308
|
margin: 0px;
|
|
6134
6309
|
appearance: none;
|
|
6310
|
+
-webkit-appearance: none;
|
|
6311
|
+
-moz-appearance: none;
|
|
6135
6312
|
outline: none;
|
|
6136
6313
|
display: inline-block;
|
|
6137
6314
|
width: 13px;
|
|
6138
6315
|
height: 13px;
|
|
6139
|
-
background-color:
|
|
6140
|
-
background-
|
|
6316
|
+
background-color: transparent;
|
|
6317
|
+
background-size: contain;
|
|
6318
|
+
background-repeat: no-repeat;
|
|
6319
|
+
cursor: default;
|
|
6320
|
+
vertical-align: middle;
|
|
6321
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6322
|
+
vertical-align: text-bottom;
|
|
6141
6323
|
}
|
|
6142
6324
|
.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 {
|
|
6143
|
-
background-image: url(data:image/svg+xml;base64,
|
|
6325
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6326
|
+
}
|
|
6327
|
+
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData-label {
|
|
6328
|
+
vertical-align: middle;
|
|
6329
|
+
}
|
|
6330
|
+
|
|
6331
|
+
.filter-dialog-container input[type=checkbox],
|
|
6332
|
+
.date-group-dialog-container input[type=checkbox],
|
|
6333
|
+
.number-group-dialog-container input[type=checkbox],
|
|
6334
|
+
.gc-pivot-sort-dialog-container input[type=checkbox],
|
|
6335
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox] {
|
|
6336
|
+
margin: 0px;
|
|
6337
|
+
appearance: none;
|
|
6338
|
+
-webkit-appearance: none;
|
|
6339
|
+
-moz-appearance: none;
|
|
6340
|
+
outline: none;
|
|
6341
|
+
display: inline-block;
|
|
6342
|
+
width: 13px;
|
|
6343
|
+
height: 13px;
|
|
6344
|
+
background-color: transparent;
|
|
6345
|
+
background-size: contain;
|
|
6346
|
+
background-repeat: no-repeat;
|
|
6347
|
+
cursor: default;
|
|
6348
|
+
vertical-align: middle;
|
|
6349
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6350
|
+
}
|
|
6351
|
+
.filter-dialog-container input[type=checkbox]:checked,
|
|
6352
|
+
.date-group-dialog-container input[type=checkbox]:checked,
|
|
6353
|
+
.number-group-dialog-container input[type=checkbox]:checked,
|
|
6354
|
+
.gc-pivot-sort-dialog-container input[type=checkbox]:checked,
|
|
6355
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox]:checked {
|
|
6356
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6144
6357
|
}
|
|
6145
6358
|
|
|
6146
6359
|
.pivot-field-summarize-header {
|
|
@@ -6410,6 +6623,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6410
6623
|
text-align: center;
|
|
6411
6624
|
}
|
|
6412
6625
|
|
|
6626
|
+
.gc-pivot-field-setting-title {
|
|
6627
|
+
width: calc(100% - 54px);
|
|
6628
|
+
cursor: move;
|
|
6629
|
+
}
|
|
6630
|
+
|
|
6413
6631
|
.gcSpread.shape-editor-container {
|
|
6414
6632
|
font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
|
|
6415
6633
|
outline: none;
|
|
@@ -7359,7 +7577,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7359
7577
|
border: solid 1px var(--sjs-theme-border-color);
|
|
7360
7578
|
}
|
|
7361
7579
|
.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 {
|
|
7362
|
-
width:
|
|
7580
|
+
width: auto;
|
|
7363
7581
|
}
|
|
7364
7582
|
.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 {
|
|
7365
7583
|
white-space: normal;
|
|
@@ -7869,6 +8087,27 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7869
8087
|
display: none;
|
|
7870
8088
|
}
|
|
7871
8089
|
|
|
8090
|
+
.gc-table-sheet-sorts-btn-add,
|
|
8091
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8092
|
+
display: inline-block;
|
|
8093
|
+
cursor: pointer;
|
|
8094
|
+
width: 16px;
|
|
8095
|
+
height: 16px;
|
|
8096
|
+
margin: 2px 2px 2px 0;
|
|
8097
|
+
user-select: none;
|
|
8098
|
+
box-sizing: border-box;
|
|
8099
|
+
position: relative;
|
|
8100
|
+
right: 4px;
|
|
8101
|
+
}
|
|
8102
|
+
|
|
8103
|
+
.gc-table-sheet-sorts-btn-add {
|
|
8104
|
+
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%23ffffff%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;
|
|
8105
|
+
}
|
|
8106
|
+
|
|
8107
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8108
|
+
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%23ffffff%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;
|
|
8109
|
+
}
|
|
8110
|
+
|
|
7872
8111
|
.gc-name-box-container {
|
|
7873
8112
|
background-color: #262626;
|
|
7874
8113
|
color: #ffffff;
|