@syncfusion/ej2-vue-pdfviewer 19.4.43 → 19.4.48

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-vue-pdfviewer@19.4.42",
3
+ "_id": "@syncfusion/ej2-vue-pdfviewer@19.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oFOzBFd1hWsVJRRlPqpvfTS4kQtSQWnY0zXq39m248g/gSX5PEu49GbG/ew47+rpkf4rwg7rS8N8li7Z9KJuQg==",
5
+ "_integrity": "sha512-GouDH/Sp76RZGBASkOsJw+IshUxHq+uSew7JVJz7OnP9lFD0bdPspwXnahoB/voxdIsR8Fjmjzmca2pdhYgzUg==",
6
6
  "_location": "/@syncfusion/ej2-vue-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.42.tgz",
23
- "_shasum": "233326e3502d9ea8107472e3a0f61474eb383a05",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.43.tgz",
23
+ "_shasum": "1908c1bccd1c396bd9ccc7e40357a3bc025387ed",
24
24
  "_spec": "@syncfusion/ej2-vue-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.42",
35
- "@syncfusion/ej2-pdfviewer": "19.4.43",
36
- "@syncfusion/ej2-vue-base": "~19.4.40"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-pdfviewer": "19.4.48",
36
+ "@syncfusion/ej2-vue-base": "~19.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Vue",
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
63
63
  },
64
- "version": "19.4.43",
64
+ "version": "19.4.48",
65
65
  "sideEffects": false
66
66
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
1358
1358
  z-index: 103;
1359
1359
  }
1360
1360
 
1361
+ .e-pv-thumbnail-anchor-node:hover {
1362
+ text-decoration: auto;
1363
+ }
1364
+
1361
1365
  .e-pv-sidebar-content.e-thumbnail {
1362
1366
  top: 1px;
1363
1367
  }
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #444c54;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #dee2e6;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
1316
1316
  z-index: 103;
1317
1317
  }
1318
1318
 
1319
+ .e-pv-thumbnail-anchor-node:hover {
1320
+ text-decoration: auto;
1321
+ }
1322
+
1319
1323
  .e-pv-sidebar-content.e-thumbnail {
1320
1324
  top: 1px;
1321
1325
  }
package/styles/fabric.css CHANGED
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
1320
1320
  z-index: 103;
1321
1321
  }
1322
1322
 
1323
+ .e-pv-thumbnail-anchor-node:hover {
1324
+ text-decoration: auto;
1325
+ }
1326
+
1323
1327
  .e-pv-sidebar-content.e-thumbnail {
1324
1328
  top: 1px;
1325
1329
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
1306
1306
  z-index: 103;
1307
1307
  }
1308
1308
 
1309
+ .e-pv-thumbnail-anchor-node:hover {
1310
+ text-decoration: auto;
1311
+ }
1312
+
1309
1313
  .e-pv-sidebar-content.e-thumbnail {
1310
1314
  top: 1px;
1311
1315
  }
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
1358
1358
  z-index: 103;
1359
1359
  }
1360
1360
 
1361
+ .e-pv-thumbnail-anchor-node:hover {
1362
+ text-decoration: auto;
1363
+ }
1364
+
1361
1365
  .e-pv-sidebar-content.e-thumbnail {
1362
1366
  top: 1px;
1363
1367
  }
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #444c54;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #dee2e6;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
1316
1316
  z-index: 103;
1317
1317
  }
1318
1318
 
1319
+ .e-pv-thumbnail-anchor-node:hover {
1320
+ text-decoration: auto;
1321
+ }
1322
+
1319
1323
  .e-pv-sidebar-content.e-thumbnail {
1320
1324
  top: 1px;
1321
1325
  }
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
1320
1320
  z-index: 103;
1321
1321
  }
1322
1322
 
1323
+ .e-pv-thumbnail-anchor-node:hover {
1324
+ text-decoration: auto;
1325
+ }
1326
+
1323
1327
  .e-pv-sidebar-content.e-thumbnail {
1324
1328
  top: 1px;
1325
1329
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
1306
1306
  z-index: 103;
1307
1307
  }
1308
1308
 
1309
+ .e-pv-thumbnail-anchor-node:hover {
1310
+ text-decoration: auto;
1311
+ }
1312
+
1309
1313
  .e-pv-sidebar-content.e-thumbnail {
1310
1314
  top: 1px;
1311
1315
  }
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }