@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/CHANGELOG.md +13 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -20
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +7 -4
- package/styles/bootstrap5.css +7 -4
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/pdfviewer/bootstrap-dark.css +4 -0
- package/styles/pdfviewer/bootstrap.css +4 -0
- package/styles/pdfviewer/bootstrap4.css +4 -0
- package/styles/pdfviewer/bootstrap5-dark.css +7 -4
- package/styles/pdfviewer/bootstrap5.css +7 -4
- package/styles/pdfviewer/fabric-dark.css +4 -0
- package/styles/pdfviewer/fabric.css +4 -0
- package/styles/pdfviewer/highcontrast-light.css +4 -0
- package/styles/pdfviewer/highcontrast.css +4 -0
- package/styles/pdfviewer/material-dark.css +4 -0
- package/styles/pdfviewer/material.css +4 -0
- package/styles/pdfviewer/tailwind-dark.css +4 -0
- package/styles/pdfviewer/tailwind.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@19.4.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
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.
|
|
64
|
+
"version": "19.4.48",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
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:
|
|
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
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
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:
|
|
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
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
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:
|
|
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
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED