@mescius/spread-sheets 18.0.3 → 18.0.4
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 +3 -3
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +6 -5
- package/styles/gc.spread.sheets.excel2013darkGray.css +6 -5
- package/styles/gc.spread.sheets.excel2013lightGray.css +6 -5
- package/styles/gc.spread.sheets.excel2013white.css +6 -5
- package/styles/gc.spread.sheets.excel2016black.css +6 -5
- package/styles/gc.spread.sheets.excel2016colorful.css +6 -5
- package/styles/gc.spread.sheets.excel2016darkGray.css +6 -5
package/package.json
CHANGED
@@ -3101,7 +3101,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3101
3101
|
text-wrap: nowrap;
|
3102
3102
|
flex: 1;
|
3103
3103
|
}
|
3104
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3104
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3105
3105
|
flex: 0 0 50px;
|
3106
3106
|
}
|
3107
3107
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4092,7 +4092,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4092
4092
|
background-color: white;
|
4093
4093
|
padding-left: 10px;
|
4094
4094
|
}
|
4095
|
-
.date-group-dialog-header > .cancel-icon {
|
4095
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4096
4096
|
line-height: 26px;
|
4097
4097
|
border: none;
|
4098
4098
|
}
|
@@ -4104,7 +4104,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4104
4104
|
background-color: white;
|
4105
4105
|
padding-left: 10px;
|
4106
4106
|
}
|
4107
|
-
.number-group-dialog-header > .cancel-icon {
|
4107
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4108
4108
|
line-height: 28px;
|
4109
4109
|
border: none;
|
4110
4110
|
}
|
@@ -4244,7 +4244,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4244
4244
|
width: calc(100% - 50px);
|
4245
4245
|
}
|
4246
4246
|
|
4247
|
-
.cancel-icon {
|
4247
|
+
.sjs-cancel-icon {
|
4248
4248
|
height: 100%;
|
4249
4249
|
width: 50px;
|
4250
4250
|
font-size: 26px;
|
@@ -4256,7 +4256,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4256
4256
|
border: none;
|
4257
4257
|
cursor: default;
|
4258
4258
|
}
|
4259
|
-
.cancel-icon:hover {
|
4259
|
+
.sjs-cancel-icon:hover {
|
4260
4260
|
background-color: rgb(232, 17, 35);
|
4261
4261
|
color: white;
|
4262
4262
|
}
|
@@ -4679,6 +4679,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4679
4679
|
margin-top: 11px;
|
4680
4680
|
overflow: hidden;
|
4681
4681
|
text-overflow: ellipsis;
|
4682
|
+
white-space: pre;
|
4682
4683
|
}
|
4683
4684
|
|
4684
4685
|
.gc-sort-select {
|
@@ -3141,7 +3141,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3141
3141
|
text-wrap: nowrap;
|
3142
3142
|
flex: 1;
|
3143
3143
|
}
|
3144
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3144
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3145
3145
|
flex: 0 0 50px;
|
3146
3146
|
}
|
3147
3147
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4136,7 +4136,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4136
4136
|
background-color: white;
|
4137
4137
|
padding-left: 10px;
|
4138
4138
|
}
|
4139
|
-
.date-group-dialog-header > .cancel-icon {
|
4139
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4140
4140
|
line-height: 26px;
|
4141
4141
|
border: none;
|
4142
4142
|
}
|
@@ -4148,7 +4148,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4148
4148
|
background-color: white;
|
4149
4149
|
padding-left: 10px;
|
4150
4150
|
}
|
4151
|
-
.number-group-dialog-header > .cancel-icon {
|
4151
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4152
4152
|
line-height: 28px;
|
4153
4153
|
border: none;
|
4154
4154
|
}
|
@@ -4288,7 +4288,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4288
4288
|
width: calc(100% - 50px);
|
4289
4289
|
}
|
4290
4290
|
|
4291
|
-
.cancel-icon {
|
4291
|
+
.sjs-cancel-icon {
|
4292
4292
|
height: 100%;
|
4293
4293
|
width: 50px;
|
4294
4294
|
font-size: 26px;
|
@@ -4300,7 +4300,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4300
4300
|
border: none;
|
4301
4301
|
cursor: default;
|
4302
4302
|
}
|
4303
|
-
.cancel-icon:hover {
|
4303
|
+
.sjs-cancel-icon:hover {
|
4304
4304
|
background-color: rgb(232, 17, 35);
|
4305
4305
|
color: white;
|
4306
4306
|
}
|
@@ -4723,6 +4723,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4723
4723
|
margin-top: 11px;
|
4724
4724
|
overflow: hidden;
|
4725
4725
|
text-overflow: ellipsis;
|
4726
|
+
white-space: pre;
|
4726
4727
|
}
|
4727
4728
|
|
4728
4729
|
.gc-sort-select {
|
@@ -3146,7 +3146,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3146
3146
|
text-wrap: nowrap;
|
3147
3147
|
flex: 1;
|
3148
3148
|
}
|
3149
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3149
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3150
3150
|
flex: 0 0 50px;
|
3151
3151
|
}
|
3152
3152
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4141,7 +4141,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4141
4141
|
background-color: white;
|
4142
4142
|
padding-left: 10px;
|
4143
4143
|
}
|
4144
|
-
.date-group-dialog-header > .cancel-icon {
|
4144
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4145
4145
|
line-height: 26px;
|
4146
4146
|
border: none;
|
4147
4147
|
}
|
@@ -4153,7 +4153,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4153
4153
|
background-color: white;
|
4154
4154
|
padding-left: 10px;
|
4155
4155
|
}
|
4156
|
-
.number-group-dialog-header > .cancel-icon {
|
4156
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4157
4157
|
line-height: 28px;
|
4158
4158
|
border: none;
|
4159
4159
|
}
|
@@ -4293,7 +4293,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4293
4293
|
width: calc(100% - 50px);
|
4294
4294
|
}
|
4295
4295
|
|
4296
|
-
.cancel-icon {
|
4296
|
+
.sjs-cancel-icon {
|
4297
4297
|
height: 100%;
|
4298
4298
|
width: 50px;
|
4299
4299
|
font-size: 26px;
|
@@ -4305,7 +4305,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4305
4305
|
border: none;
|
4306
4306
|
cursor: default;
|
4307
4307
|
}
|
4308
|
-
.cancel-icon:hover {
|
4308
|
+
.sjs-cancel-icon:hover {
|
4309
4309
|
background-color: rgb(232, 17, 35);
|
4310
4310
|
color: white;
|
4311
4311
|
}
|
@@ -4728,6 +4728,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4728
4728
|
margin-top: 11px;
|
4729
4729
|
overflow: hidden;
|
4730
4730
|
text-overflow: ellipsis;
|
4731
|
+
white-space: pre;
|
4731
4732
|
}
|
4732
4733
|
|
4733
4734
|
.gc-sort-select {
|
@@ -3133,7 +3133,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3133
3133
|
text-wrap: nowrap;
|
3134
3134
|
flex: 1;
|
3135
3135
|
}
|
3136
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3136
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3137
3137
|
flex: 0 0 50px;
|
3138
3138
|
}
|
3139
3139
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4128,7 +4128,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4128
4128
|
background-color: white;
|
4129
4129
|
padding-left: 10px;
|
4130
4130
|
}
|
4131
|
-
.date-group-dialog-header > .cancel-icon {
|
4131
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4132
4132
|
line-height: 26px;
|
4133
4133
|
border: none;
|
4134
4134
|
}
|
@@ -4140,7 +4140,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4140
4140
|
background-color: white;
|
4141
4141
|
padding-left: 10px;
|
4142
4142
|
}
|
4143
|
-
.number-group-dialog-header > .cancel-icon {
|
4143
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4144
4144
|
line-height: 28px;
|
4145
4145
|
border: none;
|
4146
4146
|
}
|
@@ -4280,7 +4280,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4280
4280
|
width: calc(100% - 50px);
|
4281
4281
|
}
|
4282
4282
|
|
4283
|
-
.cancel-icon {
|
4283
|
+
.sjs-cancel-icon {
|
4284
4284
|
height: 100%;
|
4285
4285
|
width: 50px;
|
4286
4286
|
font-size: 26px;
|
@@ -4292,7 +4292,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4292
4292
|
border: none;
|
4293
4293
|
cursor: default;
|
4294
4294
|
}
|
4295
|
-
.cancel-icon:hover {
|
4295
|
+
.sjs-cancel-icon:hover {
|
4296
4296
|
background-color: rgb(232, 17, 35);
|
4297
4297
|
color: white;
|
4298
4298
|
}
|
@@ -4715,6 +4715,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4715
4715
|
margin-top: 11px;
|
4716
4716
|
overflow: hidden;
|
4717
4717
|
text-overflow: ellipsis;
|
4718
|
+
white-space: pre;
|
4718
4719
|
}
|
4719
4720
|
|
4720
4721
|
.gc-sort-select {
|
@@ -3144,7 +3144,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3144
3144
|
text-wrap: nowrap;
|
3145
3145
|
flex: 1;
|
3146
3146
|
}
|
3147
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3147
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3148
3148
|
flex: 0 0 50px;
|
3149
3149
|
}
|
3150
3150
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4139,7 +4139,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4139
4139
|
background-color: white;
|
4140
4140
|
padding-left: 10px;
|
4141
4141
|
}
|
4142
|
-
.date-group-dialog-header > .cancel-icon {
|
4142
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4143
4143
|
line-height: 26px;
|
4144
4144
|
border: none;
|
4145
4145
|
}
|
@@ -4151,7 +4151,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4151
4151
|
background-color: white;
|
4152
4152
|
padding-left: 10px;
|
4153
4153
|
}
|
4154
|
-
.number-group-dialog-header > .cancel-icon {
|
4154
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4155
4155
|
line-height: 28px;
|
4156
4156
|
border: none;
|
4157
4157
|
}
|
@@ -4291,7 +4291,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4291
4291
|
width: calc(100% - 50px);
|
4292
4292
|
}
|
4293
4293
|
|
4294
|
-
.cancel-icon {
|
4294
|
+
.sjs-cancel-icon {
|
4295
4295
|
height: 100%;
|
4296
4296
|
width: 50px;
|
4297
4297
|
font-size: 26px;
|
@@ -4303,7 +4303,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4303
4303
|
border: none;
|
4304
4304
|
cursor: default;
|
4305
4305
|
}
|
4306
|
-
.cancel-icon:hover {
|
4306
|
+
.sjs-cancel-icon:hover {
|
4307
4307
|
background-color: rgb(232, 17, 35);
|
4308
4308
|
color: white;
|
4309
4309
|
}
|
@@ -4726,6 +4726,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4726
4726
|
margin-top: 11px;
|
4727
4727
|
overflow: hidden;
|
4728
4728
|
text-overflow: ellipsis;
|
4729
|
+
white-space: pre;
|
4729
4730
|
}
|
4730
4731
|
|
4731
4732
|
.gc-sort-select {
|
@@ -3137,7 +3137,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3137
3137
|
text-wrap: nowrap;
|
3138
3138
|
flex: 1;
|
3139
3139
|
}
|
3140
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3140
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3141
3141
|
flex: 0 0 50px;
|
3142
3142
|
}
|
3143
3143
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4132,7 +4132,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4132
4132
|
background-color: white;
|
4133
4133
|
padding-left: 10px;
|
4134
4134
|
}
|
4135
|
-
.date-group-dialog-header > .cancel-icon {
|
4135
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4136
4136
|
line-height: 26px;
|
4137
4137
|
border: none;
|
4138
4138
|
}
|
@@ -4144,7 +4144,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4144
4144
|
background-color: white;
|
4145
4145
|
padding-left: 10px;
|
4146
4146
|
}
|
4147
|
-
.number-group-dialog-header > .cancel-icon {
|
4147
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4148
4148
|
line-height: 28px;
|
4149
4149
|
border: none;
|
4150
4150
|
}
|
@@ -4284,7 +4284,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4284
4284
|
width: calc(100% - 50px);
|
4285
4285
|
}
|
4286
4286
|
|
4287
|
-
.cancel-icon {
|
4287
|
+
.sjs-cancel-icon {
|
4288
4288
|
height: 100%;
|
4289
4289
|
width: 50px;
|
4290
4290
|
font-size: 26px;
|
@@ -4296,7 +4296,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4296
4296
|
border: none;
|
4297
4297
|
cursor: default;
|
4298
4298
|
}
|
4299
|
-
.cancel-icon:hover {
|
4299
|
+
.sjs-cancel-icon:hover {
|
4300
4300
|
background-color: rgb(232, 17, 35);
|
4301
4301
|
color: white;
|
4302
4302
|
}
|
@@ -4719,6 +4719,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4719
4719
|
margin-top: 11px;
|
4720
4720
|
overflow: hidden;
|
4721
4721
|
text-overflow: ellipsis;
|
4722
|
+
white-space: pre;
|
4722
4723
|
}
|
4723
4724
|
|
4724
4725
|
.gc-sort-select {
|
@@ -3133,7 +3133,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
3133
3133
|
text-wrap: nowrap;
|
3134
3134
|
flex: 1;
|
3135
3135
|
}
|
3136
|
-
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .cancel-icon {
|
3136
|
+
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-title .sjs-cancel-icon {
|
3137
3137
|
flex: 0 0 50px;
|
3138
3138
|
}
|
3139
3139
|
.gc-sjs-file-preview-dialog-container .gc-sjs-file-preview-dialog-content {
|
@@ -4128,7 +4128,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4128
4128
|
background-color: white;
|
4129
4129
|
padding-left: 10px;
|
4130
4130
|
}
|
4131
|
-
.date-group-dialog-header > .cancel-icon {
|
4131
|
+
.date-group-dialog-header > .sjs-cancel-icon {
|
4132
4132
|
line-height: 26px;
|
4133
4133
|
border: none;
|
4134
4134
|
}
|
@@ -4140,7 +4140,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4140
4140
|
background-color: white;
|
4141
4141
|
padding-left: 10px;
|
4142
4142
|
}
|
4143
|
-
.number-group-dialog-header > .cancel-icon {
|
4143
|
+
.number-group-dialog-header > .sjs-cancel-icon {
|
4144
4144
|
line-height: 28px;
|
4145
4145
|
border: none;
|
4146
4146
|
}
|
@@ -4280,7 +4280,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4280
4280
|
width: calc(100% - 50px);
|
4281
4281
|
}
|
4282
4282
|
|
4283
|
-
.cancel-icon {
|
4283
|
+
.sjs-cancel-icon {
|
4284
4284
|
height: 100%;
|
4285
4285
|
width: 50px;
|
4286
4286
|
font-size: 26px;
|
@@ -4292,7 +4292,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4292
4292
|
border: none;
|
4293
4293
|
cursor: default;
|
4294
4294
|
}
|
4295
|
-
.cancel-icon:hover {
|
4295
|
+
.sjs-cancel-icon:hover {
|
4296
4296
|
background-color: rgb(232, 17, 35);
|
4297
4297
|
color: white;
|
4298
4298
|
}
|
@@ -4715,6 +4715,7 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
|
|
4715
4715
|
margin-top: 11px;
|
4716
4716
|
overflow: hidden;
|
4717
4717
|
text-overflow: ellipsis;
|
4718
|
+
white-space: pre;
|
4718
4719
|
}
|
4719
4720
|
|
4720
4721
|
.gc-sort-select {
|