@coderline/alphatab 1.9.0-alpha.1861 → 1.9.0-alpha.1883
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.core.min.mjs +2 -2
- package/dist/alphaTab.core.mjs +961 -1737
- package/dist/alphaTab.d.ts +2 -1
- package/dist/alphaTab.js +947 -1732
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +1 -1
- package/dist/alphaTab.worker.min.mjs +1 -1
- package/dist/alphaTab.worker.mjs +1 -1
- package/dist/alphaTab.worklet.min.mjs +1 -1
- package/dist/alphaTab.worklet.mjs +1 -1
- package/package.json +3 -3
package/dist/alphaTab.d.ts
CHANGED
|
@@ -3236,6 +3236,7 @@ export declare namespace alphaTex {
|
|
|
3236
3236
|
IAlphaTexAstNode,
|
|
3237
3237
|
IAlphaTexMetaDataTagPrefixNode,
|
|
3238
3238
|
IAlphaTexNoteValueNode,
|
|
3239
|
+
IAlphaTexStringSeparatorNode,
|
|
3239
3240
|
AlphaTexLexer,
|
|
3240
3241
|
AlphaTexParseMode,
|
|
3241
3242
|
AlphaTexParser,
|
|
@@ -9547,7 +9548,7 @@ declare interface IContainer {
|
|
|
9547
9548
|
*
|
|
9548
9549
|
* @public
|
|
9549
9550
|
*/
|
|
9550
|
-
declare interface ICursorHandler {
|
|
9551
|
+
export declare interface ICursorHandler {
|
|
9551
9552
|
/**
|
|
9552
9553
|
* Called when this handler activates. This can be on dynamic cursor creation
|
|
9553
9554
|
* or when setting a custom handler with cursors already created.
|