@syncfusion/ej2-angular-pdfviewer 20.2.50-ngcc → 20.2.50

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