@syncfusion/ej2-fabric-dark-theme 34.2.4 → 34.2.6
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/package.json +2 -2
- package/styles/base/base.css +7 -1
- package/styles/file-manager/_theme.scss +24 -31
- package/styles/file-manager/file-manager-lite.css +1 -4
- package/styles/file-manager/file-manager.css +1 -4
- package/styles/icons/fabric.css +7 -1
- package/styles/icons/fabric.scss +3 -1
- package/styles/input/_bigger.scss +18 -2
- package/styles/input/_layout.scss +19 -2
- package/styles/pdfviewer/_theme.scss +306 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +15 -0
- package/styles/pdfviewer/pdfviewer-lite.css +270 -0
- package/styles/pdfviewer/pdfviewer.css +270 -0
- package/styles/spreadsheet/_layout.scss +3 -0
- package/styles/spreadsheet/spreadsheet-lite.css +3 -0
- package/styles/spreadsheet/spreadsheet.css +3 -0
|
@@ -350,6 +350,18 @@
|
|
|
350
350
|
content: "\ebe7";
|
|
351
351
|
font-family: "e-icons";
|
|
352
352
|
}
|
|
353
|
+
.e-pv-link-icon::before {
|
|
354
|
+
content: "\e290";
|
|
355
|
+
font-family: "e-icons";
|
|
356
|
+
}
|
|
357
|
+
.e-pv-edit-icon::before {
|
|
358
|
+
content: "\e97c";
|
|
359
|
+
font-family: "e-icons";
|
|
360
|
+
}
|
|
361
|
+
.e-pv-select-icon::before {
|
|
362
|
+
content: "\ebf6";
|
|
363
|
+
font-family: "e-icons";
|
|
364
|
+
}
|
|
353
365
|
.e-pv-annotation-textalign-icon::before {
|
|
354
366
|
content: "\ebeb";
|
|
355
367
|
font-family: "e-icons";
|
|
@@ -5170,6 +5182,264 @@ span.e-pv-redaction-opactity-value {
|
|
|
5170
5182
|
.e-pv-mobile-annotation-toolbar .e-split-btn-wrapper .e-pv-annotation-eraser-container.e-btn {
|
|
5171
5183
|
width: 32px;
|
|
5172
5184
|
}
|
|
5185
|
+
.e-pv-link-annotation-dialog .e-dlg-header-content {
|
|
5186
|
+
padding: 22px 24px 14px;
|
|
5187
|
+
}
|
|
5188
|
+
.e-pv-link-annotation-dialog .e-dlg-content {
|
|
5189
|
+
padding: 20px 24px 0;
|
|
5190
|
+
}
|
|
5191
|
+
.e-pv-link-dialog-label {
|
|
5192
|
+
display: block;
|
|
5193
|
+
margin-bottom: 4px;
|
|
5194
|
+
font-size: 14px;
|
|
5195
|
+
line-height: 20px;
|
|
5196
|
+
}
|
|
5197
|
+
.e-pv-link-dialog-label,
|
|
5198
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
5199
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
5200
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
5201
|
+
.e-pv-link-dialog-field-label-mobile,
|
|
5202
|
+
.e-pv-link-dialog-section-title-mobile-mobile,
|
|
5203
|
+
.e-pv-mobile-view .e-pv-link-property-panel-mobile .e-pv-link-panel-title-container span.e-pv-annotation-tools-close-icon {
|
|
5204
|
+
color: #dadada;
|
|
5205
|
+
}
|
|
5206
|
+
.e-pv-link-dialog-section-title {
|
|
5207
|
+
margin: 24px 0 12px;
|
|
5208
|
+
font-size: 14px;
|
|
5209
|
+
font-weight: 600;
|
|
5210
|
+
line-height: 20px;
|
|
5211
|
+
}
|
|
5212
|
+
.e-pv-link-dialog-field-label {
|
|
5213
|
+
white-space: nowrap;
|
|
5214
|
+
}
|
|
5215
|
+
.e-pv-link-dialog-common-props {
|
|
5216
|
+
margin-top: 20px;
|
|
5217
|
+
}
|
|
5218
|
+
.e-pv-link-dialog-props-row,
|
|
5219
|
+
.e-pv-link-dialog-prop-group,
|
|
5220
|
+
.e-pv-link-dialog-radio-row,
|
|
5221
|
+
.e-pv-link-dialog-properties-row,
|
|
5222
|
+
.e-pv-link-dialog-position-row,
|
|
5223
|
+
.e-pv-link-dialog-position-row-mobile,
|
|
5224
|
+
.e-pv-link-dialog-field-group,
|
|
5225
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
5226
|
+
display: -ms-flexbox;
|
|
5227
|
+
display: flex;
|
|
5228
|
+
}
|
|
5229
|
+
.e-pv-link-dialog-props-row,
|
|
5230
|
+
.e-pv-link-dialog-prop-group {
|
|
5231
|
+
-ms-flex-align: center;
|
|
5232
|
+
align-items: center;
|
|
5233
|
+
}
|
|
5234
|
+
.e-pv-link-dialog-props-row {
|
|
5235
|
+
gap: 20px;
|
|
5236
|
+
}
|
|
5237
|
+
.e-pv-link-dialog-prop-group {
|
|
5238
|
+
gap: 16px;
|
|
5239
|
+
}
|
|
5240
|
+
.e-pv-link-dialog-prop-group:last-child {
|
|
5241
|
+
-ms-flex: 1;
|
|
5242
|
+
flex: 1;
|
|
5243
|
+
}
|
|
5244
|
+
.e-pv-link-dialog-prop-group .e-slider-container {
|
|
5245
|
+
-ms-flex: 1;
|
|
5246
|
+
flex: 1;
|
|
5247
|
+
min-width: 120px;
|
|
5248
|
+
}
|
|
5249
|
+
.e-pv-link-dialog-radio-row {
|
|
5250
|
+
gap: 24px;
|
|
5251
|
+
margin-bottom: 16px;
|
|
5252
|
+
margin-top: 8px;
|
|
5253
|
+
}
|
|
5254
|
+
.e-pv-link-dialog-properties-row {
|
|
5255
|
+
-ms-flex-align: start;
|
|
5256
|
+
align-items: flex-start;
|
|
5257
|
+
gap: 32px;
|
|
5258
|
+
margin-top: 8px;
|
|
5259
|
+
}
|
|
5260
|
+
.e-pv-link-url-input,
|
|
5261
|
+
.e-pv-link-page-input {
|
|
5262
|
+
width: 100%;
|
|
5263
|
+
}
|
|
5264
|
+
.e-pv-link-url-input,
|
|
5265
|
+
.e-pv-link-page-input,
|
|
5266
|
+
.e-pv-link-position-input {
|
|
5267
|
+
height: 32px;
|
|
5268
|
+
box-sizing: border-box;
|
|
5269
|
+
}
|
|
5270
|
+
.e-pv-link-position-input {
|
|
5271
|
+
width: 120px;
|
|
5272
|
+
}
|
|
5273
|
+
.e-pv-link-zoom-dropdown {
|
|
5274
|
+
width: 180px;
|
|
5275
|
+
}
|
|
5276
|
+
/* Position & Zoom Sections */
|
|
5277
|
+
.e-pv-link-dialog-position-container,
|
|
5278
|
+
.e-pv-link-dialog-zoom-row {
|
|
5279
|
+
display: -ms-flexbox;
|
|
5280
|
+
display: flex;
|
|
5281
|
+
-ms-flex-direction: column;
|
|
5282
|
+
flex-direction: column;
|
|
5283
|
+
gap: 4px;
|
|
5284
|
+
}
|
|
5285
|
+
.e-pv-link-dialog-position-row,
|
|
5286
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
5287
|
+
gap: 16px;
|
|
5288
|
+
-ms-flex-align: end;
|
|
5289
|
+
align-items: flex-end;
|
|
5290
|
+
}
|
|
5291
|
+
.e-pv-link-dialog-field-group,
|
|
5292
|
+
.e-pv-link-dialog-field-group-mobile {
|
|
5293
|
+
-ms-flex-align: center;
|
|
5294
|
+
align-items: center;
|
|
5295
|
+
gap: 8px;
|
|
5296
|
+
}
|
|
5297
|
+
.e-pv-link-property-panel-mobile {
|
|
5298
|
+
background-color: #333232;
|
|
5299
|
+
border: 1px solid #6f6c6c;
|
|
5300
|
+
border-width: 1px 1px 0;
|
|
5301
|
+
opacity: 1;
|
|
5302
|
+
overflow: hidden;
|
|
5303
|
+
position: absolute;
|
|
5304
|
+
inset: 0;
|
|
5305
|
+
z-index: 100;
|
|
5306
|
+
width: 100%;
|
|
5307
|
+
height: 100%;
|
|
5308
|
+
display: -ms-grid;
|
|
5309
|
+
display: grid;
|
|
5310
|
+
grid-template-areas: "header header" "content content" "footer footer";
|
|
5311
|
+
-ms-grid-rows: 5% 85% 10%;
|
|
5312
|
+
grid-template-rows: 5% 85% 10%;
|
|
5313
|
+
}
|
|
5314
|
+
/* Shared Panel/Header/Footer Styles */
|
|
5315
|
+
.e-pv-link-panel-title-container,
|
|
5316
|
+
.e-pv-link-footer {
|
|
5317
|
+
background-color: #333232;
|
|
5318
|
+
border-style: double;
|
|
5319
|
+
border-width: 0 1px 1px 0;
|
|
5320
|
+
position: relative;
|
|
5321
|
+
border-color: #6f6c6c;
|
|
5322
|
+
}
|
|
5323
|
+
.e-pv-link-panel-title-container {
|
|
5324
|
+
padding-left: 15px;
|
|
5325
|
+
grid-area: header;
|
|
5326
|
+
}
|
|
5327
|
+
.e-pv-link-panel-title {
|
|
5328
|
+
position: absolute;
|
|
5329
|
+
left: 15px;
|
|
5330
|
+
top: 11px;
|
|
5331
|
+
text-align: left;
|
|
5332
|
+
color: rgba(218, 218, 218, 0.9);
|
|
5333
|
+
font-size: 16px;
|
|
5334
|
+
font-weight: 600;
|
|
5335
|
+
}
|
|
5336
|
+
.e-pv-link-content-container {
|
|
5337
|
+
position: relative;
|
|
5338
|
+
grid-area: content;
|
|
5339
|
+
background-color: #333232;
|
|
5340
|
+
}
|
|
5341
|
+
.e-pv-link-footer {
|
|
5342
|
+
grid-area: footer;
|
|
5343
|
+
border-style: double;
|
|
5344
|
+
border-width: 1px 0 0;
|
|
5345
|
+
height: 100%;
|
|
5346
|
+
display: -ms-flexbox;
|
|
5347
|
+
display: flex;
|
|
5348
|
+
-ms-flex-pack: end;
|
|
5349
|
+
justify-content: flex-end;
|
|
5350
|
+
-ms-flex-align: center;
|
|
5351
|
+
align-items: center;
|
|
5352
|
+
gap: 8px;
|
|
5353
|
+
padding: 17px 12px;
|
|
5354
|
+
}
|
|
5355
|
+
.e-pv-link-footer button {
|
|
5356
|
+
-ms-flex: 1;
|
|
5357
|
+
flex: 1;
|
|
5358
|
+
height: 100%;
|
|
5359
|
+
}
|
|
5360
|
+
.e-pv-link-dialog-radio-row-mobile {
|
|
5361
|
+
padding: 16px 16px 0;
|
|
5362
|
+
display: -ms-flexbox;
|
|
5363
|
+
display: flex;
|
|
5364
|
+
gap: 24px;
|
|
5365
|
+
}
|
|
5366
|
+
.e-pv-link-dialog-content-area-mobile {
|
|
5367
|
+
padding: 16px;
|
|
5368
|
+
box-sizing: border-box;
|
|
5369
|
+
}
|
|
5370
|
+
.e-pv-link-dialog-common-props-mobile,
|
|
5371
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
5372
|
+
width: 100%;
|
|
5373
|
+
padding-top: 16px;
|
|
5374
|
+
}
|
|
5375
|
+
.e-pv-link-dialog-section-title-mobile,
|
|
5376
|
+
.e-pv-link-dialog-section-title-mobile-mobile {
|
|
5377
|
+
font-size: 16px;
|
|
5378
|
+
font-weight: 600;
|
|
5379
|
+
}
|
|
5380
|
+
.e-pv-link-dialog-props-row-mobile {
|
|
5381
|
+
display: -ms-flexbox;
|
|
5382
|
+
display: flex;
|
|
5383
|
+
-ms-flex-align: start;
|
|
5384
|
+
align-items: flex-start;
|
|
5385
|
+
-ms-flex-pack: justify;
|
|
5386
|
+
justify-content: space-between;
|
|
5387
|
+
gap: 20px;
|
|
5388
|
+
width: 100%;
|
|
5389
|
+
padding-top: 16px;
|
|
5390
|
+
}
|
|
5391
|
+
.e-pv-link-dialog-prop-group-mobile {
|
|
5392
|
+
display: -ms-flexbox;
|
|
5393
|
+
display: flex;
|
|
5394
|
+
-ms-flex-direction: column;
|
|
5395
|
+
flex-direction: column;
|
|
5396
|
+
}
|
|
5397
|
+
.e-pv-link-dialog-prop-group-mobile:first-child {
|
|
5398
|
+
width: 90px;
|
|
5399
|
+
-ms-flex-negative: 0;
|
|
5400
|
+
flex-shrink: 0;
|
|
5401
|
+
}
|
|
5402
|
+
.e-pv-link-dialog-prop-group-mobile:last-child {
|
|
5403
|
+
-ms-flex: 1;
|
|
5404
|
+
flex: 1;
|
|
5405
|
+
min-width: 0;
|
|
5406
|
+
}
|
|
5407
|
+
.e-pv-link-stroke-field-label-mobile,
|
|
5408
|
+
.e-pv-link-thickness-field-label-mobile,
|
|
5409
|
+
.e-pv-link-dialog-field-label-mobile {
|
|
5410
|
+
white-space: nowrap;
|
|
5411
|
+
font-size: 16px;
|
|
5412
|
+
font-weight: normal;
|
|
5413
|
+
}
|
|
5414
|
+
.e-pv-link-stroke-field-label-mobile {
|
|
5415
|
+
margin-bottom: 15px;
|
|
5416
|
+
}
|
|
5417
|
+
.e-pv-link-thickness-field-label-mobile {
|
|
5418
|
+
margin-bottom: 8px;
|
|
5419
|
+
}
|
|
5420
|
+
.e-pv-link-dialog-position-row-mobile {
|
|
5421
|
+
margin-top: 5px;
|
|
5422
|
+
}
|
|
5423
|
+
.e-pv-link-dialog-content-area-mobile .e-pv-link-dialog-label {
|
|
5424
|
+
font-size: 16px;
|
|
5425
|
+
font-weight: normal;
|
|
5426
|
+
}
|
|
5427
|
+
.e-pv-link-dialog-position-container-mobile {
|
|
5428
|
+
padding: 16px 0;
|
|
5429
|
+
}
|
|
5430
|
+
.e-pv-link-dialog-wrapper-mobile .e-radio-wrapper .e-label,
|
|
5431
|
+
.e-pv-link-dialog-wrapper-mobile .e-wrapper .e-label {
|
|
5432
|
+
display: -ms-flexbox;
|
|
5433
|
+
display: flex;
|
|
5434
|
+
font-size: 16px;
|
|
5435
|
+
font-weight: normal;
|
|
5436
|
+
}
|
|
5437
|
+
.e-pv-link-dialog-radio-row-mobile .e-radio-wrapper.e-wrapper {
|
|
5438
|
+
margin-right: 10px;
|
|
5439
|
+
}
|
|
5440
|
+
.e-pv-link-dialog-prop-group-mobile .e-pv-link-thickness-slider {
|
|
5441
|
+
width: 100%;
|
|
5442
|
+
}
|
|
5173
5443
|
.e-bigger .e-pv-icon-search {
|
|
5174
5444
|
font-size: 16px;
|
|
5175
5445
|
}
|
|
@@ -1290,6 +1290,7 @@
|
|
|
1290
1290
|
&[style *= 'vertical-align: middle;'] {
|
|
1291
1291
|
.e-wrap-content {
|
|
1292
1292
|
bottom: initial;
|
|
1293
|
+
top: 50%;
|
|
1293
1294
|
transform: translateY(-50%);
|
|
1294
1295
|
}
|
|
1295
1296
|
}
|
|
@@ -3104,6 +3105,7 @@
|
|
|
3104
3105
|
cursor: col-resize;
|
|
3105
3106
|
pointer-events: none;
|
|
3106
3107
|
position: absolute;
|
|
3108
|
+
width: 1px;
|
|
3107
3109
|
z-index: 1;
|
|
3108
3110
|
}
|
|
3109
3111
|
|
|
@@ -3112,6 +3114,7 @@
|
|
|
3112
3114
|
cursor: row-resize;
|
|
3113
3115
|
pointer-events: none;
|
|
3114
3116
|
position: absolute;
|
|
3117
|
+
height: 1px;
|
|
3115
3118
|
z-index: 1;
|
|
3116
3119
|
}
|
|
3117
3120
|
|
|
@@ -1372,6 +1372,7 @@
|
|
|
1372
1372
|
}
|
|
1373
1373
|
.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: middle;"] .e-wrap-content {
|
|
1374
1374
|
bottom: initial;
|
|
1375
|
+
top: 50%;
|
|
1375
1376
|
transform: translateY(-50%);
|
|
1376
1377
|
}
|
|
1377
1378
|
.e-spreadsheet .e-table tr .e-cell .e-cf-databar {
|
|
@@ -2646,6 +2647,7 @@
|
|
|
2646
2647
|
cursor: col-resize;
|
|
2647
2648
|
pointer-events: none;
|
|
2648
2649
|
position: absolute;
|
|
2650
|
+
width: 1px;
|
|
2649
2651
|
z-index: 1;
|
|
2650
2652
|
}
|
|
2651
2653
|
.e-spreadsheet .e-rowresize-handler {
|
|
@@ -2653,6 +2655,7 @@
|
|
|
2653
2655
|
cursor: row-resize;
|
|
2654
2656
|
pointer-events: none;
|
|
2655
2657
|
position: absolute;
|
|
2658
|
+
height: 1px;
|
|
2656
2659
|
z-index: 1;
|
|
2657
2660
|
}
|
|
2658
2661
|
.e-spreadsheet .e-validation-list {
|
|
@@ -1372,6 +1372,7 @@
|
|
|
1372
1372
|
}
|
|
1373
1373
|
.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: middle;"] .e-wrap-content {
|
|
1374
1374
|
bottom: initial;
|
|
1375
|
+
top: 50%;
|
|
1375
1376
|
transform: translateY(-50%);
|
|
1376
1377
|
}
|
|
1377
1378
|
.e-spreadsheet .e-table tr .e-cell .e-cf-databar {
|
|
@@ -2646,6 +2647,7 @@
|
|
|
2646
2647
|
cursor: col-resize;
|
|
2647
2648
|
pointer-events: none;
|
|
2648
2649
|
position: absolute;
|
|
2650
|
+
width: 1px;
|
|
2649
2651
|
z-index: 1;
|
|
2650
2652
|
}
|
|
2651
2653
|
.e-spreadsheet .e-rowresize-handler {
|
|
@@ -2653,6 +2655,7 @@
|
|
|
2653
2655
|
cursor: row-resize;
|
|
2654
2656
|
pointer-events: none;
|
|
2655
2657
|
position: absolute;
|
|
2658
|
+
height: 1px;
|
|
2656
2659
|
z-index: 1;
|
|
2657
2660
|
}
|
|
2658
2661
|
.e-spreadsheet .e-validation-list {
|