@coderline/alphatab 1.3.0-alpha.755 → 1.3.0-alpha.762

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.755 (develop, build 755)
2
+ * alphaTab v1.3.0-alpha.762 (develop, build 762)
3
3
  *
4
4
  * Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -11196,6 +11196,7 @@
11196
11196
  }
11197
11197
  }
11198
11198
  parseBarXProperties(node, bar) {
11199
+ var _a;
11199
11200
  for (let c of node.childNodes) {
11200
11201
  if (c.nodeType === XmlNodeType.Element) {
11201
11202
  switch (c.localName) {
@@ -11203,7 +11204,8 @@
11203
11204
  const id = c.getAttribute('id');
11204
11205
  switch (id) {
11205
11206
  case '1124139520':
11206
- bar.displayScale = parseFloat(c.findChildElement('Double').innerText);
11207
+ const childNode = (_a = c.findChildElement('Double')) !== null && _a !== void 0 ? _a : c.findChildElement('Float');
11208
+ bar.displayScale = parseFloat(childNode.innerText);
11207
11209
  break;
11208
11210
  }
11209
11211
  break;
@@ -41910,8 +41912,8 @@
41910
41912
  // </auto-generated>
41911
41913
  class VersionInfo {
41912
41914
  }
41913
- VersionInfo.version = '1.3.0-alpha.755';
41914
- VersionInfo.date = '2023-09-05T01:17:48.183Z';
41915
+ VersionInfo.version = '1.3.0-alpha.762';
41916
+ VersionInfo.date = '2023-09-12T01:17:41.140Z';
41915
41917
 
41916
41918
  var index$4 = /*#__PURE__*/Object.freeze({
41917
41919
  __proto__: null,