@mescius/spread-sheets 19.0.6 → 19.1.0
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;
|
|
@@ -3142,6 +3173,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3142
3173
|
display: block;
|
|
3143
3174
|
justify-self: flex-end;
|
|
3144
3175
|
margin-left: auto;
|
|
3176
|
+
transform: rotate(0);
|
|
3145
3177
|
}
|
|
3146
3178
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
|
|
3147
3179
|
letter-spacing: 0;
|
|
@@ -3193,7 +3225,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3193
3225
|
font-weight: bold;
|
|
3194
3226
|
color: #444;
|
|
3195
3227
|
padding: 3px 4px;
|
|
3196
|
-
cursor:
|
|
3228
|
+
cursor: default;
|
|
3197
3229
|
}
|
|
3198
3230
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
|
|
3199
3231
|
margin-left: 0.4em;
|
|
@@ -3226,7 +3258,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3226
3258
|
text-overflow: ellipsis;
|
|
3227
3259
|
}
|
|
3228
3260
|
|
|
3229
|
-
.gc-slider {
|
|
3261
|
+
div[gcUIElement=gcSpread] .gc-slider {
|
|
3230
3262
|
font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
|
|
3231
3263
|
-webkit-box-sizing: border-box;
|
|
3232
3264
|
box-sizing: border-box;
|
|
@@ -3245,59 +3277,59 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3245
3277
|
-ms-touch-action: none;
|
|
3246
3278
|
touch-action: none;
|
|
3247
3279
|
}
|
|
3248
|
-
.gc-slider.gc-slider-vertical {
|
|
3280
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical {
|
|
3249
3281
|
width: 12px;
|
|
3250
3282
|
height: 100%;
|
|
3251
3283
|
padding: 0 4px;
|
|
3252
3284
|
}
|
|
3253
|
-
.gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3285
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3254
3286
|
width: 4px;
|
|
3255
3287
|
height: 100%;
|
|
3256
3288
|
}
|
|
3257
|
-
.gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3289
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3258
3290
|
width: 4px;
|
|
3259
3291
|
}
|
|
3260
|
-
.gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3292
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3261
3293
|
width: 4px;
|
|
3262
3294
|
height: 100%;
|
|
3263
3295
|
}
|
|
3264
|
-
.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3296
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3265
3297
|
top: auto;
|
|
3266
3298
|
left: 0px;
|
|
3267
3299
|
margin-bottom: -4px;
|
|
3268
3300
|
box-sizing: content-box;
|
|
3269
3301
|
}
|
|
3270
|
-
.gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3302
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3271
3303
|
margin-bottom: -7px;
|
|
3272
3304
|
margin-left: -7px;
|
|
3273
3305
|
}
|
|
3274
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3306
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3275
3307
|
top: 0;
|
|
3276
3308
|
left: 12px;
|
|
3277
3309
|
width: 18px;
|
|
3278
3310
|
height: 100%;
|
|
3279
3311
|
}
|
|
3280
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3312
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3281
3313
|
left: 4px;
|
|
3282
3314
|
white-space: nowrap;
|
|
3283
3315
|
}
|
|
3284
|
-
.gc-slider.gc-slider-with-marks {
|
|
3316
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-with-marks {
|
|
3285
3317
|
padding-bottom: 32px;
|
|
3286
3318
|
}
|
|
3287
|
-
.gc-slider.gc-slider-disabled {
|
|
3319
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled {
|
|
3288
3320
|
cursor: not-allowed;
|
|
3289
3321
|
}
|
|
3290
|
-
.gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3322
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3291
3323
|
background-color: rgba(0, 0, 0, 0.25);
|
|
3292
3324
|
}
|
|
3293
|
-
.gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3325
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3294
3326
|
background-color: #fff;
|
|
3295
3327
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3296
3328
|
-webkit-box-shadow: none;
|
|
3297
3329
|
box-shadow: none;
|
|
3298
3330
|
cursor: not-allowed;
|
|
3299
3331
|
}
|
|
3300
|
-
.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3332
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3301
3333
|
background-color: #fff;
|
|
3302
3334
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3303
3335
|
-webkit-box-shadow: none;
|
|
@@ -3305,10 +3337,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3305
3337
|
cursor: not-allowed;
|
|
3306
3338
|
cursor: not-allowed;
|
|
3307
3339
|
}
|
|
3308
|
-
.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3340
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3309
3341
|
cursor: not-allowed;
|
|
3310
3342
|
}
|
|
3311
|
-
.gc-slider .gc-slider-rail {
|
|
3343
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-rail {
|
|
3312
3344
|
position: absolute;
|
|
3313
3345
|
width: 100%;
|
|
3314
3346
|
height: 4px;
|
|
@@ -3317,7 +3349,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3317
3349
|
-webkit-transition: background-color 0.3s;
|
|
3318
3350
|
transition: background-color 0.3s;
|
|
3319
3351
|
}
|
|
3320
|
-
.gc-slider .gc-slider-track {
|
|
3352
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-track {
|
|
3321
3353
|
position: absolute;
|
|
3322
3354
|
height: 4px;
|
|
3323
3355
|
background-color: #91d5ff;
|
|
@@ -3325,13 +3357,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3325
3357
|
-webkit-transition: background-color 0.3s ease;
|
|
3326
3358
|
transition: background-color 0.3s ease;
|
|
3327
3359
|
}
|
|
3328
|
-
.gc-slider .gc-slider-step {
|
|
3360
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step {
|
|
3329
3361
|
position: absolute;
|
|
3330
3362
|
width: 100%;
|
|
3331
3363
|
height: 4px;
|
|
3332
3364
|
background: transparent;
|
|
3333
3365
|
}
|
|
3334
|
-
.gc-slider .gc-slider-step .gc-slider-dot {
|
|
3366
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot {
|
|
3335
3367
|
position: absolute;
|
|
3336
3368
|
top: -4px;
|
|
3337
3369
|
width: 8px;
|
|
@@ -3342,13 +3374,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3342
3374
|
border-radius: 50%;
|
|
3343
3375
|
cursor: pointer;
|
|
3344
3376
|
}
|
|
3345
|
-
.gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3377
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3346
3378
|
margin-left: -4px;
|
|
3347
3379
|
}
|
|
3348
|
-
.gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3380
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3349
3381
|
border-color: #91d5ff;
|
|
3350
3382
|
}
|
|
3351
|
-
.gc-slider .gc-slider-handle {
|
|
3383
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle {
|
|
3352
3384
|
position: absolute;
|
|
3353
3385
|
width: 14px;
|
|
3354
3386
|
height: 14px;
|
|
@@ -3367,30 +3399,30 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3367
3399
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3368
3400
|
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);
|
|
3369
3401
|
}
|
|
3370
|
-
.gc-slider .gc-slider-handle:focus {
|
|
3402
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle:focus {
|
|
3371
3403
|
border-color: #3498db;
|
|
3372
3404
|
outline: none;
|
|
3373
3405
|
-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3374
3406
|
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3375
3407
|
}
|
|
3376
|
-
.gc-slider .gc-slider-mark {
|
|
3408
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark {
|
|
3377
3409
|
position: absolute;
|
|
3378
3410
|
top: 30px;
|
|
3379
3411
|
left: 0;
|
|
3380
3412
|
width: 100%;
|
|
3381
3413
|
font-size: 14px;
|
|
3382
3414
|
}
|
|
3383
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3415
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3384
3416
|
position: absolute;
|
|
3385
3417
|
display: inline-block;
|
|
3386
3418
|
color: rgba(0, 0, 0, 0.45);
|
|
3387
3419
|
text-align: center;
|
|
3388
3420
|
cursor: pointer;
|
|
3389
3421
|
}
|
|
3390
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3422
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3391
3423
|
color: rgba(0, 0, 0, 0.65);
|
|
3392
3424
|
}
|
|
3393
|
-
.gc-slider .gc-slider-tooltip {
|
|
3425
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip {
|
|
3394
3426
|
-webkit-box-sizing: border-box;
|
|
3395
3427
|
box-sizing: border-box;
|
|
3396
3428
|
margin: 0;
|
|
@@ -3408,10 +3440,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3408
3440
|
max-width: 250px;
|
|
3409
3441
|
visibility: visible;
|
|
3410
3442
|
}
|
|
3411
|
-
.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3443
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3412
3444
|
padding-bottom: 8px;
|
|
3413
3445
|
}
|
|
3414
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3446
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3415
3447
|
left: 50%;
|
|
3416
3448
|
margin-left: -5px;
|
|
3417
3449
|
position: absolute;
|
|
@@ -3423,7 +3455,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3423
3455
|
border-width: 5px 5px 0;
|
|
3424
3456
|
border-top-color: rgba(0, 0, 0, 0.75);
|
|
3425
3457
|
}
|
|
3426
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3458
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3427
3459
|
min-width: 10px;
|
|
3428
3460
|
min-height: 12px;
|
|
3429
3461
|
padding: 6px 8px;
|
|
@@ -3436,12 +3468,11 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3436
3468
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3437
3469
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3438
3470
|
}
|
|
3439
|
-
|
|
3440
|
-
.gc-slider-container {
|
|
3471
|
+
div[gcUIElement=gcSpread] .gc-slider-container {
|
|
3441
3472
|
background-color: white;
|
|
3442
3473
|
box-sizing: content-box;
|
|
3443
3474
|
}
|
|
3444
|
-
.gc-slider-container.gc-slider-vertical {
|
|
3475
|
+
div[gcUIElement=gcSpread] .gc-slider-container.gc-slider-vertical {
|
|
3445
3476
|
padding: 20px 0;
|
|
3446
3477
|
padding-right: 10px;
|
|
3447
3478
|
}
|
|
@@ -3573,6 +3604,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3573
3604
|
overflow: auto;
|
|
3574
3605
|
}
|
|
3575
3606
|
|
|
3607
|
+
/* Base Style */
|
|
3608
|
+
/* Tools */
|
|
3609
|
+
/* Component */
|
|
3610
|
+
/* Layout */
|
|
3611
|
+
/* SVG Checkbox */
|
|
3576
3612
|
.gc-panel-all {
|
|
3577
3613
|
width: 100%;
|
|
3578
3614
|
height: 100%;
|
|
@@ -3661,17 +3697,30 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3661
3697
|
}
|
|
3662
3698
|
|
|
3663
3699
|
.gc-panel-checkbox {
|
|
3700
|
+
margin: 0px;
|
|
3664
3701
|
appearance: none;
|
|
3702
|
+
-webkit-appearance: none;
|
|
3703
|
+
-moz-appearance: none;
|
|
3665
3704
|
outline: none;
|
|
3666
3705
|
display: inline-block;
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
background-
|
|
3706
|
+
width: 13px;
|
|
3707
|
+
height: 13px;
|
|
3708
|
+
background-color: transparent;
|
|
3709
|
+
background-size: contain;
|
|
3710
|
+
background-repeat: no-repeat;
|
|
3671
3711
|
cursor: default;
|
|
3712
|
+
vertical-align: middle;
|
|
3713
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3714
|
+
line-height: 22px;
|
|
3715
|
+
width: 12px;
|
|
3716
|
+
height: 12px;
|
|
3717
|
+
position: relative;
|
|
3718
|
+
top: -1px;
|
|
3719
|
+
margin-left: 13px;
|
|
3720
|
+
margin-right: 1px;
|
|
3672
3721
|
}
|
|
3673
3722
|
.gc-panel-checkbox:checked {
|
|
3674
|
-
background-image: url(data:image/svg+xml;base64,
|
|
3723
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3675
3724
|
}
|
|
3676
3725
|
|
|
3677
3726
|
.gc-panel-collapse {
|
|
@@ -3770,6 +3819,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3770
3819
|
width: 100%;
|
|
3771
3820
|
height: calc(52% - 60px);
|
|
3772
3821
|
color: black;
|
|
3822
|
+
overflow: hidden;
|
|
3773
3823
|
}
|
|
3774
3824
|
.gc-panel-stack .gc-panel-fields-section[containArea=false] {
|
|
3775
3825
|
height: calc(100% - 30px);
|
|
@@ -3857,15 +3907,22 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3857
3907
|
height: calc(100% - 50px);
|
|
3858
3908
|
color: black;
|
|
3859
3909
|
float: left;
|
|
3860
|
-
overflow-
|
|
3910
|
+
overflow-x: hidden;
|
|
3911
|
+
overflow-y: auto;
|
|
3912
|
+
}
|
|
3913
|
+
.gc-panel-flow .gc-panel-fields-section > span {
|
|
3914
|
+
display: block;
|
|
3915
|
+
width: 100%;
|
|
3916
|
+
overflow: hidden;
|
|
3917
|
+
text-overflow: ellipsis;
|
|
3918
|
+
white-space: nowrap;
|
|
3861
3919
|
}
|
|
3862
3920
|
.gc-panel-flow .gc-panel-fields-section[containArea=false] {
|
|
3863
3921
|
width: 100%;
|
|
3864
3922
|
height: calc(100% - 30px);
|
|
3865
3923
|
}
|
|
3866
|
-
.gc-panel-flow .gc-panel-
|
|
3867
|
-
|
|
3868
|
-
text-overflow: ellipsis;
|
|
3924
|
+
.gc-panel-flow .gc-panel-all-field {
|
|
3925
|
+
height: calc(100% - 52px);
|
|
3869
3926
|
}
|
|
3870
3927
|
.gc-panel-flow > span {
|
|
3871
3928
|
color: black;
|
|
@@ -3874,15 +3931,26 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3874
3931
|
width: 49%;
|
|
3875
3932
|
height: calc(100% - 50px);
|
|
3876
3933
|
float: right;
|
|
3877
|
-
overflow-
|
|
3934
|
+
overflow-x: hidden;
|
|
3935
|
+
overflow-y: auto;
|
|
3878
3936
|
color: black;
|
|
3879
3937
|
}
|
|
3938
|
+
.gc-panel-flow .gc-panel-areas-section > span:first-child {
|
|
3939
|
+
display: block;
|
|
3940
|
+
height: 20px;
|
|
3941
|
+
line-height: 20px;
|
|
3942
|
+
margin-bottom: 5px;
|
|
3943
|
+
width: 100%;
|
|
3944
|
+
overflow: hidden;
|
|
3945
|
+
text-overflow: ellipsis;
|
|
3946
|
+
white-space: nowrap;
|
|
3947
|
+
}
|
|
3880
3948
|
.gc-panel-flow .gc-panel-areas-section[containFields=false] {
|
|
3881
3949
|
width: 100%;
|
|
3882
3950
|
height: calc(100% - 40px);
|
|
3883
3951
|
}
|
|
3884
3952
|
.gc-panel-flow .gc-panel-field-area {
|
|
3885
|
-
height: calc(100% -
|
|
3953
|
+
height: calc(100% - 55px);
|
|
3886
3954
|
}
|
|
3887
3955
|
.gc-panel-flow .gc-panel-area-section {
|
|
3888
3956
|
width: 100%;
|
|
@@ -3898,11 +3966,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3898
3966
|
.gc-panel-flow .gc-panel-area-section-Rows {
|
|
3899
3967
|
border-right-color: transparent;
|
|
3900
3968
|
}
|
|
3969
|
+
.gc-panel-flow .gc-panel-area-item-title,
|
|
3970
|
+
.gc-panel-flow .gc-panel-area-item-content {
|
|
3971
|
+
width: 100%;
|
|
3972
|
+
}
|
|
3901
3973
|
.gc-panel-flow .gc-panel-defer-layout-update {
|
|
3902
3974
|
width: 100%;
|
|
3903
3975
|
height: 20px;
|
|
3904
3976
|
line-height: 20px;
|
|
3905
|
-
display:
|
|
3977
|
+
display: block;
|
|
3906
3978
|
margin: 5px 0;
|
|
3907
3979
|
}
|
|
3908
3980
|
.gc-panel-flow .gc-panel-field-area-text {
|
|
@@ -3913,8 +3985,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3913
3985
|
}
|
|
3914
3986
|
|
|
3915
3987
|
.gc-panel-all-field {
|
|
3988
|
+
position: relative;
|
|
3916
3989
|
background-color: #FDFDFD;
|
|
3917
|
-
height: calc(100% -
|
|
3990
|
+
height: calc(100% - 66px);
|
|
3918
3991
|
overflow-y: auto;
|
|
3919
3992
|
border-bottom: 1px solid transparent;
|
|
3920
3993
|
border-top: 1px solid transparent;
|
|
@@ -3951,13 +4024,13 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3951
4024
|
.gc-panel-all-field-checked {
|
|
3952
4025
|
vertical-align: top;
|
|
3953
4026
|
display: inline-block;
|
|
3954
|
-
width: calc(100% -
|
|
4027
|
+
width: calc(100% - 59px);
|
|
3955
4028
|
overflow: hidden;
|
|
3956
4029
|
}
|
|
3957
4030
|
|
|
3958
4031
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-unchecked,
|
|
3959
4032
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-checked {
|
|
3960
|
-
width: calc(100% -
|
|
4033
|
+
width: calc(100% - 78px);
|
|
3961
4034
|
}
|
|
3962
4035
|
|
|
3963
4036
|
.gc-panel-area-item-title {
|
|
@@ -4043,11 +4116,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4043
4116
|
}
|
|
4044
4117
|
|
|
4045
4118
|
.gc-panel-bottomBorderStyle {
|
|
4046
|
-
|
|
4119
|
+
box-shadow: inset 0 -2px 0 #2f9e44;
|
|
4047
4120
|
}
|
|
4048
4121
|
|
|
4049
4122
|
.gc-panel-topBorderStyle {
|
|
4050
|
-
|
|
4123
|
+
box-shadow: inset 0 2px 0 #2f9e44;
|
|
4051
4124
|
}
|
|
4052
4125
|
|
|
4053
4126
|
.gc-panel-all-field-filter {
|
|
@@ -4100,6 +4173,100 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4100
4173
|
background-color: #FDFDFD;
|
|
4101
4174
|
}
|
|
4102
4175
|
|
|
4176
|
+
.gc-panel-search-box {
|
|
4177
|
+
position: relative;
|
|
4178
|
+
margin: 6px 0;
|
|
4179
|
+
width: 100%;
|
|
4180
|
+
}
|
|
4181
|
+
|
|
4182
|
+
.gc-panel-search-input {
|
|
4183
|
+
width: 100%;
|
|
4184
|
+
height: 24px;
|
|
4185
|
+
padding: 4px 24px 4px 8px;
|
|
4186
|
+
box-sizing: border-box;
|
|
4187
|
+
border: 1px solid transparent;
|
|
4188
|
+
border-radius: 2px;
|
|
4189
|
+
font-size: 12px;
|
|
4190
|
+
font-family: inherit;
|
|
4191
|
+
outline: none;
|
|
4192
|
+
background-color: #FDFDFD;
|
|
4193
|
+
color: black;
|
|
4194
|
+
}
|
|
4195
|
+
.gc-panel-search-input:focus {
|
|
4196
|
+
border-color: #2c7a50;
|
|
4197
|
+
}
|
|
4198
|
+
.gc-panel-search-input::placeholder {
|
|
4199
|
+
color: black;
|
|
4200
|
+
opacity: 0.6;
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
.gc-panel-search-icon,
|
|
4204
|
+
.gc-panel-search-clear {
|
|
4205
|
+
position: absolute;
|
|
4206
|
+
right: 2px;
|
|
4207
|
+
top: 50%;
|
|
4208
|
+
transform: translateY(-50%);
|
|
4209
|
+
display: flex;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
justify-content: center;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
.gc-panel-search-icon {
|
|
4215
|
+
width: 20px;
|
|
4216
|
+
height: 20px;
|
|
4217
|
+
cursor: default;
|
|
4218
|
+
pointer-events: auto;
|
|
4219
|
+
z-index: 1;
|
|
4220
|
+
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");
|
|
4221
|
+
background-repeat: no-repeat;
|
|
4222
|
+
background-position: center;
|
|
4223
|
+
background-size: 14px 14px;
|
|
4224
|
+
}
|
|
4225
|
+
.gc-panel-search-icon.gc-panel-search-icon-hidden {
|
|
4226
|
+
display: none;
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4229
|
+
.gc-panel-search-clear {
|
|
4230
|
+
width: 20px;
|
|
4231
|
+
height: 20px;
|
|
4232
|
+
cursor: pointer;
|
|
4233
|
+
pointer-events: auto;
|
|
4234
|
+
z-index: 1;
|
|
4235
|
+
border-radius: 2px;
|
|
4236
|
+
display: none;
|
|
4237
|
+
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");
|
|
4238
|
+
background-repeat: no-repeat;
|
|
4239
|
+
background-position: center;
|
|
4240
|
+
background-size: 16px 16px;
|
|
4241
|
+
transition: background-color 0.2s;
|
|
4242
|
+
}
|
|
4243
|
+
.gc-panel-search-clear.gc-panel-search-clear-visible {
|
|
4244
|
+
display: flex;
|
|
4245
|
+
}
|
|
4246
|
+
.gc-panel-search-clear:hover {
|
|
4247
|
+
background-color: #217346;
|
|
4248
|
+
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");
|
|
4249
|
+
}
|
|
4250
|
+
|
|
4251
|
+
.gc-panel-all-field-item-hidden {
|
|
4252
|
+
display: none !important;
|
|
4253
|
+
}
|
|
4254
|
+
|
|
4255
|
+
.gc-panel-all-field-no-matches {
|
|
4256
|
+
position: absolute;
|
|
4257
|
+
top: 50%;
|
|
4258
|
+
left: 50%;
|
|
4259
|
+
transform: translate(-50%, -50%);
|
|
4260
|
+
color: black;
|
|
4261
|
+
opacity: 0.7;
|
|
4262
|
+
font-size: 12px;
|
|
4263
|
+
white-space: nowrap;
|
|
4264
|
+
display: none;
|
|
4265
|
+
}
|
|
4266
|
+
.gc-panel-all-field-no-matches.gc-panel-all-field-no-matches-visible {
|
|
4267
|
+
display: block;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4103
4270
|
.gc-ai-icon {
|
|
4104
4271
|
width: 16px;
|
|
4105
4272
|
height: 16px;
|
|
@@ -4733,6 +4900,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4733
4900
|
/* Tools */
|
|
4734
4901
|
/* Component */
|
|
4735
4902
|
/* Layout */
|
|
4903
|
+
/* SVG Checkbox */
|
|
4736
4904
|
.gc-drop-down-list {
|
|
4737
4905
|
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
|
|
4738
4906
|
background: #fcfdfd;
|
|
@@ -5289,6 +5457,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5289
5457
|
display: inline-block;
|
|
5290
5458
|
padding-top: 10px;
|
|
5291
5459
|
height: 100%;
|
|
5460
|
+
width: calc(100% - 50px);
|
|
5461
|
+
cursor: move;
|
|
5292
5462
|
}
|
|
5293
5463
|
|
|
5294
5464
|
.date-group-dialog-content-header,
|
|
@@ -5446,6 +5616,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5446
5616
|
padding-top: 10px;
|
|
5447
5617
|
height: 100%;
|
|
5448
5618
|
width: calc(100% - 50px);
|
|
5619
|
+
cursor: move;
|
|
5449
5620
|
}
|
|
5450
5621
|
|
|
5451
5622
|
.sjs-cancel-icon {
|
|
@@ -5591,6 +5762,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5591
5762
|
display: inline-block;
|
|
5592
5763
|
padding-top: 10px;
|
|
5593
5764
|
height: 100%;
|
|
5765
|
+
width: calc(100% - 50px);
|
|
5766
|
+
cursor: move;
|
|
5594
5767
|
}
|
|
5595
5768
|
|
|
5596
5769
|
.value-filter-body {
|
|
@@ -5667,6 +5840,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5667
5840
|
display: inline-block;
|
|
5668
5841
|
padding-top: 10px;
|
|
5669
5842
|
height: 100%;
|
|
5843
|
+
width: calc(100% - 50px);
|
|
5844
|
+
cursor: move;
|
|
5670
5845
|
}
|
|
5671
5846
|
|
|
5672
5847
|
.top-ten-filter-body {
|
|
@@ -6134,15 +6309,53 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6134
6309
|
.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 {
|
|
6135
6310
|
margin: 0px;
|
|
6136
6311
|
appearance: none;
|
|
6312
|
+
-webkit-appearance: none;
|
|
6313
|
+
-moz-appearance: none;
|
|
6137
6314
|
outline: none;
|
|
6138
6315
|
display: inline-block;
|
|
6139
6316
|
width: 13px;
|
|
6140
6317
|
height: 13px;
|
|
6141
|
-
background-color:
|
|
6142
|
-
background-
|
|
6318
|
+
background-color: transparent;
|
|
6319
|
+
background-size: contain;
|
|
6320
|
+
background-repeat: no-repeat;
|
|
6321
|
+
cursor: default;
|
|
6322
|
+
vertical-align: middle;
|
|
6323
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6324
|
+
vertical-align: text-bottom;
|
|
6143
6325
|
}
|
|
6144
6326
|
.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 {
|
|
6145
|
-
background-image: url(data:image/svg+xml;base64,
|
|
6327
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6328
|
+
}
|
|
6329
|
+
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData-label {
|
|
6330
|
+
vertical-align: middle;
|
|
6331
|
+
}
|
|
6332
|
+
|
|
6333
|
+
.filter-dialog-container input[type=checkbox],
|
|
6334
|
+
.date-group-dialog-container input[type=checkbox],
|
|
6335
|
+
.number-group-dialog-container input[type=checkbox],
|
|
6336
|
+
.gc-pivot-sort-dialog-container input[type=checkbox],
|
|
6337
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox] {
|
|
6338
|
+
margin: 0px;
|
|
6339
|
+
appearance: none;
|
|
6340
|
+
-webkit-appearance: none;
|
|
6341
|
+
-moz-appearance: none;
|
|
6342
|
+
outline: none;
|
|
6343
|
+
display: inline-block;
|
|
6344
|
+
width: 13px;
|
|
6345
|
+
height: 13px;
|
|
6346
|
+
background-color: transparent;
|
|
6347
|
+
background-size: contain;
|
|
6348
|
+
background-repeat: no-repeat;
|
|
6349
|
+
cursor: default;
|
|
6350
|
+
vertical-align: middle;
|
|
6351
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6352
|
+
}
|
|
6353
|
+
.filter-dialog-container input[type=checkbox]:checked,
|
|
6354
|
+
.date-group-dialog-container input[type=checkbox]:checked,
|
|
6355
|
+
.number-group-dialog-container input[type=checkbox]:checked,
|
|
6356
|
+
.gc-pivot-sort-dialog-container input[type=checkbox]:checked,
|
|
6357
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox]:checked {
|
|
6358
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6146
6359
|
}
|
|
6147
6360
|
|
|
6148
6361
|
.pivot-field-summarize-header {
|
|
@@ -6412,6 +6625,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6412
6625
|
text-align: center;
|
|
6413
6626
|
}
|
|
6414
6627
|
|
|
6628
|
+
.gc-pivot-field-setting-title {
|
|
6629
|
+
width: calc(100% - 54px);
|
|
6630
|
+
cursor: move;
|
|
6631
|
+
}
|
|
6632
|
+
|
|
6415
6633
|
.gcSpread.shape-editor-container {
|
|
6416
6634
|
font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
|
|
6417
6635
|
outline: none;
|
|
@@ -7362,7 +7580,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7362
7580
|
border: solid 1px var(--sjs-theme-border-color);
|
|
7363
7581
|
}
|
|
7364
7582
|
.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 {
|
|
7365
|
-
width:
|
|
7583
|
+
width: auto;
|
|
7366
7584
|
}
|
|
7367
7585
|
.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 {
|
|
7368
7586
|
white-space: normal;
|
|
@@ -7872,6 +8090,27 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7872
8090
|
display: none;
|
|
7873
8091
|
}
|
|
7874
8092
|
|
|
8093
|
+
.gc-table-sheet-sorts-btn-add,
|
|
8094
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8095
|
+
display: inline-block;
|
|
8096
|
+
cursor: pointer;
|
|
8097
|
+
width: 16px;
|
|
8098
|
+
height: 16px;
|
|
8099
|
+
margin: 2px 2px 2px 0;
|
|
8100
|
+
user-select: none;
|
|
8101
|
+
box-sizing: border-box;
|
|
8102
|
+
position: relative;
|
|
8103
|
+
right: 4px;
|
|
8104
|
+
}
|
|
8105
|
+
|
|
8106
|
+
.gc-table-sheet-sorts-btn-add {
|
|
8107
|
+
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;
|
|
8108
|
+
}
|
|
8109
|
+
|
|
8110
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8111
|
+
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;
|
|
8112
|
+
}
|
|
8113
|
+
|
|
7875
8114
|
.gc-name-box-container {
|
|
7876
8115
|
background-color: #ffffff;
|
|
7877
8116
|
color: #000000;
|