@coderline/alphatab 1.3.0-alpha.511 → 1.3.0-alpha.513
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.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.513 (develop, build 513)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -21871,7 +21871,7 @@
|
|
|
21871
21871
|
this.postRenderFinished.trigger();
|
|
21872
21872
|
}
|
|
21873
21873
|
else {
|
|
21874
|
-
Logger.
|
|
21874
|
+
Logger.debug('Rendering', 'Current layout does not support dynamic resizing, nothing was done', null);
|
|
21875
21875
|
}
|
|
21876
21876
|
Logger.debug('Rendering', 'Resize finished');
|
|
21877
21877
|
}
|
|
@@ -24577,8 +24577,13 @@
|
|
|
24577
24577
|
this._cursorWrapper.width = result.totalWidth;
|
|
24578
24578
|
this._cursorWrapper.height = result.totalHeight;
|
|
24579
24579
|
}
|
|
24580
|
+
if (result.width > 0 || result.height > 0) {
|
|
24581
|
+
this.uiFacade.beginAppendRenderResults(result);
|
|
24582
|
+
}
|
|
24583
|
+
}
|
|
24584
|
+
else {
|
|
24585
|
+
this.uiFacade.beginAppendRenderResults(result);
|
|
24580
24586
|
}
|
|
24581
|
-
this.uiFacade.beginAppendRenderResults(result);
|
|
24582
24587
|
}
|
|
24583
24588
|
updateRenderResult(result) {
|
|
24584
24589
|
if (result && result.renderResult) {
|
|
@@ -41350,8 +41355,8 @@
|
|
|
41350
41355
|
// </auto-generated>
|
|
41351
41356
|
class VersionInfo {
|
|
41352
41357
|
}
|
|
41353
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
41354
|
-
VersionInfo.date = '2023-01-
|
|
41358
|
+
VersionInfo.version = '1.3.0-alpha.513';
|
|
41359
|
+
VersionInfo.date = '2023-01-09T01:10:36.361Z';
|
|
41355
41360
|
|
|
41356
41361
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
41357
41362
|
__proto__: null,
|