@syncfusion/ej2-angular-pdfviewer 24.1.41-ngcc → 24.1.41
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
- package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/package.json +26 -12
- package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
- package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
- package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +3404 -1
- package/styles/bootstrap.css +3411 -1
- package/styles/bootstrap4.css +3744 -1
- package/styles/bootstrap5-dark.css +3714 -1
- package/styles/bootstrap5.css +3714 -1
- package/styles/fabric-dark.css +3412 -1
- package/styles/fabric.css +3425 -1
- package/styles/fluent-dark.css +3683 -1
- package/styles/fluent.css +3683 -1
- package/styles/highcontrast-light.css +3402 -1
- package/styles/highcontrast.css +3423 -1
- package/styles/material-dark.css +3405 -1
- package/styles/material.css +3412 -1
- package/styles/material3-dark.css +3591 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +3647 -1
- package/styles/material3.scss +1 -0
- package/styles/pdfviewer/_all.scss +2 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +540 -0
- package/styles/pdfviewer/_bootstrap-definition.scss +540 -0
- package/styles/pdfviewer/_bootstrap4-definition.scss +586 -0
- package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +537 -0
- package/styles/pdfviewer/_fabric-definition.scss +539 -0
- package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
- package/styles/pdfviewer/_fluent-definition.scss +541 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +539 -0
- package/styles/pdfviewer/_highcontrast-light-definition.scss +535 -0
- package/styles/pdfviewer/_layout.scss +196 -0
- package/styles/pdfviewer/_material-dark-definition.scss +538 -0
- package/styles/pdfviewer/_material-definition.scss +536 -0
- package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
- package/styles/pdfviewer/_material3-definition.scss +542 -0
- package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
- package/styles/pdfviewer/_tailwind-definition.scss +543 -0
- package/styles/pdfviewer/_theme.scss +4894 -0
- package/styles/pdfviewer/bootstrap-dark.css +3404 -1
- package/styles/pdfviewer/bootstrap-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap.css +3411 -1
- package/styles/pdfviewer/bootstrap.scss +4 -1
- package/styles/pdfviewer/bootstrap4.css +3744 -1
- package/styles/pdfviewer/bootstrap4.scss +4 -1
- package/styles/pdfviewer/bootstrap5-dark.css +3714 -1
- package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap5.css +3714 -1
- package/styles/pdfviewer/bootstrap5.scss +4 -1
- package/styles/pdfviewer/fabric-dark.css +3412 -1
- package/styles/pdfviewer/fabric-dark.scss +4 -1
- package/styles/pdfviewer/fabric.css +3425 -1
- package/styles/pdfviewer/fabric.scss +4 -1
- package/styles/pdfviewer/fluent-dark.css +3683 -1
- package/styles/pdfviewer/fluent-dark.scss +4 -1
- package/styles/pdfviewer/fluent.css +3683 -1
- package/styles/pdfviewer/fluent.scss +4 -1
- package/styles/pdfviewer/highcontrast-light.css +3402 -1
- package/styles/pdfviewer/highcontrast-light.scss +4 -1
- package/styles/pdfviewer/highcontrast.css +3423 -1
- package/styles/pdfviewer/highcontrast.scss +4 -1
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
- package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
- package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
- package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +488 -0
- package/styles/pdfviewer/icons/_fabric.scss +492 -0
- package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
- package/styles/pdfviewer/icons/_fluent.scss +488 -0
- package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
- package/styles/pdfviewer/icons/_highcontrast-light.scss +475 -0
- package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
- package/styles/pdfviewer/icons/_material-dark.scss +477 -0
- package/styles/pdfviewer/icons/_material.scss +480 -0
- package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
- package/styles/pdfviewer/icons/_material3.scss +490 -0
- package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind.scss +489 -0
- package/styles/pdfviewer/material-dark.css +3405 -1
- package/styles/pdfviewer/material-dark.scss +4 -1
- package/styles/pdfviewer/material.css +3412 -1
- package/styles/pdfviewer/material.scss +4 -1
- package/styles/pdfviewer/material3-dark.css +3591 -1
- package/styles/pdfviewer/material3-dark.scss +4 -1
- package/styles/pdfviewer/material3.css +3647 -1
- package/styles/pdfviewer/material3.scss +4 -1
- package/styles/pdfviewer/tailwind-dark.css +3449 -1
- package/styles/pdfviewer/tailwind-dark.scss +4 -1
- package/styles/pdfviewer/tailwind.css +3450 -1
- package/styles/pdfviewer/tailwind.scss +4 -1
- package/styles/tailwind-dark.css +3449 -1
- package/styles/tailwind.css +3450 -1
- package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
- package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
- package/CHANGELOG.md +0 -2235
- package/dist/ej2-angular-pdfviewer.umd.js +0 -486
- package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
- package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
- package/ej2-angular-pdfviewer.d.ts +0 -5
- package/ej2-angular-pdfviewer.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
@include export-module('pdfviewer-layout') {
|
|
2
|
+
|
|
3
|
+
/*! component layout */
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5
|
+
.e-pdfviewer {
|
|
6
|
+
.e-pv-viewer-container {
|
|
7
|
+
border-style: $pv-viewer-border-style;
|
|
8
|
+
border-width: $pv-viewer-border-width;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-pv-text-layer {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 0;
|
|
14
|
+
z-index: 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-pv-annotation-canvas {
|
|
18
|
+
left: 0;
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-pv-text {
|
|
24
|
+
background: transparent;
|
|
25
|
+
color: transparent;
|
|
26
|
+
line-height: normal;
|
|
27
|
+
opacity: $pv-text-selection-opacity;
|
|
28
|
+
position: absolute;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-pv-search-text-highlight,
|
|
32
|
+
.e-pv-search-text-highlightother {
|
|
33
|
+
line-height: normal;
|
|
34
|
+
opacity: $pv-text-selection-opacity;
|
|
35
|
+
position: absolute;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-pv-hyperlink {
|
|
39
|
+
z-index: 2;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-pv-hyperlink.e-pv-onselection {
|
|
43
|
+
z-index: 1;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-enable-text-selection {
|
|
47
|
+
-moz-user-select: text;
|
|
48
|
+
-ms-user-select: text;
|
|
49
|
+
-webkit-user-select: text;
|
|
50
|
+
user-select: text;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-disable-text-selection {
|
|
54
|
+
-moz-user-select: none;
|
|
55
|
+
-ms-user-select: none;
|
|
56
|
+
-webkit-user-select: none;
|
|
57
|
+
user-select: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-enable-text-selection .e-pv-text {
|
|
61
|
+
display: inline-block;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-disable-text-selection .e-pv-text {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-pv-cursor {
|
|
69
|
+
cursor: text;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-pv-crosshair-cursor {
|
|
73
|
+
cursor: crosshair;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-pv-touch-select-drop {
|
|
77
|
+
display: inline-block;
|
|
78
|
+
height: 30px;
|
|
79
|
+
position: absolute;
|
|
80
|
+
width: 30px;
|
|
81
|
+
z-index: 1000;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-pv-touch-ellipse {
|
|
85
|
+
background-color: $pv-selection-touch-element-background-color;
|
|
86
|
+
border-bottom-left-radius: 50%;
|
|
87
|
+
border-bottom-right-radius: 50%;
|
|
88
|
+
border-color: $pv-selection-touch-element-border-color;
|
|
89
|
+
border-style: solid;
|
|
90
|
+
border-top-left-radius: 50%;
|
|
91
|
+
border-width: 2px;
|
|
92
|
+
height: 20px;
|
|
93
|
+
margin: 0 0 0 9px;
|
|
94
|
+
position: absolute;
|
|
95
|
+
width: 20px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.e-pv-annotation-note {
|
|
99
|
+
border-radius: 2px;
|
|
100
|
+
cursor: auto;
|
|
101
|
+
font-size: $pv-sidebar-title-font-size;
|
|
102
|
+
height: auto;
|
|
103
|
+
max-width: 200px;
|
|
104
|
+
min-height: 10px;
|
|
105
|
+
min-width: 30px;
|
|
106
|
+
overflow-wrap: break-word;
|
|
107
|
+
padding: 5px;
|
|
108
|
+
position: absolute;
|
|
109
|
+
width: auto;
|
|
110
|
+
z-index: 10000;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-pv-annotation-note-author {
|
|
114
|
+
border-bottom: 1px solid $pv-annotation-note-border-bottom-color;
|
|
115
|
+
font-weight: bold;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.e-pv-annotation-popup-menu {
|
|
119
|
+
cursor: auto;
|
|
120
|
+
min-width: 396px;
|
|
121
|
+
padding-bottom: 6px;
|
|
122
|
+
position: absolute;
|
|
123
|
+
width: auto;
|
|
124
|
+
z-index: 10000;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-pv-annotation-popup-header {
|
|
128
|
+
height: auto;
|
|
129
|
+
min-height: 29px;
|
|
130
|
+
padding-top: 14px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-pv-annotation-popup-author {
|
|
134
|
+
float: left;
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
font-weight: bold;
|
|
137
|
+
margin-left: 14px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-pv-annotation-popup-close {
|
|
141
|
+
float: right;
|
|
142
|
+
height: 20px;
|
|
143
|
+
margin-right: 14px;
|
|
144
|
+
width: 20px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-pv-annotation-modified-time {
|
|
148
|
+
height: 14px;
|
|
149
|
+
margin-left: 14px;
|
|
150
|
+
padding-top: 8px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-pv-annotation-popup-note-container {
|
|
154
|
+
height: auto;
|
|
155
|
+
padding: 14px;
|
|
156
|
+
width: auto;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-pv-annotation-popup-content {
|
|
160
|
+
background-color: $pv-annotation-note-popup-bg-color;
|
|
161
|
+
border: 1px solid;
|
|
162
|
+
font-size: 16px;
|
|
163
|
+
min-height: 132.08px;
|
|
164
|
+
overflow: hidden auto;
|
|
165
|
+
width: 368px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-pv-properties-fill-color-icon,
|
|
169
|
+
.e-pv-properties-stroke-color-icon {
|
|
170
|
+
border-bottom: 2px solid;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.e-pv-drop {
|
|
174
|
+
color: $pv-selection-touch-element-background-color;
|
|
175
|
+
display: inline-block;
|
|
176
|
+
height: 20px;
|
|
177
|
+
position: absolute;
|
|
178
|
+
width: 20px;
|
|
179
|
+
z-index: 1000;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.e-pv-droplet {
|
|
183
|
+
background-color: $pv-selection-touch-element-background-color;
|
|
184
|
+
border-bottom-left-radius: 50%;
|
|
185
|
+
border-bottom-right-radius: 50%;
|
|
186
|
+
border-color: $pv-selection-touch-element-border-color;
|
|
187
|
+
border-style: solid;
|
|
188
|
+
border-top-left-radius: 50%;
|
|
189
|
+
border-width: 2px;
|
|
190
|
+
height: 20px;
|
|
191
|
+
margin: 0 0 0 9px;
|
|
192
|
+
position: absolute;
|
|
193
|
+
width: 20px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|