@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
|
@@ -1218,6 +1218,37 @@ div.gc-search-outer-div input::-ms-clear {
|
|
|
1218
1218
|
box-shadow: none;
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
|
+
.gc-hscrollbar-splitter {
|
|
1222
|
+
position: relative;
|
|
1223
|
+
float: left;
|
|
1224
|
+
cursor: col-resize;
|
|
1225
|
+
background-color: transparent;
|
|
1226
|
+
display: none;
|
|
1227
|
+
box-sizing: border-box;
|
|
1228
|
+
-ms-touch-action: none;
|
|
1229
|
+
touch-action: none;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.gc-hscrollbar-splitter-indicator {
|
|
1233
|
+
position: absolute;
|
|
1234
|
+
left: 50%;
|
|
1235
|
+
top: 50%;
|
|
1236
|
+
transform: translate(-50%, -50%);
|
|
1237
|
+
width: 2px;
|
|
1238
|
+
height: 12px;
|
|
1239
|
+
--splitter-color: var(--splitter-grip-color, #c6c6c6);
|
|
1240
|
+
background: repeating-linear-gradient(to bottom, var(--splitter-color) 0px, var(--splitter-color) 2px, transparent 2px, transparent 4px);
|
|
1241
|
+
background-position: 0 1px;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.gc-hscrollbar-splitter:hover .gc-hscrollbar-splitter-indicator {
|
|
1245
|
+
--splitter-color: var(--splitter-hover-color, var(--splitter-grip-color, #c6c6c6));
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.gc-hscrollbar-splitter-indicator-active {
|
|
1249
|
+
--splitter-color: var(--splitter-active-color, var(--splitter-hover-color, var(--splitter-grip-color, #c6c6c6)));
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1221
1252
|
.gc-scroll-mobile-container {
|
|
1222
1253
|
padding: 2px;
|
|
1223
1254
|
opacity: 1;
|
|
@@ -3133,6 +3164,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3133
3164
|
display: block;
|
|
3134
3165
|
justify-self: flex-end;
|
|
3135
3166
|
margin-left: auto;
|
|
3167
|
+
transform: rotate(0);
|
|
3136
3168
|
}
|
|
3137
3169
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
|
|
3138
3170
|
letter-spacing: 0;
|
|
@@ -3184,7 +3216,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3184
3216
|
font-weight: bold;
|
|
3185
3217
|
color: #444;
|
|
3186
3218
|
padding: 3px 4px;
|
|
3187
|
-
cursor:
|
|
3219
|
+
cursor: default;
|
|
3188
3220
|
}
|
|
3189
3221
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
|
|
3190
3222
|
margin-left: 0.4em;
|
|
@@ -3217,7 +3249,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3217
3249
|
text-overflow: ellipsis;
|
|
3218
3250
|
}
|
|
3219
3251
|
|
|
3220
|
-
.gc-slider {
|
|
3252
|
+
div[gcUIElement=gcSpread] .gc-slider {
|
|
3221
3253
|
font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
|
|
3222
3254
|
-webkit-box-sizing: border-box;
|
|
3223
3255
|
box-sizing: border-box;
|
|
@@ -3236,59 +3268,59 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3236
3268
|
-ms-touch-action: none;
|
|
3237
3269
|
touch-action: none;
|
|
3238
3270
|
}
|
|
3239
|
-
.gc-slider.gc-slider-vertical {
|
|
3271
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical {
|
|
3240
3272
|
width: 12px;
|
|
3241
3273
|
height: 100%;
|
|
3242
3274
|
padding: 0 4px;
|
|
3243
3275
|
}
|
|
3244
|
-
.gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3276
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3245
3277
|
width: 4px;
|
|
3246
3278
|
height: 100%;
|
|
3247
3279
|
}
|
|
3248
|
-
.gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3280
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3249
3281
|
width: 4px;
|
|
3250
3282
|
}
|
|
3251
|
-
.gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3283
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3252
3284
|
width: 4px;
|
|
3253
3285
|
height: 100%;
|
|
3254
3286
|
}
|
|
3255
|
-
.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3287
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3256
3288
|
top: auto;
|
|
3257
3289
|
left: 0px;
|
|
3258
3290
|
margin-bottom: -4px;
|
|
3259
3291
|
box-sizing: content-box;
|
|
3260
3292
|
}
|
|
3261
|
-
.gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3293
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3262
3294
|
margin-bottom: -7px;
|
|
3263
3295
|
margin-left: -7px;
|
|
3264
3296
|
}
|
|
3265
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3297
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3266
3298
|
top: 0;
|
|
3267
3299
|
left: 12px;
|
|
3268
3300
|
width: 18px;
|
|
3269
3301
|
height: 100%;
|
|
3270
3302
|
}
|
|
3271
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3303
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3272
3304
|
left: 4px;
|
|
3273
3305
|
white-space: nowrap;
|
|
3274
3306
|
}
|
|
3275
|
-
.gc-slider.gc-slider-with-marks {
|
|
3307
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-with-marks {
|
|
3276
3308
|
padding-bottom: 32px;
|
|
3277
3309
|
}
|
|
3278
|
-
.gc-slider.gc-slider-disabled {
|
|
3310
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled {
|
|
3279
3311
|
cursor: not-allowed;
|
|
3280
3312
|
}
|
|
3281
|
-
.gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3313
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3282
3314
|
background-color: rgba(0, 0, 0, 0.25);
|
|
3283
3315
|
}
|
|
3284
|
-
.gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3316
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3285
3317
|
background-color: #fff;
|
|
3286
3318
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3287
3319
|
-webkit-box-shadow: none;
|
|
3288
3320
|
box-shadow: none;
|
|
3289
3321
|
cursor: not-allowed;
|
|
3290
3322
|
}
|
|
3291
|
-
.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3323
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3292
3324
|
background-color: #fff;
|
|
3293
3325
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3294
3326
|
-webkit-box-shadow: none;
|
|
@@ -3296,10 +3328,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3296
3328
|
cursor: not-allowed;
|
|
3297
3329
|
cursor: not-allowed;
|
|
3298
3330
|
}
|
|
3299
|
-
.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3331
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3300
3332
|
cursor: not-allowed;
|
|
3301
3333
|
}
|
|
3302
|
-
.gc-slider .gc-slider-rail {
|
|
3334
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-rail {
|
|
3303
3335
|
position: absolute;
|
|
3304
3336
|
width: 100%;
|
|
3305
3337
|
height: 4px;
|
|
@@ -3308,7 +3340,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3308
3340
|
-webkit-transition: background-color 0.3s;
|
|
3309
3341
|
transition: background-color 0.3s;
|
|
3310
3342
|
}
|
|
3311
|
-
.gc-slider .gc-slider-track {
|
|
3343
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-track {
|
|
3312
3344
|
position: absolute;
|
|
3313
3345
|
height: 4px;
|
|
3314
3346
|
background-color: #91d5ff;
|
|
@@ -3316,13 +3348,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3316
3348
|
-webkit-transition: background-color 0.3s ease;
|
|
3317
3349
|
transition: background-color 0.3s ease;
|
|
3318
3350
|
}
|
|
3319
|
-
.gc-slider .gc-slider-step {
|
|
3351
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step {
|
|
3320
3352
|
position: absolute;
|
|
3321
3353
|
width: 100%;
|
|
3322
3354
|
height: 4px;
|
|
3323
3355
|
background: transparent;
|
|
3324
3356
|
}
|
|
3325
|
-
.gc-slider .gc-slider-step .gc-slider-dot {
|
|
3357
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot {
|
|
3326
3358
|
position: absolute;
|
|
3327
3359
|
top: -4px;
|
|
3328
3360
|
width: 8px;
|
|
@@ -3333,13 +3365,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3333
3365
|
border-radius: 50%;
|
|
3334
3366
|
cursor: pointer;
|
|
3335
3367
|
}
|
|
3336
|
-
.gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3368
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3337
3369
|
margin-left: -4px;
|
|
3338
3370
|
}
|
|
3339
|
-
.gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3371
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3340
3372
|
border-color: #91d5ff;
|
|
3341
3373
|
}
|
|
3342
|
-
.gc-slider .gc-slider-handle {
|
|
3374
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle {
|
|
3343
3375
|
position: absolute;
|
|
3344
3376
|
width: 14px;
|
|
3345
3377
|
height: 14px;
|
|
@@ -3358,30 +3390,30 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3358
3390
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3359
3391
|
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);
|
|
3360
3392
|
}
|
|
3361
|
-
.gc-slider .gc-slider-handle:focus {
|
|
3393
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle:focus {
|
|
3362
3394
|
border-color: #3498db;
|
|
3363
3395
|
outline: none;
|
|
3364
3396
|
-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3365
3397
|
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3366
3398
|
}
|
|
3367
|
-
.gc-slider .gc-slider-mark {
|
|
3399
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark {
|
|
3368
3400
|
position: absolute;
|
|
3369
3401
|
top: 30px;
|
|
3370
3402
|
left: 0;
|
|
3371
3403
|
width: 100%;
|
|
3372
3404
|
font-size: 14px;
|
|
3373
3405
|
}
|
|
3374
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3406
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3375
3407
|
position: absolute;
|
|
3376
3408
|
display: inline-block;
|
|
3377
3409
|
color: rgba(0, 0, 0, 0.45);
|
|
3378
3410
|
text-align: center;
|
|
3379
3411
|
cursor: pointer;
|
|
3380
3412
|
}
|
|
3381
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3413
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3382
3414
|
color: rgba(0, 0, 0, 0.65);
|
|
3383
3415
|
}
|
|
3384
|
-
.gc-slider .gc-slider-tooltip {
|
|
3416
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip {
|
|
3385
3417
|
-webkit-box-sizing: border-box;
|
|
3386
3418
|
box-sizing: border-box;
|
|
3387
3419
|
margin: 0;
|
|
@@ -3399,10 +3431,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3399
3431
|
max-width: 250px;
|
|
3400
3432
|
visibility: visible;
|
|
3401
3433
|
}
|
|
3402
|
-
.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3434
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3403
3435
|
padding-bottom: 8px;
|
|
3404
3436
|
}
|
|
3405
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3437
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3406
3438
|
left: 50%;
|
|
3407
3439
|
margin-left: -5px;
|
|
3408
3440
|
position: absolute;
|
|
@@ -3414,7 +3446,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3414
3446
|
border-width: 5px 5px 0;
|
|
3415
3447
|
border-top-color: rgba(0, 0, 0, 0.75);
|
|
3416
3448
|
}
|
|
3417
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3449
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3418
3450
|
min-width: 10px;
|
|
3419
3451
|
min-height: 12px;
|
|
3420
3452
|
padding: 6px 8px;
|
|
@@ -3427,12 +3459,11 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3427
3459
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3428
3460
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3429
3461
|
}
|
|
3430
|
-
|
|
3431
|
-
.gc-slider-container {
|
|
3462
|
+
div[gcUIElement=gcSpread] .gc-slider-container {
|
|
3432
3463
|
background-color: white;
|
|
3433
3464
|
box-sizing: content-box;
|
|
3434
3465
|
}
|
|
3435
|
-
.gc-slider-container.gc-slider-vertical {
|
|
3466
|
+
div[gcUIElement=gcSpread] .gc-slider-container.gc-slider-vertical {
|
|
3436
3467
|
padding: 20px 0;
|
|
3437
3468
|
padding-right: 10px;
|
|
3438
3469
|
}
|
|
@@ -3564,6 +3595,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3564
3595
|
overflow: auto;
|
|
3565
3596
|
}
|
|
3566
3597
|
|
|
3598
|
+
/* Base Style */
|
|
3599
|
+
/* Tools */
|
|
3600
|
+
/* Component */
|
|
3601
|
+
/* Layout */
|
|
3602
|
+
/* SVG Checkbox */
|
|
3567
3603
|
.gc-panel-all {
|
|
3568
3604
|
width: 100%;
|
|
3569
3605
|
height: 100%;
|
|
@@ -3652,17 +3688,30 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3652
3688
|
}
|
|
3653
3689
|
|
|
3654
3690
|
.gc-panel-checkbox {
|
|
3691
|
+
margin: 0px;
|
|
3655
3692
|
appearance: none;
|
|
3693
|
+
-webkit-appearance: none;
|
|
3694
|
+
-moz-appearance: none;
|
|
3656
3695
|
outline: none;
|
|
3657
3696
|
display: inline-block;
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
background-
|
|
3697
|
+
width: 13px;
|
|
3698
|
+
height: 13px;
|
|
3699
|
+
background-color: transparent;
|
|
3700
|
+
background-size: contain;
|
|
3701
|
+
background-repeat: no-repeat;
|
|
3662
3702
|
cursor: default;
|
|
3703
|
+
vertical-align: middle;
|
|
3704
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3705
|
+
line-height: 22px;
|
|
3706
|
+
width: 12px;
|
|
3707
|
+
height: 12px;
|
|
3708
|
+
position: relative;
|
|
3709
|
+
top: -1px;
|
|
3710
|
+
margin-left: 13px;
|
|
3711
|
+
margin-right: 1px;
|
|
3663
3712
|
}
|
|
3664
3713
|
.gc-panel-checkbox:checked {
|
|
3665
|
-
background-image: url(data:image/svg+xml;base64,
|
|
3714
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3666
3715
|
}
|
|
3667
3716
|
|
|
3668
3717
|
.gc-panel-collapse {
|
|
@@ -3761,6 +3810,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3761
3810
|
width: 100%;
|
|
3762
3811
|
height: calc(52% - 60px);
|
|
3763
3812
|
color: black;
|
|
3813
|
+
overflow: hidden;
|
|
3764
3814
|
}
|
|
3765
3815
|
.gc-panel-stack .gc-panel-fields-section[containArea=false] {
|
|
3766
3816
|
height: calc(100% - 30px);
|
|
@@ -3848,15 +3898,22 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3848
3898
|
height: calc(100% - 50px);
|
|
3849
3899
|
color: black;
|
|
3850
3900
|
float: left;
|
|
3851
|
-
overflow-
|
|
3901
|
+
overflow-x: hidden;
|
|
3902
|
+
overflow-y: auto;
|
|
3903
|
+
}
|
|
3904
|
+
.gc-panel-flow .gc-panel-fields-section > span {
|
|
3905
|
+
display: block;
|
|
3906
|
+
width: 100%;
|
|
3907
|
+
overflow: hidden;
|
|
3908
|
+
text-overflow: ellipsis;
|
|
3909
|
+
white-space: nowrap;
|
|
3852
3910
|
}
|
|
3853
3911
|
.gc-panel-flow .gc-panel-fields-section[containArea=false] {
|
|
3854
3912
|
width: 100%;
|
|
3855
3913
|
height: calc(100% - 30px);
|
|
3856
3914
|
}
|
|
3857
|
-
.gc-panel-flow .gc-panel-
|
|
3858
|
-
|
|
3859
|
-
text-overflow: ellipsis;
|
|
3915
|
+
.gc-panel-flow .gc-panel-all-field {
|
|
3916
|
+
height: calc(100% - 52px);
|
|
3860
3917
|
}
|
|
3861
3918
|
.gc-panel-flow > span {
|
|
3862
3919
|
color: black;
|
|
@@ -3865,15 +3922,26 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3865
3922
|
width: 49%;
|
|
3866
3923
|
height: calc(100% - 50px);
|
|
3867
3924
|
float: right;
|
|
3868
|
-
overflow-
|
|
3925
|
+
overflow-x: hidden;
|
|
3926
|
+
overflow-y: auto;
|
|
3869
3927
|
color: black;
|
|
3870
3928
|
}
|
|
3929
|
+
.gc-panel-flow .gc-panel-areas-section > span:first-child {
|
|
3930
|
+
display: block;
|
|
3931
|
+
height: 20px;
|
|
3932
|
+
line-height: 20px;
|
|
3933
|
+
margin-bottom: 5px;
|
|
3934
|
+
width: 100%;
|
|
3935
|
+
overflow: hidden;
|
|
3936
|
+
text-overflow: ellipsis;
|
|
3937
|
+
white-space: nowrap;
|
|
3938
|
+
}
|
|
3871
3939
|
.gc-panel-flow .gc-panel-areas-section[containFields=false] {
|
|
3872
3940
|
width: 100%;
|
|
3873
3941
|
height: calc(100% - 40px);
|
|
3874
3942
|
}
|
|
3875
3943
|
.gc-panel-flow .gc-panel-field-area {
|
|
3876
|
-
height: calc(100% -
|
|
3944
|
+
height: calc(100% - 55px);
|
|
3877
3945
|
}
|
|
3878
3946
|
.gc-panel-flow .gc-panel-area-section {
|
|
3879
3947
|
width: 100%;
|
|
@@ -3889,11 +3957,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3889
3957
|
.gc-panel-flow .gc-panel-area-section-Rows {
|
|
3890
3958
|
border-right-color: transparent;
|
|
3891
3959
|
}
|
|
3960
|
+
.gc-panel-flow .gc-panel-area-item-title,
|
|
3961
|
+
.gc-panel-flow .gc-panel-area-item-content {
|
|
3962
|
+
width: 100%;
|
|
3963
|
+
}
|
|
3892
3964
|
.gc-panel-flow .gc-panel-defer-layout-update {
|
|
3893
3965
|
width: 100%;
|
|
3894
3966
|
height: 20px;
|
|
3895
3967
|
line-height: 20px;
|
|
3896
|
-
display:
|
|
3968
|
+
display: block;
|
|
3897
3969
|
margin: 5px 0;
|
|
3898
3970
|
}
|
|
3899
3971
|
.gc-panel-flow .gc-panel-field-area-text {
|
|
@@ -3904,8 +3976,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3904
3976
|
}
|
|
3905
3977
|
|
|
3906
3978
|
.gc-panel-all-field {
|
|
3979
|
+
position: relative;
|
|
3907
3980
|
background-color: white;
|
|
3908
|
-
height: calc(100% -
|
|
3981
|
+
height: calc(100% - 66px);
|
|
3909
3982
|
overflow-y: auto;
|
|
3910
3983
|
border-bottom: 1px solid transparent;
|
|
3911
3984
|
border-top: 1px solid transparent;
|
|
@@ -3942,13 +4015,13 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3942
4015
|
.gc-panel-all-field-checked {
|
|
3943
4016
|
vertical-align: top;
|
|
3944
4017
|
display: inline-block;
|
|
3945
|
-
width: calc(100% -
|
|
4018
|
+
width: calc(100% - 59px);
|
|
3946
4019
|
overflow: hidden;
|
|
3947
4020
|
}
|
|
3948
4021
|
|
|
3949
4022
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-unchecked,
|
|
3950
4023
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-checked {
|
|
3951
|
-
width: calc(100% -
|
|
4024
|
+
width: calc(100% - 78px);
|
|
3952
4025
|
}
|
|
3953
4026
|
|
|
3954
4027
|
.gc-panel-area-item-title {
|
|
@@ -4034,11 +4107,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4034
4107
|
}
|
|
4035
4108
|
|
|
4036
4109
|
.gc-panel-bottomBorderStyle {
|
|
4037
|
-
|
|
4110
|
+
box-shadow: inset 0 -2px 0 #2f9e44;
|
|
4038
4111
|
}
|
|
4039
4112
|
|
|
4040
4113
|
.gc-panel-topBorderStyle {
|
|
4041
|
-
|
|
4114
|
+
box-shadow: inset 0 2px 0 #2f9e44;
|
|
4042
4115
|
}
|
|
4043
4116
|
|
|
4044
4117
|
.gc-panel-all-field-filter {
|
|
@@ -4091,6 +4164,100 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4091
4164
|
background-color: white;
|
|
4092
4165
|
}
|
|
4093
4166
|
|
|
4167
|
+
.gc-panel-search-box {
|
|
4168
|
+
position: relative;
|
|
4169
|
+
margin: 6px 0;
|
|
4170
|
+
width: 100%;
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
.gc-panel-search-input {
|
|
4174
|
+
width: 100%;
|
|
4175
|
+
height: 24px;
|
|
4176
|
+
padding: 4px 24px 4px 8px;
|
|
4177
|
+
box-sizing: border-box;
|
|
4178
|
+
border: 1px solid transparent;
|
|
4179
|
+
border-radius: 2px;
|
|
4180
|
+
font-size: 12px;
|
|
4181
|
+
font-family: inherit;
|
|
4182
|
+
outline: none;
|
|
4183
|
+
background-color: white;
|
|
4184
|
+
color: black;
|
|
4185
|
+
}
|
|
4186
|
+
.gc-panel-search-input:focus {
|
|
4187
|
+
border-color: #2c7a50;
|
|
4188
|
+
}
|
|
4189
|
+
.gc-panel-search-input::placeholder {
|
|
4190
|
+
color: black;
|
|
4191
|
+
opacity: 0.6;
|
|
4192
|
+
}
|
|
4193
|
+
|
|
4194
|
+
.gc-panel-search-icon,
|
|
4195
|
+
.gc-panel-search-clear {
|
|
4196
|
+
position: absolute;
|
|
4197
|
+
right: 2px;
|
|
4198
|
+
top: 50%;
|
|
4199
|
+
transform: translateY(-50%);
|
|
4200
|
+
display: flex;
|
|
4201
|
+
align-items: center;
|
|
4202
|
+
justify-content: center;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4205
|
+
.gc-panel-search-icon {
|
|
4206
|
+
width: 20px;
|
|
4207
|
+
height: 20px;
|
|
4208
|
+
cursor: default;
|
|
4209
|
+
pointer-events: auto;
|
|
4210
|
+
z-index: 1;
|
|
4211
|
+
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");
|
|
4212
|
+
background-repeat: no-repeat;
|
|
4213
|
+
background-position: center;
|
|
4214
|
+
background-size: 14px 14px;
|
|
4215
|
+
}
|
|
4216
|
+
.gc-panel-search-icon.gc-panel-search-icon-hidden {
|
|
4217
|
+
display: none;
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
.gc-panel-search-clear {
|
|
4221
|
+
width: 20px;
|
|
4222
|
+
height: 20px;
|
|
4223
|
+
cursor: pointer;
|
|
4224
|
+
pointer-events: auto;
|
|
4225
|
+
z-index: 1;
|
|
4226
|
+
border-radius: 2px;
|
|
4227
|
+
display: none;
|
|
4228
|
+
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");
|
|
4229
|
+
background-repeat: no-repeat;
|
|
4230
|
+
background-position: center;
|
|
4231
|
+
background-size: 16px 16px;
|
|
4232
|
+
transition: background-color 0.2s;
|
|
4233
|
+
}
|
|
4234
|
+
.gc-panel-search-clear.gc-panel-search-clear-visible {
|
|
4235
|
+
display: flex;
|
|
4236
|
+
}
|
|
4237
|
+
.gc-panel-search-clear:hover {
|
|
4238
|
+
background-color: #217346;
|
|
4239
|
+
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");
|
|
4240
|
+
}
|
|
4241
|
+
|
|
4242
|
+
.gc-panel-all-field-item-hidden {
|
|
4243
|
+
display: none !important;
|
|
4244
|
+
}
|
|
4245
|
+
|
|
4246
|
+
.gc-panel-all-field-no-matches {
|
|
4247
|
+
position: absolute;
|
|
4248
|
+
top: 50%;
|
|
4249
|
+
left: 50%;
|
|
4250
|
+
transform: translate(-50%, -50%);
|
|
4251
|
+
color: black;
|
|
4252
|
+
opacity: 0.7;
|
|
4253
|
+
font-size: 12px;
|
|
4254
|
+
white-space: nowrap;
|
|
4255
|
+
display: none;
|
|
4256
|
+
}
|
|
4257
|
+
.gc-panel-all-field-no-matches.gc-panel-all-field-no-matches-visible {
|
|
4258
|
+
display: block;
|
|
4259
|
+
}
|
|
4260
|
+
|
|
4094
4261
|
.gc-ai-icon {
|
|
4095
4262
|
width: 16px;
|
|
4096
4263
|
height: 16px;
|
|
@@ -4724,6 +4891,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4724
4891
|
/* Tools */
|
|
4725
4892
|
/* Component */
|
|
4726
4893
|
/* Layout */
|
|
4894
|
+
/* SVG Checkbox */
|
|
4727
4895
|
.gc-drop-down-list {
|
|
4728
4896
|
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
|
|
4729
4897
|
background: #ffffff;
|
|
@@ -5280,6 +5448,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5280
5448
|
display: inline-block;
|
|
5281
5449
|
padding-top: 10px;
|
|
5282
5450
|
height: 100%;
|
|
5451
|
+
width: calc(100% - 50px);
|
|
5452
|
+
cursor: move;
|
|
5283
5453
|
}
|
|
5284
5454
|
|
|
5285
5455
|
.date-group-dialog-content-header,
|
|
@@ -5437,6 +5607,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5437
5607
|
padding-top: 10px;
|
|
5438
5608
|
height: 100%;
|
|
5439
5609
|
width: calc(100% - 50px);
|
|
5610
|
+
cursor: move;
|
|
5440
5611
|
}
|
|
5441
5612
|
|
|
5442
5613
|
.sjs-cancel-icon {
|
|
@@ -5582,6 +5753,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5582
5753
|
display: inline-block;
|
|
5583
5754
|
padding-top: 10px;
|
|
5584
5755
|
height: 100%;
|
|
5756
|
+
width: calc(100% - 50px);
|
|
5757
|
+
cursor: move;
|
|
5585
5758
|
}
|
|
5586
5759
|
|
|
5587
5760
|
.value-filter-body {
|
|
@@ -5658,6 +5831,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5658
5831
|
display: inline-block;
|
|
5659
5832
|
padding-top: 10px;
|
|
5660
5833
|
height: 100%;
|
|
5834
|
+
width: calc(100% - 50px);
|
|
5835
|
+
cursor: move;
|
|
5661
5836
|
}
|
|
5662
5837
|
|
|
5663
5838
|
.top-ten-filter-body {
|
|
@@ -6125,15 +6300,53 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6125
6300
|
.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 {
|
|
6126
6301
|
margin: 0px;
|
|
6127
6302
|
appearance: none;
|
|
6303
|
+
-webkit-appearance: none;
|
|
6304
|
+
-moz-appearance: none;
|
|
6128
6305
|
outline: none;
|
|
6129
6306
|
display: inline-block;
|
|
6130
6307
|
width: 13px;
|
|
6131
6308
|
height: 13px;
|
|
6132
|
-
background-color:
|
|
6133
|
-
background-
|
|
6309
|
+
background-color: transparent;
|
|
6310
|
+
background-size: contain;
|
|
6311
|
+
background-repeat: no-repeat;
|
|
6312
|
+
cursor: default;
|
|
6313
|
+
vertical-align: middle;
|
|
6314
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6315
|
+
vertical-align: text-bottom;
|
|
6134
6316
|
}
|
|
6135
6317
|
.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 {
|
|
6136
|
-
background-image: url(data:image/svg+xml;base64,
|
|
6318
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6319
|
+
}
|
|
6320
|
+
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData-label {
|
|
6321
|
+
vertical-align: middle;
|
|
6322
|
+
}
|
|
6323
|
+
|
|
6324
|
+
.filter-dialog-container input[type=checkbox],
|
|
6325
|
+
.date-group-dialog-container input[type=checkbox],
|
|
6326
|
+
.number-group-dialog-container input[type=checkbox],
|
|
6327
|
+
.gc-pivot-sort-dialog-container input[type=checkbox],
|
|
6328
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox] {
|
|
6329
|
+
margin: 0px;
|
|
6330
|
+
appearance: none;
|
|
6331
|
+
-webkit-appearance: none;
|
|
6332
|
+
-moz-appearance: none;
|
|
6333
|
+
outline: none;
|
|
6334
|
+
display: inline-block;
|
|
6335
|
+
width: 13px;
|
|
6336
|
+
height: 13px;
|
|
6337
|
+
background-color: transparent;
|
|
6338
|
+
background-size: contain;
|
|
6339
|
+
background-repeat: no-repeat;
|
|
6340
|
+
cursor: default;
|
|
6341
|
+
vertical-align: middle;
|
|
6342
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6343
|
+
}
|
|
6344
|
+
.filter-dialog-container input[type=checkbox]:checked,
|
|
6345
|
+
.date-group-dialog-container input[type=checkbox]:checked,
|
|
6346
|
+
.number-group-dialog-container input[type=checkbox]:checked,
|
|
6347
|
+
.gc-pivot-sort-dialog-container input[type=checkbox]:checked,
|
|
6348
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox]:checked {
|
|
6349
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6137
6350
|
}
|
|
6138
6351
|
|
|
6139
6352
|
.pivot-field-summarize-header {
|
|
@@ -6403,6 +6616,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6403
6616
|
text-align: center;
|
|
6404
6617
|
}
|
|
6405
6618
|
|
|
6619
|
+
.gc-pivot-field-setting-title {
|
|
6620
|
+
width: calc(100% - 54px);
|
|
6621
|
+
cursor: move;
|
|
6622
|
+
}
|
|
6623
|
+
|
|
6406
6624
|
.gcSpread.shape-editor-container {
|
|
6407
6625
|
font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
|
|
6408
6626
|
outline: none;
|
|
@@ -7353,7 +7571,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7353
7571
|
border: solid 1px var(--sjs-theme-border-color);
|
|
7354
7572
|
}
|
|
7355
7573
|
.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 {
|
|
7356
|
-
width:
|
|
7574
|
+
width: auto;
|
|
7357
7575
|
}
|
|
7358
7576
|
.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 {
|
|
7359
7577
|
white-space: normal;
|
|
@@ -7863,6 +8081,27 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7863
8081
|
display: none;
|
|
7864
8082
|
}
|
|
7865
8083
|
|
|
8084
|
+
.gc-table-sheet-sorts-btn-add,
|
|
8085
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8086
|
+
display: inline-block;
|
|
8087
|
+
cursor: pointer;
|
|
8088
|
+
width: 16px;
|
|
8089
|
+
height: 16px;
|
|
8090
|
+
margin: 2px 2px 2px 0;
|
|
8091
|
+
user-select: none;
|
|
8092
|
+
box-sizing: border-box;
|
|
8093
|
+
position: relative;
|
|
8094
|
+
right: 4px;
|
|
8095
|
+
}
|
|
8096
|
+
|
|
8097
|
+
.gc-table-sheet-sorts-btn-add {
|
|
8098
|
+
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;
|
|
8099
|
+
}
|
|
8100
|
+
|
|
8101
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
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 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;
|
|
8103
|
+
}
|
|
8104
|
+
|
|
7866
8105
|
.gc-name-box-container {
|
|
7867
8106
|
background-color: #ffffff;
|
|
7868
8107
|
color: #000000;
|