@coderline/alphatab 1.3.0-alpha.141 → 1.3.0-alpha.142
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/alphaTab.js +4 -3
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +4 -3
- package/package.json +1 -1
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.142 (develop, build 142)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -26609,6 +26609,7 @@
|
|
|
26609
26609
|
canvasElement.style.fontSize = '0';
|
|
26610
26610
|
canvasElement.style.overflow = 'hidden';
|
|
26611
26611
|
canvasElement.style.lineHeight = '0';
|
|
26612
|
+
canvasElement.style.position = 'relative';
|
|
26612
26613
|
return new HtmlElementContainer(canvasElement);
|
|
26613
26614
|
}
|
|
26614
26615
|
triggerEvent(container, name, details = null, originalEvent) {
|
|
@@ -40593,8 +40594,8 @@
|
|
|
40593
40594
|
// </auto-generated>
|
|
40594
40595
|
class VersionInfo {
|
|
40595
40596
|
}
|
|
40596
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40597
|
-
VersionInfo.date = '2022-01-
|
|
40597
|
+
VersionInfo.version = '1.3.0-alpha.142';
|
|
40598
|
+
VersionInfo.date = '2022-01-15T17:24:56.552Z';
|
|
40598
40599
|
|
|
40599
40600
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40600
40601
|
__proto__: null,
|