@coderline/alphatab 1.3.0-alpha.782 → 1.3.0-alpha.783
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.d.ts +6 -0
- package/dist/alphaTab.js +5 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +5 -4
- package/package.json +1 -1
package/dist/alphaTab.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.783 (develop, build 783)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -26264,7 +26264,6 @@ class FontLoadingChecker {
|
|
|
26264
26264
|
else {
|
|
26265
26265
|
Logger.error('Font', `[${this._originalFamilies.join(',')}] Loading Failed, rendering cannot start`, e);
|
|
26266
26266
|
window.clearInterval(failCounterId);
|
|
26267
|
-
debugger;
|
|
26268
26267
|
}
|
|
26269
26268
|
};
|
|
26270
26269
|
let successHandler = (font) => {
|
|
@@ -41906,8 +41905,8 @@ class CoreSettings {
|
|
|
41906
41905
|
// </auto-generated>
|
|
41907
41906
|
class VersionInfo {
|
|
41908
41907
|
}
|
|
41909
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41910
|
-
VersionInfo.date = '2023-10-01T12:
|
|
41908
|
+
VersionInfo.version = '1.3.0-alpha.783';
|
|
41909
|
+
VersionInfo.date = '2023-10-01T12:07:13.906Z';
|
|
41911
41910
|
|
|
41912
41911
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
41913
41912
|
__proto__: null,
|
|
@@ -44950,6 +44949,8 @@ var index$2 = /*#__PURE__*/Object.freeze({
|
|
|
44950
44949
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
44951
44950
|
__proto__: null,
|
|
44952
44951
|
Cursors: Cursors,
|
|
44952
|
+
get TextAlign () { return TextAlign; },
|
|
44953
|
+
get TextBaseline () { return TextBaseline; },
|
|
44953
44954
|
CssFontSvgCanvas: CssFontSvgCanvas,
|
|
44954
44955
|
FontSizes: FontSizes,
|
|
44955
44956
|
SvgCanvas: SvgCanvas
|