@coderline/alphatab 1.3.0-alpha.511 → 1.3.0-alpha.512
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 +10 -5
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +10 -5
- 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.512 (develop, build 512)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -21865,7 +21865,7 @@ class ScoreRenderer {
|
|
|
21865
21865
|
this.postRenderFinished.trigger();
|
|
21866
21866
|
}
|
|
21867
21867
|
else {
|
|
21868
|
-
Logger.
|
|
21868
|
+
Logger.debug('Rendering', 'Current layout does not support dynamic resizing, nothing was done', null);
|
|
21869
21869
|
}
|
|
21870
21870
|
Logger.debug('Rendering', 'Resize finished');
|
|
21871
21871
|
}
|
|
@@ -24571,8 +24571,13 @@ class AlphaTabApiBase {
|
|
|
24571
24571
|
this._cursorWrapper.width = result.totalWidth;
|
|
24572
24572
|
this._cursorWrapper.height = result.totalHeight;
|
|
24573
24573
|
}
|
|
24574
|
+
if (result.width > 0 || result.height > 0) {
|
|
24575
|
+
this.uiFacade.beginAppendRenderResults(result);
|
|
24576
|
+
}
|
|
24577
|
+
}
|
|
24578
|
+
else {
|
|
24579
|
+
this.uiFacade.beginAppendRenderResults(result);
|
|
24574
24580
|
}
|
|
24575
|
-
this.uiFacade.beginAppendRenderResults(result);
|
|
24576
24581
|
}
|
|
24577
24582
|
updateRenderResult(result) {
|
|
24578
24583
|
if (result && result.renderResult) {
|
|
@@ -41344,8 +41349,8 @@ class CoreSettings {
|
|
|
41344
41349
|
// </auto-generated>
|
|
41345
41350
|
class VersionInfo {
|
|
41346
41351
|
}
|
|
41347
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41348
|
-
VersionInfo.date = '2023-01-
|
|
41352
|
+
VersionInfo.version = '1.3.0-alpha.512';
|
|
41353
|
+
VersionInfo.date = '2023-01-08T01:15:13.873Z';
|
|
41349
41354
|
|
|
41350
41355
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
41351
41356
|
__proto__: null,
|