@syncfusion/ej2-vue-pdfviewer 20.4.42 → 20.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@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@20.4.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-JH2w9hQRrs3p0Lf/HMG06ZbEy2N+vi2B3EqiYIe2pSoT3sZdPqfr/cbiYe/iy9Xb1W4TlJ+CoS4CE4PkT95w7A==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.4.44.tgz",
|
|
23
|
+
"_shasum": "6a25d632c750fd96a572ebdc485e567ae415b513",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.4.48",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for Vue",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"scripts": {
|
|
57
57
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
58
58
|
},
|
|
59
|
-
"version": "20.4.
|
|
59
|
+
"version": "20.4.48",
|
|
60
60
|
"sideEffects": false
|
|
61
61
|
}
|
package/styles/material.css
CHANGED
|
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
+
.e-btn.e-outline.e-primary,
|
|
2396
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
+
color: #d71456;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2395
2400
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2396
2401
|
margin-bottom: 1px;
|
|
2397
2402
|
}
|
|
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
+
.e-btn.e-outline.e-primary,
|
|
2396
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
+
color: #d71456;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2395
2400
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2396
2401
|
margin-bottom: 1px;
|
|
2397
2402
|
}
|