@syncfusion/ej2-vue-pdfviewer 20.2.36 → 20.2.40
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 +93 -40
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/pdfviewer/bootstrap5-dark.css +1 -1
- package/styles/pdfviewer/bootstrap5.css +1 -1
- package/styles/pdfviewer/fluent-dark.css +1 -1
- package/styles/pdfviewer/tailwind-dark.css +1 -1
- package/styles/pdfviewer/tailwind.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@20.2.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-tZhtLORTEIbHxC9qJvx0TZgo6BMU9tdnKP29T0QklRJFUMa0RFIh842NYzalMsiQdUy+rwQB3XDwNd9d8iTRpA==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.2.39.tgz",
|
|
23
|
+
"_shasum": "a0112ea40b0bd2ffd5078feb54e77e5a24e75d95",
|
|
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": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.2.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.39",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.2.40",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
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": "20.2.
|
|
64
|
+
"version": "20.2.40",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
package/styles/bootstrap5.css
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #1b1a19;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #1b1a19;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
package/styles/tailwind-dark.css
CHANGED