emacroh5lib 1.0.89 → 1.0.91
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/dist/emacroh5lib.min.12.js +2 -0
- package/dist/{emacroh5lib.min.js.LICENSE.txt → emacroh5lib.min.12.js.LICENSE.txt} +22 -14
- package/dist/emacroh5lib.min.990.js +2 -0
- package/dist/emacroh5lib.min.990.js.LICENSE.txt +70 -0
- package/dist/emacroh5lib.min.main.js +1 -0
- package/package.json +3 -4
- package/tsconfig.json +8 -11
- package/webpack.config.js +11 -6
- package/dist/emacroh5lib.min.js +0 -2
- package/dist/main.css +0 -186
package/dist/main.css
DELETED
@@ -1,186 +0,0 @@
|
|
1
|
-
.duo-viewer {
|
2
|
-
position: fixed;
|
3
|
-
top: 0;
|
4
|
-
left: 0;
|
5
|
-
z-index: 10000;
|
6
|
-
width: 100%;
|
7
|
-
height: 100vh;
|
8
|
-
}
|
9
|
-
.duo-viewer-mask {
|
10
|
-
position: absolute;
|
11
|
-
top: 0;
|
12
|
-
left: 0;
|
13
|
-
width: 100%;
|
14
|
-
height: 100%;
|
15
|
-
background: rgba(0, 0, 0, 0.6);
|
16
|
-
z-index: 9;
|
17
|
-
}
|
18
|
-
.duo-viewer-mask__image {
|
19
|
-
cursor: -webkit-grab;
|
20
|
-
cursor: grab;
|
21
|
-
height: 750px;
|
22
|
-
position: absolute;
|
23
|
-
top: 50%;
|
24
|
-
left: 50%;
|
25
|
-
transform: translate(-50%, -50%);
|
26
|
-
z-index: 8;
|
27
|
-
transition-property: transform, height, width;
|
28
|
-
transition-duration: 0.3s, 0.3s, 0.3s;
|
29
|
-
}
|
30
|
-
.duo-viewer-footer {
|
31
|
-
position: absolute;
|
32
|
-
text-align: center;
|
33
|
-
bottom: 0;
|
34
|
-
left: 0;
|
35
|
-
width: 100%;
|
36
|
-
z-index: 10;
|
37
|
-
}
|
38
|
-
.duo-viewer-footer__title {
|
39
|
-
color: #cfcfcf;
|
40
|
-
position: absolute;
|
41
|
-
bottom: 95px;
|
42
|
-
left: 50%;
|
43
|
-
transform: translate(-50%, 0%);
|
44
|
-
z-index: 10;
|
45
|
-
width: 100%;
|
46
|
-
}
|
47
|
-
.duo-viewer-footer__toolbar {
|
48
|
-
position: absolute;
|
49
|
-
bottom: 60px;
|
50
|
-
left: 50%;
|
51
|
-
transform: translate(-50%, 0%);
|
52
|
-
z-index: 10;
|
53
|
-
}
|
54
|
-
.duo-viewer-footer__toolbar li {
|
55
|
-
margin: 2px;
|
56
|
-
background-color: rgba(0, 0, 0, 0.5);
|
57
|
-
border-radius: 50%;
|
58
|
-
cursor: pointer;
|
59
|
-
float: left;
|
60
|
-
height: 28px;
|
61
|
-
overflow: hidden;
|
62
|
-
transition: background-color 0.15s;
|
63
|
-
width: 28px;
|
64
|
-
position: relative;
|
65
|
-
}
|
66
|
-
.duo-viewer-footer__toolbar li::after {
|
67
|
-
position: absolute;
|
68
|
-
top: 0;
|
69
|
-
left: 0;
|
70
|
-
width: 100%;
|
71
|
-
height: 100%;
|
72
|
-
content: "";
|
73
|
-
display: inline-block;
|
74
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC) no-repeat;
|
75
|
-
}
|
76
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__zoom-in::after {
|
77
|
-
background-position: 4px 3px;
|
78
|
-
}
|
79
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__zoom-out::after {
|
80
|
-
background-position: -16px 3px;
|
81
|
-
}
|
82
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__one-to-one::after {
|
83
|
-
background-position: -35px 3px;
|
84
|
-
}
|
85
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__reset::after {
|
86
|
-
background-position: -56px 3px;
|
87
|
-
}
|
88
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__prev::after {
|
89
|
-
background-position: -77px 3px;
|
90
|
-
}
|
91
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__play {
|
92
|
-
width: 34px;
|
93
|
-
height: 34px;
|
94
|
-
margin-top: -2px;
|
95
|
-
}
|
96
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__play::after {
|
97
|
-
background-position: -93px 6px;
|
98
|
-
}
|
99
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__next::after {
|
100
|
-
background-position: -116px 3px;
|
101
|
-
}
|
102
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__rotate-left::after {
|
103
|
-
background-position: -136px 3px;
|
104
|
-
}
|
105
|
-
.duo-viewer-footer__toolbar li.duo-viewer-footer__rotate-right::after {
|
106
|
-
background-position: -156px 3px;
|
107
|
-
}
|
108
|
-
.duo-viewer-footer__navbar {
|
109
|
-
width: 100%;
|
110
|
-
height: 50px;
|
111
|
-
background: rgba(0, 0, 0, 0.9);
|
112
|
-
overflow: hidden;
|
113
|
-
}
|
114
|
-
.duo-viewer-footer__navbar-thumbnail-image {
|
115
|
-
height: 100%;
|
116
|
-
width: 80px;
|
117
|
-
-o-object-fit: fill;
|
118
|
-
object-fit: fill;
|
119
|
-
transform: translateX(-30px);
|
120
|
-
}
|
121
|
-
.duo-viewer-footer__navbar-thumbnail-item {
|
122
|
-
margin: 0 2px;
|
123
|
-
color: transparent;
|
124
|
-
cursor: pointer;
|
125
|
-
float: left;
|
126
|
-
font-size: 0;
|
127
|
-
width: 30px;
|
128
|
-
opacity: 0.2;
|
129
|
-
overflow: hidden;
|
130
|
-
transition: opacity 0.15s;
|
131
|
-
}
|
132
|
-
.duo-viewer-footer__navbar-thumbnail-item.viewer-current {
|
133
|
-
opacity: 0.9;
|
134
|
-
}
|
135
|
-
.duo-viewer-footer__navbar-thumbnail-wrap {
|
136
|
-
position: relative;
|
137
|
-
overflow: hidden;
|
138
|
-
width: 660px;
|
139
|
-
height: inherit;
|
140
|
-
margin: 0 auto;
|
141
|
-
}
|
142
|
-
.duo-viewer-footer__navbar-thumbnail-list {
|
143
|
-
padding: 10px 0;
|
144
|
-
width: auto;
|
145
|
-
box-sizing: border-box;
|
146
|
-
position: absolute;
|
147
|
-
top: 0;
|
148
|
-
left: 50%;
|
149
|
-
transition: all 0.3s;
|
150
|
-
}
|
151
|
-
.duo-viewer-close {
|
152
|
-
background-color: rgba(0, 0, 0, 0.9);
|
153
|
-
border-radius: 0% 0% 0% 100%;
|
154
|
-
cursor: pointer;
|
155
|
-
height: 50px;
|
156
|
-
overflow: hidden;
|
157
|
-
position: absolute;
|
158
|
-
right: 0;
|
159
|
-
top: 0;
|
160
|
-
transition: background-color 0.15s;
|
161
|
-
width: 50px;
|
162
|
-
z-index: 10;
|
163
|
-
line-height: 50px;
|
164
|
-
text-align: center;
|
165
|
-
}
|
166
|
-
.duo-viewer-close__off {
|
167
|
-
margin: 18px 12px;
|
168
|
-
position: relative;
|
169
|
-
width: 2em;
|
170
|
-
height: 0.3em;
|
171
|
-
background-color: #fff;
|
172
|
-
transform: rotate(45deg);
|
173
|
-
border-radius: 0.15em;
|
174
|
-
}
|
175
|
-
.duo-viewer-close__off:after {
|
176
|
-
content: "";
|
177
|
-
position: absolute;
|
178
|
-
width: 2em;
|
179
|
-
height: 0.3em;
|
180
|
-
top: 0;
|
181
|
-
left: 0;
|
182
|
-
background-color: #fff;
|
183
|
-
transform: rotate(90deg);
|
184
|
-
border-radius: 0.15em;
|
185
|
-
}
|
186
|
-
|