@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
|
@@ -1181,6 +1181,37 @@ div.gc-search-outer-div input::-ms-clear {
|
|
|
1181
1181
|
box-shadow: none;
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
|
+
.gc-hscrollbar-splitter {
|
|
1185
|
+
position: relative;
|
|
1186
|
+
float: left;
|
|
1187
|
+
cursor: col-resize;
|
|
1188
|
+
background-color: transparent;
|
|
1189
|
+
display: none;
|
|
1190
|
+
box-sizing: border-box;
|
|
1191
|
+
-ms-touch-action: none;
|
|
1192
|
+
touch-action: none;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.gc-hscrollbar-splitter-indicator {
|
|
1196
|
+
position: absolute;
|
|
1197
|
+
left: 50%;
|
|
1198
|
+
top: 50%;
|
|
1199
|
+
transform: translate(-50%, -50%);
|
|
1200
|
+
width: 2px;
|
|
1201
|
+
height: 12px;
|
|
1202
|
+
--splitter-color: var(--splitter-grip-color, #a7abb0);
|
|
1203
|
+
background: repeating-linear-gradient(to bottom, var(--splitter-color) 0px, var(--splitter-color) 2px, transparent 2px, transparent 4px);
|
|
1204
|
+
background-position: 0 1px;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.gc-hscrollbar-splitter:hover .gc-hscrollbar-splitter-indicator {
|
|
1208
|
+
--splitter-color: var(--splitter-hover-color, var(--splitter-grip-color, #a7abb0));
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.gc-hscrollbar-splitter-indicator-active {
|
|
1212
|
+
--splitter-color: var(--splitter-active-color, var(--splitter-hover-color, var(--splitter-grip-color, #a7abb0)));
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1184
1215
|
.gc-scroll-mobile-container {
|
|
1185
1216
|
padding: 2px;
|
|
1186
1217
|
opacity: 1;
|
|
@@ -3097,6 +3128,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3097
3128
|
display: block;
|
|
3098
3129
|
justify-self: flex-end;
|
|
3099
3130
|
margin-left: auto;
|
|
3131
|
+
transform: rotate(0);
|
|
3100
3132
|
}
|
|
3101
3133
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
|
|
3102
3134
|
letter-spacing: 0;
|
|
@@ -3148,7 +3180,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3148
3180
|
font-weight: bold;
|
|
3149
3181
|
color: #444;
|
|
3150
3182
|
padding: 3px 4px;
|
|
3151
|
-
cursor:
|
|
3183
|
+
cursor: default;
|
|
3152
3184
|
}
|
|
3153
3185
|
div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
|
|
3154
3186
|
margin-left: 0.4em;
|
|
@@ -3181,7 +3213,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3181
3213
|
text-overflow: ellipsis;
|
|
3182
3214
|
}
|
|
3183
3215
|
|
|
3184
|
-
.gc-slider {
|
|
3216
|
+
div[gcUIElement=gcSpread] .gc-slider {
|
|
3185
3217
|
font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
|
|
3186
3218
|
-webkit-box-sizing: border-box;
|
|
3187
3219
|
box-sizing: border-box;
|
|
@@ -3200,59 +3232,59 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3200
3232
|
-ms-touch-action: none;
|
|
3201
3233
|
touch-action: none;
|
|
3202
3234
|
}
|
|
3203
|
-
.gc-slider.gc-slider-vertical {
|
|
3235
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical {
|
|
3204
3236
|
width: 12px;
|
|
3205
3237
|
height: 100%;
|
|
3206
3238
|
padding: 0 4px;
|
|
3207
3239
|
}
|
|
3208
|
-
.gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3240
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-rail {
|
|
3209
3241
|
width: 4px;
|
|
3210
3242
|
height: 100%;
|
|
3211
3243
|
}
|
|
3212
|
-
.gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3244
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-track {
|
|
3213
3245
|
width: 4px;
|
|
3214
3246
|
}
|
|
3215
|
-
.gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3247
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step {
|
|
3216
3248
|
width: 4px;
|
|
3217
3249
|
height: 100%;
|
|
3218
3250
|
}
|
|
3219
|
-
.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3251
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
|
|
3220
3252
|
top: auto;
|
|
3221
3253
|
left: 0px;
|
|
3222
3254
|
margin-bottom: -4px;
|
|
3223
3255
|
box-sizing: content-box;
|
|
3224
3256
|
}
|
|
3225
|
-
.gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3257
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-handle {
|
|
3226
3258
|
margin-bottom: -7px;
|
|
3227
3259
|
margin-left: -7px;
|
|
3228
3260
|
}
|
|
3229
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3261
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark {
|
|
3230
3262
|
top: 0;
|
|
3231
3263
|
left: 12px;
|
|
3232
3264
|
width: 18px;
|
|
3233
3265
|
height: 100%;
|
|
3234
3266
|
}
|
|
3235
|
-
.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3267
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
|
|
3236
3268
|
left: 4px;
|
|
3237
3269
|
white-space: nowrap;
|
|
3238
3270
|
}
|
|
3239
|
-
.gc-slider.gc-slider-with-marks {
|
|
3271
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-with-marks {
|
|
3240
3272
|
padding-bottom: 32px;
|
|
3241
3273
|
}
|
|
3242
|
-
.gc-slider.gc-slider-disabled {
|
|
3274
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled {
|
|
3243
3275
|
cursor: not-allowed;
|
|
3244
3276
|
}
|
|
3245
|
-
.gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3277
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-track {
|
|
3246
3278
|
background-color: rgba(0, 0, 0, 0.25);
|
|
3247
3279
|
}
|
|
3248
|
-
.gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3280
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-handle {
|
|
3249
3281
|
background-color: #fff;
|
|
3250
3282
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3251
3283
|
-webkit-box-shadow: none;
|
|
3252
3284
|
box-shadow: none;
|
|
3253
3285
|
cursor: not-allowed;
|
|
3254
3286
|
}
|
|
3255
|
-
.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3287
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
|
|
3256
3288
|
background-color: #fff;
|
|
3257
3289
|
border-color: rgba(0, 0, 0, 0.25);
|
|
3258
3290
|
-webkit-box-shadow: none;
|
|
@@ -3260,10 +3292,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3260
3292
|
cursor: not-allowed;
|
|
3261
3293
|
cursor: not-allowed;
|
|
3262
3294
|
}
|
|
3263
|
-
.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3295
|
+
div[gcUIElement=gcSpread] .gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
|
|
3264
3296
|
cursor: not-allowed;
|
|
3265
3297
|
}
|
|
3266
|
-
.gc-slider .gc-slider-rail {
|
|
3298
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-rail {
|
|
3267
3299
|
position: absolute;
|
|
3268
3300
|
width: 100%;
|
|
3269
3301
|
height: 4px;
|
|
@@ -3272,7 +3304,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3272
3304
|
-webkit-transition: background-color 0.3s;
|
|
3273
3305
|
transition: background-color 0.3s;
|
|
3274
3306
|
}
|
|
3275
|
-
.gc-slider .gc-slider-track {
|
|
3307
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-track {
|
|
3276
3308
|
position: absolute;
|
|
3277
3309
|
height: 4px;
|
|
3278
3310
|
background-color: #91d5ff;
|
|
@@ -3280,13 +3312,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3280
3312
|
-webkit-transition: background-color 0.3s ease;
|
|
3281
3313
|
transition: background-color 0.3s ease;
|
|
3282
3314
|
}
|
|
3283
|
-
.gc-slider .gc-slider-step {
|
|
3315
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step {
|
|
3284
3316
|
position: absolute;
|
|
3285
3317
|
width: 100%;
|
|
3286
3318
|
height: 4px;
|
|
3287
3319
|
background: transparent;
|
|
3288
3320
|
}
|
|
3289
|
-
.gc-slider .gc-slider-step .gc-slider-dot {
|
|
3321
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot {
|
|
3290
3322
|
position: absolute;
|
|
3291
3323
|
top: -4px;
|
|
3292
3324
|
width: 8px;
|
|
@@ -3297,13 +3329,13 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3297
3329
|
border-radius: 50%;
|
|
3298
3330
|
cursor: pointer;
|
|
3299
3331
|
}
|
|
3300
|
-
.gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3332
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot:first-child {
|
|
3301
3333
|
margin-left: -4px;
|
|
3302
3334
|
}
|
|
3303
|
-
.gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3335
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-step .gc-slider-dot-active {
|
|
3304
3336
|
border-color: #91d5ff;
|
|
3305
3337
|
}
|
|
3306
|
-
.gc-slider .gc-slider-handle {
|
|
3338
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle {
|
|
3307
3339
|
position: absolute;
|
|
3308
3340
|
width: 14px;
|
|
3309
3341
|
height: 14px;
|
|
@@ -3322,30 +3354,30 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3322
3354
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
3323
3355
|
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);
|
|
3324
3356
|
}
|
|
3325
|
-
.gc-slider .gc-slider-handle:focus {
|
|
3357
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-handle:focus {
|
|
3326
3358
|
border-color: #3498db;
|
|
3327
3359
|
outline: none;
|
|
3328
3360
|
-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3329
3361
|
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
|
|
3330
3362
|
}
|
|
3331
|
-
.gc-slider .gc-slider-mark {
|
|
3363
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark {
|
|
3332
3364
|
position: absolute;
|
|
3333
3365
|
top: 30px;
|
|
3334
3366
|
left: 0;
|
|
3335
3367
|
width: 100%;
|
|
3336
3368
|
font-size: 14px;
|
|
3337
3369
|
}
|
|
3338
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3370
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text {
|
|
3339
3371
|
position: absolute;
|
|
3340
3372
|
display: inline-block;
|
|
3341
3373
|
color: rgba(0, 0, 0, 0.45);
|
|
3342
3374
|
text-align: center;
|
|
3343
3375
|
cursor: pointer;
|
|
3344
3376
|
}
|
|
3345
|
-
.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3377
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-mark .gc-slider-mark-text-active {
|
|
3346
3378
|
color: rgba(0, 0, 0, 0.65);
|
|
3347
3379
|
}
|
|
3348
|
-
.gc-slider .gc-slider-tooltip {
|
|
3380
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip {
|
|
3349
3381
|
-webkit-box-sizing: border-box;
|
|
3350
3382
|
box-sizing: border-box;
|
|
3351
3383
|
margin: 0;
|
|
@@ -3363,10 +3395,10 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3363
3395
|
max-width: 250px;
|
|
3364
3396
|
visibility: visible;
|
|
3365
3397
|
}
|
|
3366
|
-
.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3398
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
|
|
3367
3399
|
padding-bottom: 8px;
|
|
3368
3400
|
}
|
|
3369
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3401
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
|
|
3370
3402
|
left: 50%;
|
|
3371
3403
|
margin-left: -5px;
|
|
3372
3404
|
position: absolute;
|
|
@@ -3378,7 +3410,7 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3378
3410
|
border-width: 5px 5px 0;
|
|
3379
3411
|
border-top-color: rgba(0, 0, 0, 0.75);
|
|
3380
3412
|
}
|
|
3381
|
-
.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3413
|
+
div[gcUIElement=gcSpread] .gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
|
|
3382
3414
|
min-width: 10px;
|
|
3383
3415
|
min-height: 12px;
|
|
3384
3416
|
padding: 6px 8px;
|
|
@@ -3391,12 +3423,11 @@ div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-c
|
|
|
3391
3423
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3392
3424
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
3393
3425
|
}
|
|
3394
|
-
|
|
3395
|
-
.gc-slider-container {
|
|
3426
|
+
div[gcUIElement=gcSpread] .gc-slider-container {
|
|
3396
3427
|
background-color: white;
|
|
3397
3428
|
box-sizing: content-box;
|
|
3398
3429
|
}
|
|
3399
|
-
.gc-slider-container.gc-slider-vertical {
|
|
3430
|
+
div[gcUIElement=gcSpread] .gc-slider-container.gc-slider-vertical {
|
|
3400
3431
|
padding: 20px 0;
|
|
3401
3432
|
padding-right: 10px;
|
|
3402
3433
|
}
|
|
@@ -3528,6 +3559,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3528
3559
|
overflow: auto;
|
|
3529
3560
|
}
|
|
3530
3561
|
|
|
3562
|
+
/* Base Style */
|
|
3563
|
+
/* Tools */
|
|
3564
|
+
/* Component */
|
|
3565
|
+
/* Layout */
|
|
3566
|
+
/* SVG Checkbox */
|
|
3531
3567
|
.gc-panel-all {
|
|
3532
3568
|
width: 100%;
|
|
3533
3569
|
height: 100%;
|
|
@@ -3616,17 +3652,30 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3616
3652
|
}
|
|
3617
3653
|
|
|
3618
3654
|
.gc-panel-checkbox {
|
|
3655
|
+
margin: 0px;
|
|
3619
3656
|
appearance: none;
|
|
3657
|
+
-webkit-appearance: none;
|
|
3658
|
+
-moz-appearance: none;
|
|
3620
3659
|
outline: none;
|
|
3621
3660
|
display: inline-block;
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
background-
|
|
3661
|
+
width: 13px;
|
|
3662
|
+
height: 13px;
|
|
3663
|
+
background-color: transparent;
|
|
3664
|
+
background-size: contain;
|
|
3665
|
+
background-repeat: no-repeat;
|
|
3626
3666
|
cursor: default;
|
|
3667
|
+
vertical-align: middle;
|
|
3668
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3669
|
+
line-height: 22px;
|
|
3670
|
+
width: 12px;
|
|
3671
|
+
height: 12px;
|
|
3672
|
+
position: relative;
|
|
3673
|
+
top: -1px;
|
|
3674
|
+
margin-left: 13px;
|
|
3675
|
+
margin-right: 1px;
|
|
3627
3676
|
}
|
|
3628
3677
|
.gc-panel-checkbox:checked {
|
|
3629
|
-
background-image: url(data:image/svg+xml;base64,
|
|
3678
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
3630
3679
|
}
|
|
3631
3680
|
|
|
3632
3681
|
.gc-panel-collapse {
|
|
@@ -3725,6 +3774,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3725
3774
|
width: 100%;
|
|
3726
3775
|
height: calc(52% - 60px);
|
|
3727
3776
|
color: black;
|
|
3777
|
+
overflow: hidden;
|
|
3728
3778
|
}
|
|
3729
3779
|
.gc-panel-stack .gc-panel-fields-section[containArea=false] {
|
|
3730
3780
|
height: calc(100% - 30px);
|
|
@@ -3812,15 +3862,22 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3812
3862
|
height: calc(100% - 50px);
|
|
3813
3863
|
color: black;
|
|
3814
3864
|
float: left;
|
|
3815
|
-
overflow-
|
|
3865
|
+
overflow-x: hidden;
|
|
3866
|
+
overflow-y: auto;
|
|
3867
|
+
}
|
|
3868
|
+
.gc-panel-flow .gc-panel-fields-section > span {
|
|
3869
|
+
display: block;
|
|
3870
|
+
width: 100%;
|
|
3871
|
+
overflow: hidden;
|
|
3872
|
+
text-overflow: ellipsis;
|
|
3873
|
+
white-space: nowrap;
|
|
3816
3874
|
}
|
|
3817
3875
|
.gc-panel-flow .gc-panel-fields-section[containArea=false] {
|
|
3818
3876
|
width: 100%;
|
|
3819
3877
|
height: calc(100% - 30px);
|
|
3820
3878
|
}
|
|
3821
|
-
.gc-panel-flow .gc-panel-
|
|
3822
|
-
|
|
3823
|
-
text-overflow: ellipsis;
|
|
3879
|
+
.gc-panel-flow .gc-panel-all-field {
|
|
3880
|
+
height: calc(100% - 52px);
|
|
3824
3881
|
}
|
|
3825
3882
|
.gc-panel-flow > span {
|
|
3826
3883
|
color: black;
|
|
@@ -3829,15 +3886,26 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3829
3886
|
width: 49%;
|
|
3830
3887
|
height: calc(100% - 50px);
|
|
3831
3888
|
float: right;
|
|
3832
|
-
overflow-
|
|
3889
|
+
overflow-x: hidden;
|
|
3890
|
+
overflow-y: auto;
|
|
3833
3891
|
color: black;
|
|
3834
3892
|
}
|
|
3893
|
+
.gc-panel-flow .gc-panel-areas-section > span:first-child {
|
|
3894
|
+
display: block;
|
|
3895
|
+
height: 20px;
|
|
3896
|
+
line-height: 20px;
|
|
3897
|
+
margin-bottom: 5px;
|
|
3898
|
+
width: 100%;
|
|
3899
|
+
overflow: hidden;
|
|
3900
|
+
text-overflow: ellipsis;
|
|
3901
|
+
white-space: nowrap;
|
|
3902
|
+
}
|
|
3835
3903
|
.gc-panel-flow .gc-panel-areas-section[containFields=false] {
|
|
3836
3904
|
width: 100%;
|
|
3837
3905
|
height: calc(100% - 40px);
|
|
3838
3906
|
}
|
|
3839
3907
|
.gc-panel-flow .gc-panel-field-area {
|
|
3840
|
-
height: calc(100% -
|
|
3908
|
+
height: calc(100% - 55px);
|
|
3841
3909
|
}
|
|
3842
3910
|
.gc-panel-flow .gc-panel-area-section {
|
|
3843
3911
|
width: 100%;
|
|
@@ -3853,11 +3921,15 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3853
3921
|
.gc-panel-flow .gc-panel-area-section-Rows {
|
|
3854
3922
|
border-right-color: transparent;
|
|
3855
3923
|
}
|
|
3924
|
+
.gc-panel-flow .gc-panel-area-item-title,
|
|
3925
|
+
.gc-panel-flow .gc-panel-area-item-content {
|
|
3926
|
+
width: 100%;
|
|
3927
|
+
}
|
|
3856
3928
|
.gc-panel-flow .gc-panel-defer-layout-update {
|
|
3857
3929
|
width: 100%;
|
|
3858
3930
|
height: 20px;
|
|
3859
3931
|
line-height: 20px;
|
|
3860
|
-
display:
|
|
3932
|
+
display: block;
|
|
3861
3933
|
margin: 5px 0;
|
|
3862
3934
|
}
|
|
3863
3935
|
.gc-panel-flow .gc-panel-field-area-text {
|
|
@@ -3868,8 +3940,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3868
3940
|
}
|
|
3869
3941
|
|
|
3870
3942
|
.gc-panel-all-field {
|
|
3943
|
+
position: relative;
|
|
3871
3944
|
background-color: #FDFDFD;
|
|
3872
|
-
height: calc(100% -
|
|
3945
|
+
height: calc(100% - 66px);
|
|
3873
3946
|
overflow-y: auto;
|
|
3874
3947
|
border-bottom: 1px solid transparent;
|
|
3875
3948
|
border-top: 1px solid transparent;
|
|
@@ -3906,13 +3979,13 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3906
3979
|
.gc-panel-all-field-checked {
|
|
3907
3980
|
vertical-align: top;
|
|
3908
3981
|
display: inline-block;
|
|
3909
|
-
width: calc(100% -
|
|
3982
|
+
width: calc(100% - 59px);
|
|
3910
3983
|
overflow: hidden;
|
|
3911
3984
|
}
|
|
3912
3985
|
|
|
3913
3986
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-unchecked,
|
|
3914
3987
|
.gc-panel-all-field-item-filtered .gc-panel-all-field-checked {
|
|
3915
|
-
width: calc(100% -
|
|
3988
|
+
width: calc(100% - 78px);
|
|
3916
3989
|
}
|
|
3917
3990
|
|
|
3918
3991
|
.gc-panel-area-item-title {
|
|
@@ -3998,11 +4071,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
3998
4071
|
}
|
|
3999
4072
|
|
|
4000
4073
|
.gc-panel-bottomBorderStyle {
|
|
4001
|
-
|
|
4074
|
+
box-shadow: inset 0 -2px 0 #2f9e44;
|
|
4002
4075
|
}
|
|
4003
4076
|
|
|
4004
4077
|
.gc-panel-topBorderStyle {
|
|
4005
|
-
|
|
4078
|
+
box-shadow: inset 0 2px 0 #2f9e44;
|
|
4006
4079
|
}
|
|
4007
4080
|
|
|
4008
4081
|
.gc-panel-all-field-filter {
|
|
@@ -4055,6 +4128,100 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4055
4128
|
background-color: #FDFDFD;
|
|
4056
4129
|
}
|
|
4057
4130
|
|
|
4131
|
+
.gc-panel-search-box {
|
|
4132
|
+
position: relative;
|
|
4133
|
+
margin: 6px 0;
|
|
4134
|
+
width: 100%;
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
.gc-panel-search-input {
|
|
4138
|
+
width: 100%;
|
|
4139
|
+
height: 24px;
|
|
4140
|
+
padding: 4px 24px 4px 8px;
|
|
4141
|
+
box-sizing: border-box;
|
|
4142
|
+
border: 1px solid transparent;
|
|
4143
|
+
border-radius: 2px;
|
|
4144
|
+
font-size: 12px;
|
|
4145
|
+
font-family: inherit;
|
|
4146
|
+
outline: none;
|
|
4147
|
+
background-color: #FDFDFD;
|
|
4148
|
+
color: black;
|
|
4149
|
+
}
|
|
4150
|
+
.gc-panel-search-input:focus {
|
|
4151
|
+
border-color: #2c7a50;
|
|
4152
|
+
}
|
|
4153
|
+
.gc-panel-search-input::placeholder {
|
|
4154
|
+
color: black;
|
|
4155
|
+
opacity: 0.6;
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4158
|
+
.gc-panel-search-icon,
|
|
4159
|
+
.gc-panel-search-clear {
|
|
4160
|
+
position: absolute;
|
|
4161
|
+
right: 2px;
|
|
4162
|
+
top: 50%;
|
|
4163
|
+
transform: translateY(-50%);
|
|
4164
|
+
display: flex;
|
|
4165
|
+
align-items: center;
|
|
4166
|
+
justify-content: center;
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4169
|
+
.gc-panel-search-icon {
|
|
4170
|
+
width: 20px;
|
|
4171
|
+
height: 20px;
|
|
4172
|
+
cursor: default;
|
|
4173
|
+
pointer-events: auto;
|
|
4174
|
+
z-index: 1;
|
|
4175
|
+
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");
|
|
4176
|
+
background-repeat: no-repeat;
|
|
4177
|
+
background-position: center;
|
|
4178
|
+
background-size: 14px 14px;
|
|
4179
|
+
}
|
|
4180
|
+
.gc-panel-search-icon.gc-panel-search-icon-hidden {
|
|
4181
|
+
display: none;
|
|
4182
|
+
}
|
|
4183
|
+
|
|
4184
|
+
.gc-panel-search-clear {
|
|
4185
|
+
width: 20px;
|
|
4186
|
+
height: 20px;
|
|
4187
|
+
cursor: pointer;
|
|
4188
|
+
pointer-events: auto;
|
|
4189
|
+
z-index: 1;
|
|
4190
|
+
border-radius: 2px;
|
|
4191
|
+
display: none;
|
|
4192
|
+
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");
|
|
4193
|
+
background-repeat: no-repeat;
|
|
4194
|
+
background-position: center;
|
|
4195
|
+
background-size: 16px 16px;
|
|
4196
|
+
transition: background-color 0.2s;
|
|
4197
|
+
}
|
|
4198
|
+
.gc-panel-search-clear.gc-panel-search-clear-visible {
|
|
4199
|
+
display: flex;
|
|
4200
|
+
}
|
|
4201
|
+
.gc-panel-search-clear:hover {
|
|
4202
|
+
background-color: #217346;
|
|
4203
|
+
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");
|
|
4204
|
+
}
|
|
4205
|
+
|
|
4206
|
+
.gc-panel-all-field-item-hidden {
|
|
4207
|
+
display: none !important;
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4210
|
+
.gc-panel-all-field-no-matches {
|
|
4211
|
+
position: absolute;
|
|
4212
|
+
top: 50%;
|
|
4213
|
+
left: 50%;
|
|
4214
|
+
transform: translate(-50%, -50%);
|
|
4215
|
+
color: black;
|
|
4216
|
+
opacity: 0.7;
|
|
4217
|
+
font-size: 12px;
|
|
4218
|
+
white-space: nowrap;
|
|
4219
|
+
display: none;
|
|
4220
|
+
}
|
|
4221
|
+
.gc-panel-all-field-no-matches.gc-panel-all-field-no-matches-visible {
|
|
4222
|
+
display: block;
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4058
4225
|
.gc-ai-icon {
|
|
4059
4226
|
width: 16px;
|
|
4060
4227
|
height: 16px;
|
|
@@ -4688,6 +4855,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
4688
4855
|
/* Tools */
|
|
4689
4856
|
/* Component */
|
|
4690
4857
|
/* Layout */
|
|
4858
|
+
/* SVG Checkbox */
|
|
4691
4859
|
.gc-drop-down-list {
|
|
4692
4860
|
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
|
|
4693
4861
|
background: #fcfdfd;
|
|
@@ -5240,6 +5408,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5240
5408
|
display: inline-block;
|
|
5241
5409
|
padding-top: 10px;
|
|
5242
5410
|
height: 100%;
|
|
5411
|
+
width: calc(100% - 50px);
|
|
5412
|
+
cursor: move;
|
|
5243
5413
|
}
|
|
5244
5414
|
|
|
5245
5415
|
.date-group-dialog-content-header,
|
|
@@ -5397,6 +5567,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5397
5567
|
padding-top: 10px;
|
|
5398
5568
|
height: 100%;
|
|
5399
5569
|
width: calc(100% - 50px);
|
|
5570
|
+
cursor: move;
|
|
5400
5571
|
}
|
|
5401
5572
|
|
|
5402
5573
|
.sjs-cancel-icon {
|
|
@@ -5542,6 +5713,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5542
5713
|
display: inline-block;
|
|
5543
5714
|
padding-top: 10px;
|
|
5544
5715
|
height: 100%;
|
|
5716
|
+
width: calc(100% - 50px);
|
|
5717
|
+
cursor: move;
|
|
5545
5718
|
}
|
|
5546
5719
|
|
|
5547
5720
|
.value-filter-body {
|
|
@@ -5618,6 +5791,8 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
5618
5791
|
display: inline-block;
|
|
5619
5792
|
padding-top: 10px;
|
|
5620
5793
|
height: 100%;
|
|
5794
|
+
width: calc(100% - 50px);
|
|
5795
|
+
cursor: move;
|
|
5621
5796
|
}
|
|
5622
5797
|
|
|
5623
5798
|
.top-ten-filter-body {
|
|
@@ -6085,15 +6260,53 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6085
6260
|
.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 {
|
|
6086
6261
|
margin: 0px;
|
|
6087
6262
|
appearance: none;
|
|
6263
|
+
-webkit-appearance: none;
|
|
6264
|
+
-moz-appearance: none;
|
|
6088
6265
|
outline: none;
|
|
6089
6266
|
display: inline-block;
|
|
6090
6267
|
width: 13px;
|
|
6091
6268
|
height: 13px;
|
|
6092
|
-
background-color:
|
|
6093
|
-
background-
|
|
6269
|
+
background-color: transparent;
|
|
6270
|
+
background-size: contain;
|
|
6271
|
+
background-repeat: no-repeat;
|
|
6272
|
+
cursor: default;
|
|
6273
|
+
vertical-align: middle;
|
|
6274
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6275
|
+
vertical-align: text-bottom;
|
|
6094
6276
|
}
|
|
6095
6277
|
.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 {
|
|
6096
|
-
background-image: url(data:image/svg+xml;base64,
|
|
6278
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6279
|
+
}
|
|
6280
|
+
.gc-sjs-field-settings-layout-showNoData-container .gc-sjs-field-settings-layout-showNoData-label {
|
|
6281
|
+
vertical-align: middle;
|
|
6282
|
+
}
|
|
6283
|
+
|
|
6284
|
+
.filter-dialog-container input[type=checkbox],
|
|
6285
|
+
.date-group-dialog-container input[type=checkbox],
|
|
6286
|
+
.number-group-dialog-container input[type=checkbox],
|
|
6287
|
+
.gc-pivot-sort-dialog-container input[type=checkbox],
|
|
6288
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox] {
|
|
6289
|
+
margin: 0px;
|
|
6290
|
+
appearance: none;
|
|
6291
|
+
-webkit-appearance: none;
|
|
6292
|
+
-moz-appearance: none;
|
|
6293
|
+
outline: none;
|
|
6294
|
+
display: inline-block;
|
|
6295
|
+
width: 13px;
|
|
6296
|
+
height: 13px;
|
|
6297
|
+
background-color: transparent;
|
|
6298
|
+
background-size: contain;
|
|
6299
|
+
background-repeat: no-repeat;
|
|
6300
|
+
cursor: default;
|
|
6301
|
+
vertical-align: middle;
|
|
6302
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtVW5jaGVja2VkPC90aXRsZT48ZyBpZD0iQ2hlY2tib3gtVW5jaGVja2VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMsMSBDMTQuMTA0NTY5NSwxIDE1LDEuODk1NDMwNSAxNSwzIEwxNSwxMyBDMTUsMTQuMTA0NTY5NSAxNC4xMDQ1Njk1LDE1IDEzLDE1IEwzLDE1IEMxLjg5NTQzMDUsMTUgMSwxNC4xMDQ1Njk1IDEsMTMgTDEsMyBDMSwxLjg5NTQzMDUgMS44OTU0MzA1LDEgMywxIEwxMywxIFogTTEzLDIuNSBMMywyLjUgQzIuNzIzODU3NjMsMi41IDIuNSwyLjcyMzg1NzYzIDIuNSwzIEwyLjUsMTMgQzIuNSwxMy4yNzYxNDI0IDIuNzIzODU3NjMsMTMuNSAzLDEzLjUgTDEzLDEzLjUgQzEzLjI3NjE0MjQsMTMuNSAxMy41LDEzLjI3NjE0MjQgMTMuNSwxMyBMMTMuNSwzIEMxMy41LDIuNzIzODU3NjMgMTMuMjc2MTQyNCwyLjUgMTMsMi41IFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6303
|
+
}
|
|
6304
|
+
.filter-dialog-container input[type=checkbox]:checked,
|
|
6305
|
+
.date-group-dialog-container input[type=checkbox]:checked,
|
|
6306
|
+
.number-group-dialog-container input[type=checkbox]:checked,
|
|
6307
|
+
.gc-pivot-sort-dialog-container input[type=checkbox]:checked,
|
|
6308
|
+
.gc-pivot-sort-value-dialog-container input[type=checkbox]:checked {
|
|
6309
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjEgMSAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+Q2hlY2tib3gtQ2hlY2tlZDwvdGl0bGU+PGcgaWQ9IkNoZWNrYm94LUNoZWNrZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMywxIEMxNC4xMDQ1Njk1LDEgMTUsMS44OTU0MzA1IDE1LDMgTDE1LDEzIEMxNSwxNC4xMDQ1Njk1IDE0LjEwNDU2OTUsMTUgMTMsMTUgTDMsMTUgQzEuODk1NDMwNSwxNSAxLDE0LjEwNDU2OTUgMSwxMyBMMSwzIEMxLDEuODk1NDMwNSAxLjg5NTQzMDUsMSAzLDEgTDEzLDEgWiBNMTIuNTU0MzcwNiw0LjcxOTY2OTkxIEMxMi4yNjE0Nzc0LDQuNDI2Nzc2NyAxMS43ODY2MDM3LDQuNDI2Nzc2NyAxMS40OTM3MTA1LDQuNzE5NjY5OTEgTDYuNjg3NjYxMzcsOS41MjUgTDQuNDQwOTkxNDUsNy4yNzgzNDQ3OSBDNC4xNDgwOTgyMyw2Ljk4NTQ1MTU4IDMuNjczMjI0NSw2Ljk4NTQ1MTU4IDMuMzgwMzMxMjgsNy4yNzgzNDQ3OSBDMy4wODc0MzgwNiw3LjU3MTIzODAxIDMuMDg3NDM4MDYsOC4wNDYxMTE3NSAzLjM4MDMzMTI4LDguMzM5MDA0OTcgTDYuMTU3NjgzNDMsMTEuMTE2MzU3MSBDNi4yOTA4MTY3MSwxMS4yNDk0OTA0IDYuNDYxNTQ5MjcsMTEuMzIyMTA4NSA2LjYzNTY5OTk1LDExLjMzNDIxMTYgTDYuNzQwMzI3MDgsMTEuMzM0MjExNiBMNi44NDQxMzM4NiwxMS4zMTk2ODc5IEM2Ljk4MTI2NjgxLDExLjI5MDY0MDcgNy4xMTE4MzY5OCwxMS4yMjI4NjM3IDcuMjE4MzQzNiwxMS4xMTYzNTcxIEwxMi41NTQzNzA2LDUuNzgwMzMwMDkgQzEyLjg0NzI2MzgsNS40ODc0MzY4NyAxMi44NDcyNjM4LDUuMDEyNTYzMTMgMTIuNTU0MzcwNiw0LjcxOTY2OTkxIFoiIGlkPSJjYiIgZmlsbD0iYmxhY2siPjwvcGF0aD48L2c+PC9zdmc+);
|
|
6097
6310
|
}
|
|
6098
6311
|
|
|
6099
6312
|
.pivot-field-summarize-header {
|
|
@@ -6363,6 +6576,11 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
6363
6576
|
text-align: center;
|
|
6364
6577
|
}
|
|
6365
6578
|
|
|
6579
|
+
.gc-pivot-field-setting-title {
|
|
6580
|
+
width: calc(100% - 54px);
|
|
6581
|
+
cursor: move;
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6366
6584
|
.gcSpread.shape-editor-container {
|
|
6367
6585
|
font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
|
|
6368
6586
|
outline: none;
|
|
@@ -7288,7 +7506,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7288
7506
|
border: solid 1px var(--sjs-theme-border-color);
|
|
7289
7507
|
}
|
|
7290
7508
|
.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 {
|
|
7291
|
-
width:
|
|
7509
|
+
width: auto;
|
|
7292
7510
|
}
|
|
7293
7511
|
.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 {
|
|
7294
7512
|
white-space: normal;
|
|
@@ -7798,6 +8016,27 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
|
7798
8016
|
display: none;
|
|
7799
8017
|
}
|
|
7800
8018
|
|
|
8019
|
+
.gc-table-sheet-sorts-btn-add,
|
|
8020
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8021
|
+
display: inline-block;
|
|
8022
|
+
cursor: pointer;
|
|
8023
|
+
width: 16px;
|
|
8024
|
+
height: 16px;
|
|
8025
|
+
margin: 2px 2px 2px 0;
|
|
8026
|
+
user-select: none;
|
|
8027
|
+
box-sizing: border-box;
|
|
8028
|
+
position: relative;
|
|
8029
|
+
right: 4px;
|
|
8030
|
+
}
|
|
8031
|
+
|
|
8032
|
+
.gc-table-sheet-sorts-btn-add {
|
|
8033
|
+
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;
|
|
8034
|
+
}
|
|
8035
|
+
|
|
8036
|
+
.gc-table-sheet-sorts-btn-remove {
|
|
8037
|
+
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;
|
|
8038
|
+
}
|
|
8039
|
+
|
|
7801
8040
|
.gc-name-box-container {
|
|
7802
8041
|
background-color: #ffffff;
|
|
7803
8042
|
color: #000000;
|