@vitrosoftware/common-ui-ts 1.1.16 → 1.1.19
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/css/common.css +1 -1
- package/css/std/controls/action-handler/action-handler.css +14 -3
- package/css/std/controls/avatar/avatar.css +3 -0
- package/css/std/controls/checkbox/checkbox.css +54 -0
- package/css/std/controls/command-menu/command-menu-dropdown-button.css +9 -4
- package/css/std/controls/date-picker/date-picker.css +16 -6
- package/css/std/controls/dropdown-button/dropdown-button.css +126 -0
- package/css/std/controls/input/input.css +8 -2
- package/css/std/controls/issue-tile/issue-tile-footer.css +31 -0
- package/css/std/controls/issue-tile/issue-tile-header.css +62 -0
- package/css/std/controls/issue-tile/issue-tile.css +24 -0
- package/css/std/controls/label/label.css +6 -0
- package/css/std/controls/login/login.css +8 -0
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +1 -2
- package/css/std/controls/lookup-picker/lookup-picker.css +13 -8
- package/css/std/controls/pdf-viewer/compare-side-by-side.css +260 -0
- package/css/std/controls/pdf-viewer/compare.css +504 -0
- package/css/std/controls/pdf-viewer/custom.css +339 -0
- package/css/std/controls/pdf-viewer/debugger.css +113 -0
- package/css/std/controls/pdf-viewer/form.css +133 -0
- package/css/std/controls/pdf-viewer/img/close-compare-viewer.png +0 -0
- package/css/std/controls/pdf-viewer/img/close-compare-viewer_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/compare-overlay.png +0 -0
- package/css/std/controls/pdf-viewer/img/compare-side-by-side.png +0 -0
- package/css/std/controls/pdf-viewer/img/delete-active.png +0 -0
- package/css/std/controls/pdf-viewer/img/delete.png +0 -0
- package/css/std/controls/pdf-viewer/img/dlg-compare-ico.png +0 -0
- package/css/std/controls/pdf-viewer/img/do-compare.png +0 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/finish-align.png +0 -0
- package/css/std/controls/pdf-viewer/img/finish-align_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/fit-to-view.png +0 -0
- package/css/std/controls/pdf-viewer/img/fit-to-view_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-colors.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-colors_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/layer-unvisible.png +0 -0
- package/css/std/controls/pdf-viewer/img/layer-visible.png +0 -0
- package/css/std/controls/pdf-viewer/img/overlay.png +0 -0
- package/css/std/controls/pdf-viewer/img/overlay_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/pan.png +0 -0
- package/css/std/controls/pdf-viewer/img/pan_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/panel-visibility.png +0 -0
- package/css/std/controls/pdf-viewer/img/panel-visibility_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/show-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/side-by-side.png +0 -0
- package/css/std/controls/pdf-viewer/img/side-by-side_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/sidebar-notes-toggle.png +0 -0
- package/css/std/controls/pdf-viewer/img/zoom.png +0 -0
- package/css/std/controls/pdf-viewer/img/zoom_active.png +0 -0
- package/css/std/controls/pdf-viewer/pdf-viewer.css +676 -0
- package/css/std/controls/pdf-viewer/print.css +52 -0
- package/css/std/controls/pdf-viewer/sketchpad.css +16 -0
- package/css/std/controls/pdf-viewer/viewer-theme.css +82 -0
- package/css/std/controls/pdf-viewer/viewer.css +3066 -0
- package/css/std/controls/pdf-viewer/zoom.css +14 -0
- package/css/std/controls/tab-group/tab-group.css +5 -1
- package/css/std/controls/table-view/treegrid.css +121 -2
- package/css/std/controls/time-picker/time-picker.css +8 -1
- package/dist/constants/Ctrl.d.ts +2 -0
- package/dist/controls/ActionHandler/ActionHandler.d.ts +1 -1
- package/dist/controls/ActionHandler/ActionHandlerConstants.d.ts +1 -0
- package/dist/controls/Avatar/Avatar.d.ts +1 -0
- package/dist/controls/Checkbox/Checkbox.d.ts +11 -0
- package/dist/controls/CommandMenu/CommandMenuDropdownButton.d.ts +1 -1
- package/dist/controls/CommandMenu/CommandMenuSubItem.d.ts +1 -1
- package/dist/controls/DropdownButton/DropdownButton.d.ts +11 -0
- package/dist/controls/DropdownButton/DropdownItem.d.ts +11 -0
- package/dist/controls/IssueTile/IssueTile.d.ts +26 -0
- package/dist/controls/IssueTile/IssueTileConstants.d.ts +3 -0
- package/dist/controls/IssueTile/IssueTileFooter.d.ts +8 -0
- package/dist/controls/IssueTile/IssueTileHeader.d.ts +18 -0
- package/dist/controls/Login/Login.d.ts +1 -1
- package/dist/controls/PdfViewer/PdfViewerContext.d.ts +6 -0
- package/dist/controls/TableView/TableViewConstants.d.ts +7 -1
- package/dist/controls/TelerikUploader/TelerikUploader.d.ts +2 -0
- package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +2 -1
- package/dist/index.css +413 -50
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1528 -388
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1525 -387
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +329 -7
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
.pixelcompare-wrapper.pixelcompare-horizontal {
|
|
2
|
+
height: 100% !important;
|
|
3
|
+
}
|
|
4
|
+
.pixelcompare-horizontal .pixelcompare-handle:before, .pixelcompare-horizontal .pixelcompare-handle:after, .pixelcompare-vertical .pixelcompare-handle:before, .pixelcompare-vertical .pixelcompare-handle:after {
|
|
5
|
+
content: "";
|
|
6
|
+
display: block;
|
|
7
|
+
background: #fff;
|
|
8
|
+
position: absolute;
|
|
9
|
+
z-index: 30;
|
|
10
|
+
}
|
|
11
|
+
img.pixelcompare-before, img.pixelcompare-after {
|
|
12
|
+
height: 100%;
|
|
13
|
+
object-fit: cover;
|
|
14
|
+
-webkit-user-select: none;
|
|
15
|
+
-khtml-user-select: none;
|
|
16
|
+
-moz-user-select: none;
|
|
17
|
+
-o-user-select: none;
|
|
18
|
+
user-select: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.pixelcompare-before-label, .pixelcompare-after-label, .pixelcompare-overlay {
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.pixelcompare-before-label, .pixelcompare-after-label, .pixelcompare-overlay {
|
|
29
|
+
transition-duration: 0.5s;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.pixelcompare-before-label, .pixelcompare-after-label {
|
|
33
|
+
transition-property: opacity;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.pixelcompare-horizontal .pixelcompare-before-label:before, .pixelcompare-horizontal .pixelcompare-after-label:before {
|
|
37
|
+
top: 50%;
|
|
38
|
+
margin-top: -19px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.pixelcompare-vertical .pixelcompare-before-label:before, .pixelcompare-vertical .pixelcompare-after-label:before {
|
|
42
|
+
left: 50%;
|
|
43
|
+
margin-left: -45px;
|
|
44
|
+
text-align: center;
|
|
45
|
+
width: 90px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.pixelcompare-left-arrow, .pixelcompare-right-arrow, .pixelcompare-up-arrow, .pixelcompare-down-arrow {
|
|
49
|
+
width: 0;
|
|
50
|
+
height: 0;
|
|
51
|
+
border: 6px inset transparent;
|
|
52
|
+
position: absolute;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.pixelcompare-left-arrow, .pixelcompare-right-arrow {
|
|
56
|
+
top: 50%;
|
|
57
|
+
margin-top: -6px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.pixelcompare-up-arrow, .pixelcompare-down-arrow {
|
|
61
|
+
left: 50%;
|
|
62
|
+
margin-left: -6px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.pixelcompare-container {
|
|
66
|
+
box-sizing: content-box;
|
|
67
|
+
z-index: 0;
|
|
68
|
+
height: 100%;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
position: relative;
|
|
71
|
+
-webkit-user-select: none;
|
|
72
|
+
-khtml-user-select: none;
|
|
73
|
+
-moz-user-select: none;
|
|
74
|
+
-o-user-select: none;
|
|
75
|
+
user-select: none;
|
|
76
|
+
}
|
|
77
|
+
.pixelcompare-container img {
|
|
78
|
+
max-width: 100%;
|
|
79
|
+
position: absolute;
|
|
80
|
+
top: 0;
|
|
81
|
+
display: block;
|
|
82
|
+
}
|
|
83
|
+
/* .pixelcompare-container.active .pixelcompare-overlay,
|
|
84
|
+
.pixelcompare-container.active :hover.pixelcompare-overlay {
|
|
85
|
+
background: transparent;
|
|
86
|
+
} */
|
|
87
|
+
.pixelcompare-container.active .pixelcompare-overlay .pixelcompare-before-label,
|
|
88
|
+
.pixelcompare-container.active .pixelcompare-overlay .pixelcompare-after-label,
|
|
89
|
+
.pixelcompare-container.active :hover.pixelcompare-overlay .pixelcompare-before-label,
|
|
90
|
+
.pixelcompare-container.active :hover.pixelcompare-overlay .pixelcompare-after-label {
|
|
91
|
+
opacity: 0;
|
|
92
|
+
}
|
|
93
|
+
.pixelcompare-container * {
|
|
94
|
+
box-sizing: content-box;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.pixelcompare-before-label {
|
|
98
|
+
opacity: 0;
|
|
99
|
+
}
|
|
100
|
+
.pixelcompare-before-label:before {
|
|
101
|
+
content: attr(data-content);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.pixelcompare-after-label {
|
|
105
|
+
opacity: 0;
|
|
106
|
+
}
|
|
107
|
+
.pixelcompare-after-label:before {
|
|
108
|
+
content: attr(data-content);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.pixelcompare-horizontal .pixelcompare-before-label:before {
|
|
112
|
+
left: 10px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.pixelcompare-horizontal .pixelcompare-after-label:before {
|
|
116
|
+
right: 10px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.pixelcompare-vertical .pixelcompare-before-label:before {
|
|
120
|
+
top: 10px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.pixelcompare-vertical .pixelcompare-after-label:before {
|
|
124
|
+
bottom: 10px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.pixelcompare-overlay {
|
|
128
|
+
transition-property: background;
|
|
129
|
+
background: transparent;
|
|
130
|
+
z-index: 25;
|
|
131
|
+
}
|
|
132
|
+
.pixelcompare-overlay:hover,
|
|
133
|
+
.pixelcompare-container.active .pixelcompare-overlay,
|
|
134
|
+
.pixelcompare-handle:hover + .pixelcompare-overlay {
|
|
135
|
+
background: rgba(0, 0, 0, 0.5);
|
|
136
|
+
}
|
|
137
|
+
.pixelcompare-overlay:hover .pixelcompare-after-label {
|
|
138
|
+
opacity: 1;
|
|
139
|
+
}
|
|
140
|
+
.pixelcompare-overlay:hover .pixelcompare-before-label {
|
|
141
|
+
opacity: 1;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.pixelcompare-before {
|
|
145
|
+
z-index: 20;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.pixelcompare-after {
|
|
149
|
+
z-index: 10;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.pixelcompare-vertical .pixelcompare-handle {
|
|
153
|
+
background-color: rgba(247, 237, 237, 0.71);
|
|
154
|
+
height: 20px;
|
|
155
|
+
width: 65px;
|
|
156
|
+
position: absolute;
|
|
157
|
+
left: 50%;
|
|
158
|
+
top: 50%;
|
|
159
|
+
margin-left: -19px;
|
|
160
|
+
margin-top: -10px;
|
|
161
|
+
border-radius: 1000px;
|
|
162
|
+
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
|
|
163
|
+
z-index: 40;
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.pixelcompare-horizontal .pixelcompare-handle {
|
|
168
|
+
/*background-color: rgba(247, 237, 237, 0.71);*/
|
|
169
|
+
/*height: 65px;*/
|
|
170
|
+
height: 100%;
|
|
171
|
+
width: 20px;
|
|
172
|
+
position: absolute;
|
|
173
|
+
left: calc(50% - 10px);
|
|
174
|
+
top: 0;
|
|
175
|
+
bottom: 0;
|
|
176
|
+
/*margin-top: -19px;*/
|
|
177
|
+
/*margin-left: -10px;*/
|
|
178
|
+
border-radius: 0;
|
|
179
|
+
/*box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);*/
|
|
180
|
+
box-shadow: none;
|
|
181
|
+
z-index: 40;
|
|
182
|
+
/*cursor: pointer;*/
|
|
183
|
+
cursor: col-resize;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.pixelcompare-horizontal .pixelcompare-handle:before {
|
|
187
|
+
bottom: 0;
|
|
188
|
+
top: 0;
|
|
189
|
+
left: -1px;
|
|
190
|
+
/*bottom: 50%;*/
|
|
191
|
+
/*height: 799px;*/
|
|
192
|
+
height: 100%;
|
|
193
|
+
/*margin-bottom: 33px;*/
|
|
194
|
+
/*margin-left: 10px;*/
|
|
195
|
+
background: none;
|
|
196
|
+
position: absolute;
|
|
197
|
+
z-index: 999;
|
|
198
|
+
/*border-right: 1px dashed rgba(255, 255, 255, 0.5);*/
|
|
199
|
+
border-right: 2px solid #74A9E5;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/*.pixelcompare-horizontal .pixelcompare-handle:after {*/
|
|
203
|
+
/* top: 50%;*/
|
|
204
|
+
/* height: 257px;*/
|
|
205
|
+
/* margin-top: 33px;*/
|
|
206
|
+
/* margin-left: 10px;*/
|
|
207
|
+
/* background: none;*/
|
|
208
|
+
/* position: absolute;*/
|
|
209
|
+
/* z-index: 999;*/
|
|
210
|
+
/* !*border-right: 1px dashed rgba(255, 255, 255, 0.5);*!*/
|
|
211
|
+
/* border-right: 2px solid #74A9E5;*/
|
|
212
|
+
/*}*/
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
.pixelcompare-vertical .pixelcompare-handle:before {
|
|
216
|
+
margin-top: 10px;
|
|
217
|
+
margin-left: 11px;
|
|
218
|
+
width: 100vw;
|
|
219
|
+
background: none;
|
|
220
|
+
position: absolute;
|
|
221
|
+
z-index: 999;
|
|
222
|
+
border-top: 2px dashed rgba(255, 255, 255, 0.5);
|
|
223
|
+
right: 50%;
|
|
224
|
+
margin-right: 33px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.pixelcompare-vertical .pixelcompare-handle:after {
|
|
228
|
+
margin-top: 10px;
|
|
229
|
+
width: 100vw;
|
|
230
|
+
background: none;
|
|
231
|
+
position: absolute;
|
|
232
|
+
z-index: 999;
|
|
233
|
+
border-top: 1px dashed rgba(255, 255, 255, 0.5);
|
|
234
|
+
left: 50%;
|
|
235
|
+
margin-left: 33px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.pixelcompare-left-arrow {
|
|
239
|
+
border-right: 6px solid rgba(247, 237, 237, 0.71);
|
|
240
|
+
left: calc(50% - 26px);
|
|
241
|
+
/*margin-left: -13px;*/
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.pixelcompare-right-arrow {
|
|
245
|
+
border-left: 6px solid rgba(247, 237, 237, 0.71);
|
|
246
|
+
right: calc(50% - 6px);
|
|
247
|
+
/*margin-right: -13px; */
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.pixelcompare-up-arrow {
|
|
251
|
+
border-bottom: 6px solid rgba(247, 237, 237, 0.71);
|
|
252
|
+
top: 50%;
|
|
253
|
+
margin-top: -13px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.pixelcompare-down-arrow {
|
|
257
|
+
border-top: 6px solid rgba(247, 237, 237, 0.71);
|
|
258
|
+
bottom: 50%;
|
|
259
|
+
margin-bottom: -13px;
|
|
260
|
+
}
|