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