smoosic 1.0.24 → 1.0.26
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/build/smoosic.js +1 -1
- package/package.json +1 -1
- package/release/smoosic.js +1 -1
- package/release/styles/ribbon.css +5 -10
- package/src/application/exports.ts +1 -0
- package/src/styles/ribbon.css +5 -10
- package/types/src/application/application.d.ts +102 -102
- package/types/src/application/common.d.ts +74 -74
- package/types/src/application/configuration.d.ts +74 -74
- package/types/src/application/dom.d.ts +8 -8
- package/types/src/application/dynamicInit.d.ts +1 -1
- package/types/src/application/eventHandler.d.ts +78 -78
- package/types/src/application/exports.d.ts +494 -493
- package/types/src/application/generateVexTests.d.ts +10 -10
- package/types/src/application/keyCommands.d.ts +90 -90
- package/types/src/common/bootstrap.bundle.d.ts +1138 -1138
- package/types/src/common/htmlHelpers.d.ts +105 -105
- package/types/src/common/jszip.d.ts +2 -2
- package/types/src/common/midi-parser.d.ts +38 -38
- package/types/src/common/promiseHelpers.d.ts +30 -30
- package/types/src/common/serializationHelpers.d.ts +29 -29
- package/types/src/common/textformatter.d.ts +140 -140
- package/types/src/common/vex.d.ts +222 -222
- package/types/src/render/audio/musicCursor.d.ts +25 -25
- package/types/src/render/audio/oscillator.d.ts +98 -98
- package/types/src/render/audio/player.d.ts +141 -141
- package/types/src/render/audio/samples.d.ts +56 -56
- package/types/src/render/sui/configuration.d.ts +12 -12
- package/types/src/render/sui/formatter.d.ts +151 -151
- package/types/src/render/sui/layoutDebug.d.ts +43 -43
- package/types/src/render/sui/mapper.d.ts +116 -116
- package/types/src/render/sui/piano.d.ts +46 -46
- package/types/src/render/sui/renderState.d.ts +88 -88
- package/types/src/render/sui/scoreRender.d.ts +93 -93
- package/types/src/render/sui/scoreView.d.ts +267 -267
- package/types/src/render/sui/scoreViewOperations.d.ts +594 -594
- package/types/src/render/sui/scroller.d.ts +34 -34
- package/types/src/render/sui/svgHelpers.d.ts +85 -85
- package/types/src/render/sui/svgPageMap.d.ts +318 -318
- package/types/src/render/sui/textEdit.d.ts +310 -310
- package/types/src/render/sui/textRender.d.ts +189 -189
- package/types/src/render/sui/tracker.d.ts +90 -90
- package/types/src/render/vex/glyphDimensions.d.ts +23 -23
- package/types/src/render/vex/smoAdapter.d.ts +46 -46
- package/types/src/render/vex/toVex.d.ts +13 -13
- package/types/src/render/vex/vxMeasure.d.ts +95 -95
- package/types/src/render/vex/vxNote.d.ts +55 -55
- package/types/src/render/vex/vxSystem.d.ts +64 -64
- package/types/src/smo/data/common.d.ts +220 -220
- package/types/src/smo/data/measure.d.ts +510 -510
- package/types/src/smo/data/measureModifiers.d.ts +506 -506
- package/types/src/smo/data/music.d.ts +438 -438
- package/types/src/smo/data/note.d.ts +485 -485
- package/types/src/smo/data/noteModifiers.d.ts +590 -590
- package/types/src/smo/data/partInfo.d.ts +162 -162
- package/types/src/smo/data/score.d.ts +395 -395
- package/types/src/smo/data/scoreModifiers.d.ts +433 -433
- package/types/src/smo/data/scoreText.d.ts +277 -277
- package/types/src/smo/data/staffModifiers.d.ts +767 -767
- package/types/src/smo/data/systemStaff.d.ts +238 -238
- package/types/src/smo/data/tuplet.d.ts +146 -146
- package/types/src/smo/midi/midiToSmo.d.ts +198 -198
- package/types/src/smo/midi/smoToMidi.d.ts +23 -23
- package/types/src/smo/mxml/smoToXml.d.ts +165 -165
- package/types/src/smo/mxml/xmlHelpers.d.ts +140 -140
- package/types/src/smo/mxml/xmlState.d.ts +257 -257
- package/types/src/smo/mxml/xmlToSmo.d.ts +92 -92
- package/types/src/smo/xform/beamers.d.ts +46 -46
- package/types/src/smo/xform/copypaste.d.ts +99 -99
- package/types/src/smo/xform/operations.d.ts +127 -127
- package/types/src/smo/xform/roadmap.d.ts +70 -70
- package/types/src/smo/xform/selections.d.ts +153 -153
- package/types/src/smo/xform/tickDuration.d.ts +155 -155
- package/types/src/smo/xform/tickMap.d.ts +34 -34
- package/types/src/smo/xform/undo.d.ts +142 -142
- package/types/src/smo/xform/updateAudio.d.ts +9 -9
- package/types/src/styles/font_metrics/Commissioner-Medium-Metrics.d.ts +871 -871
- package/types/src/styles/font_metrics/ConcertOne-Regular.d.ts +871 -871
- package/types/src/styles/font_metrics/Merriweather-Regular.d.ts +871 -871
- package/types/src/styles/font_metrics/arial_metrics.d.ts +870 -870
- package/types/src/styles/font_metrics/ssp-sans-metrics.d.ts +871 -871
- package/types/src/styles/font_metrics/ssp-serif-metrics.d.ts +871 -871
- package/types/src/styles/font_metrics/times_metrics.d.ts +870 -870
- package/types/src/ui/buttons/button.d.ts +95 -95
- package/types/src/ui/buttons/collapsable.d.ts +42 -42
- package/types/src/ui/buttons/display.d.ts +23 -23
- package/types/src/ui/buttons/ribbon.d.ts +76 -76
- package/types/src/ui/common.d.ts +45 -45
- package/types/src/ui/composable/draggable.d.ts +12 -12
- package/types/src/ui/configuration.d.ts +31 -31
- package/types/src/ui/dialogs/adapter.d.ts +107 -107
- package/types/src/ui/dialogs/addMeasure.d.ts +20 -20
- package/types/src/ui/dialogs/arpeggio.d.ts +2 -2
- package/types/src/ui/dialogs/articulation.d.ts +2 -2
- package/types/src/ui/dialogs/audioSettings.d.ts +32 -32
- package/types/src/ui/dialogs/chordChange.d.ts +35 -35
- package/types/src/ui/dialogs/clefChange.d.ts +2 -2
- package/types/src/ui/dialogs/components/baseComponent.d.ts +158 -158
- package/types/src/ui/dialogs/components/button.d.ts +54 -54
- package/types/src/ui/dialogs/components/buttonArray.d.ts +101 -101
- package/types/src/ui/dialogs/components/checkdrop.d.ts +27 -27
- package/types/src/ui/dialogs/components/dragText.d.ts +27 -27
- package/types/src/ui/dialogs/components/dropdown.d.ts +78 -78
- package/types/src/ui/dialogs/components/fileDownload.d.ts +28 -28
- package/types/src/ui/dialogs/components/fontComponent.d.ts +32 -32
- package/types/src/ui/dialogs/components/noteText.d.ts +98 -98
- package/types/src/ui/dialogs/components/pitch.d.ts +95 -95
- package/types/src/ui/dialogs/components/rocker.d.ts +66 -66
- package/types/src/ui/dialogs/components/staffComponents.d.ts +77 -77
- package/types/src/ui/dialogs/components/textCheck.d.ts +38 -38
- package/types/src/ui/dialogs/components/textInPlace.d.ts +90 -90
- package/types/src/ui/dialogs/components/textInput.d.ts +58 -58
- package/types/src/ui/dialogs/components/tie.d.ts +41 -41
- package/types/src/ui/dialogs/components/toggle.d.ts +53 -53
- package/types/src/ui/dialogs/components/tree.d.ts +46 -46
- package/types/src/ui/dialogs/customTuplets.d.ts +25 -25
- package/types/src/ui/dialogs/dialog.d.ts +201 -201
- package/types/src/ui/dialogs/durations.d.ts +2 -2
- package/types/src/ui/dialogs/dynamics.d.ts +37 -37
- package/types/src/ui/dialogs/endings.d.ts +61 -61
- package/types/src/ui/dialogs/factory.d.ts +15 -15
- package/types/src/ui/dialogs/fileDialogs.d.ts +4 -4
- package/types/src/ui/dialogs/fonts.d.ts +2 -2
- package/types/src/ui/dialogs/globalLayout.d.ts +2 -2
- package/types/src/ui/dialogs/gracenote.d.ts +2 -2
- package/types/src/ui/dialogs/hairpin.d.ts +35 -35
- package/types/src/ui/dialogs/instrument.d.ts +3 -3
- package/types/src/ui/dialogs/keySignature.d.ts +33 -33
- package/types/src/ui/dialogs/library.d.ts +70 -70
- package/types/src/ui/dialogs/lyric.d.ts +39 -39
- package/types/src/ui/dialogs/measureFormat.d.ts +52 -52
- package/types/src/ui/dialogs/microtones.d.ts +2 -2
- package/types/src/ui/dialogs/noteHead.d.ts +2 -2
- package/types/src/ui/dialogs/ornament.d.ts +2 -2
- package/types/src/ui/dialogs/pageLayout.d.ts +2 -2
- package/types/src/ui/dialogs/partInfo.d.ts +2 -2
- package/types/src/ui/dialogs/pedalMarking.d.ts +35 -35
- package/types/src/ui/dialogs/pitch.d.ts +2 -2
- package/types/src/ui/dialogs/preferences.d.ts +2 -2
- package/types/src/ui/dialogs/scoreId.d.ts +2 -2
- package/types/src/ui/dialogs/scoreView.d.ts +2 -2
- package/types/src/ui/dialogs/slur.d.ts +57 -57
- package/types/src/ui/dialogs/staffGroup.d.ts +2 -2
- package/types/src/ui/dialogs/tabNote.d.ts +32 -32
- package/types/src/ui/dialogs/tabStave.d.ts +43 -43
- package/types/src/ui/dialogs/tempo.d.ts +50 -50
- package/types/src/ui/dialogs/textBlock.d.ts +61 -61
- package/types/src/ui/dialogs/textBracket.d.ts +35 -35
- package/types/src/ui/dialogs/tie.d.ts +41 -41
- package/types/src/ui/dialogs/timeSignature.d.ts +34 -34
- package/types/src/ui/dialogs/transposeScore.d.ts +2 -2
- package/types/src/ui/dialogs/volta.d.ts +40 -40
- package/types/src/ui/eventSource.d.ts +63 -63
- package/types/src/ui/exceptions.d.ts +12 -12
- package/types/src/ui/fileio/fileInput.d.ts +12 -12
- package/types/src/ui/fileio/library.d.ts +40 -40
- package/types/src/ui/fileio/xhrLoader.d.ts +18 -18
- package/types/src/ui/help.d.ts +22 -22
- package/types/src/ui/i18n/language.d.ts +37 -37
- package/types/src/ui/i18n/language_ar.d.ts +5 -5
- package/types/src/ui/i18n/language_de.d.ts +1 -1
- package/types/src/ui/i18n/language_en.d.ts +18 -18
- package/types/src/ui/i18n/translationEditor.d.ts +14 -14
- package/types/src/ui/keyBindings/default/editorKeys.d.ts +7 -7
- package/types/src/ui/keyBindings/default/trackerKeys.d.ts +7 -7
- package/types/src/ui/menus/beams.d.ts +13 -13
- package/types/src/ui/menus/edit.d.ts +8 -8
- package/types/src/ui/menus/file.d.ts +26 -26
- package/types/src/ui/menus/help.d.ts +8 -8
- package/types/src/ui/menus/keySignature.d.ts +13 -13
- package/types/src/ui/menus/language.d.ts +12 -12
- package/types/src/ui/menus/manager.d.ts +57 -57
- package/types/src/ui/menus/measure.d.ts +8 -8
- package/types/src/ui/menus/menu.d.ts +136 -136
- package/types/src/ui/menus/note.d.ts +8 -8
- package/types/src/ui/menus/partSelection.d.ts +19 -19
- package/types/src/ui/menus/parts.d.ts +50 -50
- package/types/src/ui/menus/score.d.ts +20 -20
- package/types/src/ui/menus/staffModifier.d.ts +21 -21
- package/types/src/ui/menus/text.d.ts +8 -8
- package/types/src/ui/menus/timeSignature.d.ts +12 -12
- package/types/src/ui/menus/tuplets.d.ts +13 -13
- package/types/src/ui/menus/voices.d.ts +8 -8
- package/types/src/ui/modalDialogs.d.ts +1 -1
- package/types/src/ui/navigation.d.ts +15 -15
- package/types/src/ui/qwerty.d.ts +41 -41
- package/types/src/ui/ribbonLayout/default/defaultRibbon.d.ts +15 -15
- package/types/src/ui/ribbonLayout/default/tabletRibbon.d.ts +22 -22
- package/types/typedoc.d.ts +158 -158
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiGraceNoteDialog: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiGraceNoteDialog: (parameters: SuiDialogParams) => void;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
2
|
-
import { SmoStaffHairpin } from '../../smo/data/staffModifiers';
|
|
3
|
-
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
-
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
-
export type SmoHairpinNumberParams = 'xOffsetLeft' | 'xOffsetRight' | 'yOffset' | 'height' | 'position';
|
|
6
|
-
/**
|
|
7
|
-
* @category SuiDialog
|
|
8
|
-
*/
|
|
9
|
-
export declare class SuiHairpinAdapter extends SuiComponentAdapter {
|
|
10
|
-
backup: SmoStaffHairpin;
|
|
11
|
-
hairpin: SmoStaffHairpin;
|
|
12
|
-
changed: boolean;
|
|
13
|
-
constructor(view: SuiScoreViewOperations, hairpin: SmoStaffHairpin);
|
|
14
|
-
cancel(): Promise<void>;
|
|
15
|
-
remove(): Promise<void>;
|
|
16
|
-
commit(): Promise<any>;
|
|
17
|
-
updateValue(param: SmoHairpinNumberParams, val: number): Promise<void>;
|
|
18
|
-
get xOffsetLeft(): number;
|
|
19
|
-
set xOffsetLeft(val: number);
|
|
20
|
-
get xOffsetRight(): number;
|
|
21
|
-
set xOffsetRight(val: number);
|
|
22
|
-
get yOffset(): number;
|
|
23
|
-
set yOffset(val: number);
|
|
24
|
-
get height(): number;
|
|
25
|
-
set height(val: number);
|
|
26
|
-
get position(): number;
|
|
27
|
-
set position(val: number);
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* @category SuiDialog
|
|
31
|
-
*/
|
|
32
|
-
export declare class SuiHairpinAttributesDialog extends SuiDialogAdapterBase<SuiHairpinAdapter> {
|
|
33
|
-
static dialogElements: DialogDefinition;
|
|
34
|
-
constructor(parameters: SuiDialogParams);
|
|
35
|
-
}
|
|
1
|
+
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
2
|
+
import { SmoStaffHairpin } from '../../smo/data/staffModifiers';
|
|
3
|
+
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
+
export type SmoHairpinNumberParams = 'xOffsetLeft' | 'xOffsetRight' | 'yOffset' | 'height' | 'position';
|
|
6
|
+
/**
|
|
7
|
+
* @category SuiDialog
|
|
8
|
+
*/
|
|
9
|
+
export declare class SuiHairpinAdapter extends SuiComponentAdapter {
|
|
10
|
+
backup: SmoStaffHairpin;
|
|
11
|
+
hairpin: SmoStaffHairpin;
|
|
12
|
+
changed: boolean;
|
|
13
|
+
constructor(view: SuiScoreViewOperations, hairpin: SmoStaffHairpin);
|
|
14
|
+
cancel(): Promise<void>;
|
|
15
|
+
remove(): Promise<void>;
|
|
16
|
+
commit(): Promise<any>;
|
|
17
|
+
updateValue(param: SmoHairpinNumberParams, val: number): Promise<void>;
|
|
18
|
+
get xOffsetLeft(): number;
|
|
19
|
+
set xOffsetLeft(val: number);
|
|
20
|
+
get xOffsetRight(): number;
|
|
21
|
+
set xOffsetRight(val: number);
|
|
22
|
+
get yOffset(): number;
|
|
23
|
+
set yOffset(val: number);
|
|
24
|
+
get height(): number;
|
|
25
|
+
set height(val: number);
|
|
26
|
+
get position(): number;
|
|
27
|
+
set position(val: number);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @category SuiDialog
|
|
31
|
+
*/
|
|
32
|
+
export declare class SuiHairpinAttributesDialog extends SuiDialogAdapterBase<SuiHairpinAdapter> {
|
|
33
|
+
static dialogElements: DialogDefinition;
|
|
34
|
+
constructor(parameters: SuiDialogParams);
|
|
35
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiInstrumentDialogVue: (parameters: SuiDialogParams) => void;
|
|
3
|
-
export declare const SuiCreatePartVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiInstrumentDialogVue: (parameters: SuiDialogParams) => void;
|
|
3
|
+
export declare const SuiCreatePartVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { SmoSelection } from '../../smo/xform/selections';
|
|
2
|
-
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
3
|
-
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
4
|
-
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
-
import { SmoMeasure } from '../../smo/data/measure';
|
|
6
|
-
/**
|
|
7
|
-
* @category SuiDialog
|
|
8
|
-
*/
|
|
9
|
-
export declare class SuiKeySignatureAdapter extends SuiComponentAdapter {
|
|
10
|
-
keySignature: string;
|
|
11
|
-
applyToAll: boolean;
|
|
12
|
-
applyToSelections: boolean;
|
|
13
|
-
applyToRemaining: boolean;
|
|
14
|
-
edited: boolean;
|
|
15
|
-
measure: SmoMeasure;
|
|
16
|
-
constructor(view: SuiScoreViewOperations, measure: SmoMeasure);
|
|
17
|
-
cancel(): Promise<void>;
|
|
18
|
-
applySelections(selections: SmoSelection[]): void;
|
|
19
|
-
apply(): Promise<void>;
|
|
20
|
-
get applyTo(): string;
|
|
21
|
-
set applyTo(val: string);
|
|
22
|
-
commit(): Promise<void>;
|
|
23
|
-
get key(): string;
|
|
24
|
-
set key(value: string);
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @category SuiDialog
|
|
28
|
-
*/
|
|
29
|
-
export declare class SuiKeySignatureDialog extends SuiDialogAdapterBase<SuiKeySignatureAdapter> {
|
|
30
|
-
static dialogElements: DialogDefinition;
|
|
31
|
-
changed(): Promise<void>;
|
|
32
|
-
constructor(parameters: SuiDialogParams);
|
|
33
|
-
}
|
|
1
|
+
import { SmoSelection } from '../../smo/xform/selections';
|
|
2
|
+
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
3
|
+
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
4
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
+
import { SmoMeasure } from '../../smo/data/measure';
|
|
6
|
+
/**
|
|
7
|
+
* @category SuiDialog
|
|
8
|
+
*/
|
|
9
|
+
export declare class SuiKeySignatureAdapter extends SuiComponentAdapter {
|
|
10
|
+
keySignature: string;
|
|
11
|
+
applyToAll: boolean;
|
|
12
|
+
applyToSelections: boolean;
|
|
13
|
+
applyToRemaining: boolean;
|
|
14
|
+
edited: boolean;
|
|
15
|
+
measure: SmoMeasure;
|
|
16
|
+
constructor(view: SuiScoreViewOperations, measure: SmoMeasure);
|
|
17
|
+
cancel(): Promise<void>;
|
|
18
|
+
applySelections(selections: SmoSelection[]): void;
|
|
19
|
+
apply(): Promise<void>;
|
|
20
|
+
get applyTo(): string;
|
|
21
|
+
set applyTo(val: string);
|
|
22
|
+
commit(): Promise<void>;
|
|
23
|
+
get key(): string;
|
|
24
|
+
set key(value: string);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @category SuiDialog
|
|
28
|
+
*/
|
|
29
|
+
export declare class SuiKeySignatureDialog extends SuiDialogAdapterBase<SuiKeySignatureAdapter> {
|
|
30
|
+
static dialogElements: DialogDefinition;
|
|
31
|
+
changed(): Promise<void>;
|
|
32
|
+
constructor(parameters: SuiDialogParams);
|
|
33
|
+
}
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
2
|
-
import { SmoLibrary } from '../fileio/library';
|
|
3
|
-
import { SuiDialogParams } from './dialog';
|
|
4
|
-
import { DialogDefinitionOption } from './components/baseComponent';
|
|
5
|
-
import { TreeComponentOption, SuiTreeComponent } from './components/tree';
|
|
6
|
-
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
7
|
-
import { SmoUiConfiguration } from '../configuration';
|
|
8
|
-
/**
|
|
9
|
-
* A link to a remote music file
|
|
10
|
-
* @category SuiDialog
|
|
11
|
-
*/
|
|
12
|
-
export interface LibraryDefinitionElement {
|
|
13
|
-
smoName: string;
|
|
14
|
-
control: string;
|
|
15
|
-
root: string;
|
|
16
|
-
label: string;
|
|
17
|
-
options?: DialogDefinitionOption[];
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* A set of library links
|
|
21
|
-
* @category SuiDialog
|
|
22
|
-
*/
|
|
23
|
-
export interface LibraryDefinition {
|
|
24
|
-
label: string;
|
|
25
|
-
elements: LibraryDefinitionElement[];
|
|
26
|
-
staticText: Record<string, string>[];
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* The Smoosic music library.
|
|
30
|
-
* @category SuiDialog
|
|
31
|
-
*/
|
|
32
|
-
export declare class SuiLibraryAdapter extends SuiComponentAdapter {
|
|
33
|
-
topLib: SmoLibrary;
|
|
34
|
-
elements: LibraryDefinition | null;
|
|
35
|
-
selectedUrl: string;
|
|
36
|
-
libHash: Record<string, SmoLibrary>;
|
|
37
|
-
config: SmoUiConfiguration;
|
|
38
|
-
selectedLib: SmoLibrary | null;
|
|
39
|
-
tree: Record<string, SmoLibrary>;
|
|
40
|
-
selectedScore: SmoLibrary | null;
|
|
41
|
-
constructor(view: SuiScoreViewOperations, config: SmoUiConfiguration);
|
|
42
|
-
loadPromise(): void;
|
|
43
|
-
initialize(): Promise<void>;
|
|
44
|
-
static addChildRecurse(options: TreeComponentOption[], parent: SmoLibrary, child: SmoLibrary): void;
|
|
45
|
-
static createOptions(topLib: SmoLibrary): TreeComponentOption[];
|
|
46
|
-
buildTreeRecurse(children: SmoLibrary[]): void;
|
|
47
|
-
buildTree(): void;
|
|
48
|
-
commit(): Promise<void>;
|
|
49
|
-
cancel(): Promise<void>;
|
|
50
|
-
loadOptions(options: TreeComponentOption[]): Promise<void>;
|
|
51
|
-
_loadScore(): Promise<void>;
|
|
52
|
-
get selectedLibrary(): SmoLibrary | null;
|
|
53
|
-
get smoLibrary(): string;
|
|
54
|
-
set smoLibrary(value: string);
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Display the library tree control
|
|
58
|
-
* @category SuiDialog
|
|
59
|
-
*/
|
|
60
|
-
export declare class SuiLibraryDialog extends SuiDialogAdapterBase<SuiLibraryAdapter> {
|
|
61
|
-
static dialogElements: LibraryDefinition;
|
|
62
|
-
static _createElements(topLib: SmoLibrary): LibraryDefinition;
|
|
63
|
-
static _createAndDisplay(parameters: SuiDialogParams, adapter: SuiLibraryAdapter): void;
|
|
64
|
-
/** Library requires a load first, so createAndDisplayDialog won't work on it */
|
|
65
|
-
static createAndDisplay(parameters: SuiDialogParams, config: SmoUiConfiguration): Promise<void>;
|
|
66
|
-
constructor(parameters: SuiDialogParams, dialogElements: LibraryDefinition, adapter: SuiLibraryAdapter);
|
|
67
|
-
commit(): Promise<void>;
|
|
68
|
-
get smoLibraryCtrl(): SuiTreeComponent;
|
|
69
|
-
changed(): Promise<void>;
|
|
70
|
-
}
|
|
1
|
+
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
2
|
+
import { SmoLibrary } from '../fileio/library';
|
|
3
|
+
import { SuiDialogParams } from './dialog';
|
|
4
|
+
import { DialogDefinitionOption } from './components/baseComponent';
|
|
5
|
+
import { TreeComponentOption, SuiTreeComponent } from './components/tree';
|
|
6
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
7
|
+
import { SmoUiConfiguration } from '../configuration';
|
|
8
|
+
/**
|
|
9
|
+
* A link to a remote music file
|
|
10
|
+
* @category SuiDialog
|
|
11
|
+
*/
|
|
12
|
+
export interface LibraryDefinitionElement {
|
|
13
|
+
smoName: string;
|
|
14
|
+
control: string;
|
|
15
|
+
root: string;
|
|
16
|
+
label: string;
|
|
17
|
+
options?: DialogDefinitionOption[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A set of library links
|
|
21
|
+
* @category SuiDialog
|
|
22
|
+
*/
|
|
23
|
+
export interface LibraryDefinition {
|
|
24
|
+
label: string;
|
|
25
|
+
elements: LibraryDefinitionElement[];
|
|
26
|
+
staticText: Record<string, string>[];
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* The Smoosic music library.
|
|
30
|
+
* @category SuiDialog
|
|
31
|
+
*/
|
|
32
|
+
export declare class SuiLibraryAdapter extends SuiComponentAdapter {
|
|
33
|
+
topLib: SmoLibrary;
|
|
34
|
+
elements: LibraryDefinition | null;
|
|
35
|
+
selectedUrl: string;
|
|
36
|
+
libHash: Record<string, SmoLibrary>;
|
|
37
|
+
config: SmoUiConfiguration;
|
|
38
|
+
selectedLib: SmoLibrary | null;
|
|
39
|
+
tree: Record<string, SmoLibrary>;
|
|
40
|
+
selectedScore: SmoLibrary | null;
|
|
41
|
+
constructor(view: SuiScoreViewOperations, config: SmoUiConfiguration);
|
|
42
|
+
loadPromise(): void;
|
|
43
|
+
initialize(): Promise<void>;
|
|
44
|
+
static addChildRecurse(options: TreeComponentOption[], parent: SmoLibrary, child: SmoLibrary): void;
|
|
45
|
+
static createOptions(topLib: SmoLibrary): TreeComponentOption[];
|
|
46
|
+
buildTreeRecurse(children: SmoLibrary[]): void;
|
|
47
|
+
buildTree(): void;
|
|
48
|
+
commit(): Promise<void>;
|
|
49
|
+
cancel(): Promise<void>;
|
|
50
|
+
loadOptions(options: TreeComponentOption[]): Promise<void>;
|
|
51
|
+
_loadScore(): Promise<void>;
|
|
52
|
+
get selectedLibrary(): SmoLibrary | null;
|
|
53
|
+
get smoLibrary(): string;
|
|
54
|
+
set smoLibrary(value: string);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Display the library tree control
|
|
58
|
+
* @category SuiDialog
|
|
59
|
+
*/
|
|
60
|
+
export declare class SuiLibraryDialog extends SuiDialogAdapterBase<SuiLibraryAdapter> {
|
|
61
|
+
static dialogElements: LibraryDefinition;
|
|
62
|
+
static _createElements(topLib: SmoLibrary): LibraryDefinition;
|
|
63
|
+
static _createAndDisplay(parameters: SuiDialogParams, adapter: SuiLibraryAdapter): void;
|
|
64
|
+
/** Library requires a load first, so createAndDisplayDialog won't work on it */
|
|
65
|
+
static createAndDisplay(parameters: SuiDialogParams, config: SmoUiConfiguration): Promise<void>;
|
|
66
|
+
constructor(parameters: SuiDialogParams, dialogElements: LibraryDefinition, adapter: SuiLibraryAdapter);
|
|
67
|
+
commit(): Promise<void>;
|
|
68
|
+
get smoLibraryCtrl(): SuiTreeComponent;
|
|
69
|
+
changed(): Promise<void>;
|
|
70
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { DialogDefinition, SuiDialogBase, SuiDialogParams } from './dialog';
|
|
2
|
-
import { SuiLyricComponent } from './components/noteText';
|
|
3
|
-
import { SuiDropdownComponent } from './components/dropdown';
|
|
4
|
-
import { SuiRockerComponent } from './components/rocker';
|
|
5
|
-
import { SmoSelector } from '../../smo/xform/selections';
|
|
6
|
-
import { SmoLyric } from '../../smo/data/noteModifiers';
|
|
7
|
-
import { SuiFontComponent } from './components/fontComponent';
|
|
8
|
-
import { SmoRenderConfiguration } from '../../render/sui/configuration';
|
|
9
|
-
import { EventHandler } from '../eventSource';
|
|
10
|
-
/**
|
|
11
|
-
* Complex dialog for traversing and working with lyrics.
|
|
12
|
-
* @category SuiDialog
|
|
13
|
-
*/
|
|
14
|
-
export declare class SuiLyricDialog extends SuiDialogBase {
|
|
15
|
-
static get ctor(): string;
|
|
16
|
-
static get idleLyricTime(): number;
|
|
17
|
-
static dialogElements: DialogDefinition;
|
|
18
|
-
originalRefreshTimer: number;
|
|
19
|
-
modifier: SmoLyric | null;
|
|
20
|
-
selector: SmoSelector | null;
|
|
21
|
-
config: SmoRenderConfiguration;
|
|
22
|
-
verse: number;
|
|
23
|
-
mouseMoveHandler: EventHandler | null;
|
|
24
|
-
mouseClickHandler: EventHandler | null;
|
|
25
|
-
constructor(parameters: SuiDialogParams);
|
|
26
|
-
get lyricEditorCtrl(): SuiLyricComponent;
|
|
27
|
-
get fontCtrl(): SuiFontComponent;
|
|
28
|
-
get translateYCtrl(): SuiRockerComponent;
|
|
29
|
-
get verseCtrl(): SuiDropdownComponent;
|
|
30
|
-
display(): void;
|
|
31
|
-
setLyric(selector: SmoSelector, lyric: SmoLyric): void;
|
|
32
|
-
_focusSelection(): void;
|
|
33
|
-
changed(): void;
|
|
34
|
-
bindElements(): void;
|
|
35
|
-
evKey(evdata: any): Promise<void>;
|
|
36
|
-
_complete(): void;
|
|
37
|
-
mouseMove(ev: any): void;
|
|
38
|
-
mouseClick(ev: any): void;
|
|
39
|
-
}
|
|
1
|
+
import { DialogDefinition, SuiDialogBase, SuiDialogParams } from './dialog';
|
|
2
|
+
import { SuiLyricComponent } from './components/noteText';
|
|
3
|
+
import { SuiDropdownComponent } from './components/dropdown';
|
|
4
|
+
import { SuiRockerComponent } from './components/rocker';
|
|
5
|
+
import { SmoSelector } from '../../smo/xform/selections';
|
|
6
|
+
import { SmoLyric } from '../../smo/data/noteModifiers';
|
|
7
|
+
import { SuiFontComponent } from './components/fontComponent';
|
|
8
|
+
import { SmoRenderConfiguration } from '../../render/sui/configuration';
|
|
9
|
+
import { EventHandler } from '../eventSource';
|
|
10
|
+
/**
|
|
11
|
+
* Complex dialog for traversing and working with lyrics.
|
|
12
|
+
* @category SuiDialog
|
|
13
|
+
*/
|
|
14
|
+
export declare class SuiLyricDialog extends SuiDialogBase {
|
|
15
|
+
static get ctor(): string;
|
|
16
|
+
static get idleLyricTime(): number;
|
|
17
|
+
static dialogElements: DialogDefinition;
|
|
18
|
+
originalRefreshTimer: number;
|
|
19
|
+
modifier: SmoLyric | null;
|
|
20
|
+
selector: SmoSelector | null;
|
|
21
|
+
config: SmoRenderConfiguration;
|
|
22
|
+
verse: number;
|
|
23
|
+
mouseMoveHandler: EventHandler | null;
|
|
24
|
+
mouseClickHandler: EventHandler | null;
|
|
25
|
+
constructor(parameters: SuiDialogParams);
|
|
26
|
+
get lyricEditorCtrl(): SuiLyricComponent;
|
|
27
|
+
get fontCtrl(): SuiFontComponent;
|
|
28
|
+
get translateYCtrl(): SuiRockerComponent;
|
|
29
|
+
get verseCtrl(): SuiDropdownComponent;
|
|
30
|
+
display(): void;
|
|
31
|
+
setLyric(selector: SmoSelector, lyric: SmoLyric): void;
|
|
32
|
+
_focusSelection(): void;
|
|
33
|
+
changed(): void;
|
|
34
|
+
bindElements(): void;
|
|
35
|
+
evKey(evdata: any): Promise<void>;
|
|
36
|
+
_complete(): void;
|
|
37
|
+
mouseMove(ev: any): void;
|
|
38
|
+
mouseClick(ev: any): void;
|
|
39
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { SmoMeasure } from '../../smo/data/measure';
|
|
2
|
-
import { SmoMeasureFormat, SmoMeasureFormatNumberAttributes, SmoMeasueFormatBooleanAttributes } from '../../smo/data/measureModifiers';
|
|
3
|
-
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
-
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
5
|
-
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
6
|
-
/**
|
|
7
|
-
* @category SuiDialog
|
|
8
|
-
*/
|
|
9
|
-
export declare class SuiMeasureFormatAdapter extends SuiComponentAdapter {
|
|
10
|
-
format: SmoMeasureFormat;
|
|
11
|
-
backup: SmoMeasureFormat;
|
|
12
|
-
measure: SmoMeasure;
|
|
13
|
-
renumberIndex: number;
|
|
14
|
-
originalIndex: number;
|
|
15
|
-
edited: boolean;
|
|
16
|
-
constructor(view: SuiScoreViewOperations, measure: SmoMeasure);
|
|
17
|
-
writeNumber(param: SmoMeasureFormatNumberAttributes, value: number): void;
|
|
18
|
-
writeBoolean(param: SmoMeasueFormatBooleanAttributes, value: boolean): void;
|
|
19
|
-
commit(): Promise<any>;
|
|
20
|
-
cancel(): Promise<void>;
|
|
21
|
-
get padLeft(): number;
|
|
22
|
-
set padLeft(value: number);
|
|
23
|
-
get skipMeasureCount(): boolean;
|
|
24
|
-
set skipMeasureCount(value: boolean);
|
|
25
|
-
get localIndex(): number;
|
|
26
|
-
set localIndex(value: number);
|
|
27
|
-
get forceRest(): boolean;
|
|
28
|
-
set forceRest(value: boolean);
|
|
29
|
-
get repeatSymbol(): boolean;
|
|
30
|
-
set repeatSymbol(value: boolean);
|
|
31
|
-
get restBreak(): boolean;
|
|
32
|
-
set restBreak(value: boolean);
|
|
33
|
-
get customStretch(): number;
|
|
34
|
-
set customStretch(value: number);
|
|
35
|
-
get customProportion(): number;
|
|
36
|
-
set customProportion(value: number);
|
|
37
|
-
get autoJustify(): boolean;
|
|
38
|
-
set autoJustify(value: boolean);
|
|
39
|
-
get padAllInSystem(): boolean;
|
|
40
|
-
set padAllInSystem(value: boolean);
|
|
41
|
-
get systemBreak(): boolean;
|
|
42
|
-
set systemBreak(value: boolean);
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* This file contains dialogs that affect all measures at a certain position (column),
|
|
46
|
-
* such as tempo or time signature.
|
|
47
|
-
* @category SuiDialog
|
|
48
|
-
*/
|
|
49
|
-
export declare class SuiMeasureDialog extends SuiDialogAdapterBase<SuiMeasureFormatAdapter> {
|
|
50
|
-
static dialogElements: DialogDefinition;
|
|
51
|
-
constructor(parameters: SuiDialogParams);
|
|
52
|
-
}
|
|
1
|
+
import { SmoMeasure } from '../../smo/data/measure';
|
|
2
|
+
import { SmoMeasureFormat, SmoMeasureFormatNumberAttributes, SmoMeasueFormatBooleanAttributes } from '../../smo/data/measureModifiers';
|
|
3
|
+
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
+
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
5
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
6
|
+
/**
|
|
7
|
+
* @category SuiDialog
|
|
8
|
+
*/
|
|
9
|
+
export declare class SuiMeasureFormatAdapter extends SuiComponentAdapter {
|
|
10
|
+
format: SmoMeasureFormat;
|
|
11
|
+
backup: SmoMeasureFormat;
|
|
12
|
+
measure: SmoMeasure;
|
|
13
|
+
renumberIndex: number;
|
|
14
|
+
originalIndex: number;
|
|
15
|
+
edited: boolean;
|
|
16
|
+
constructor(view: SuiScoreViewOperations, measure: SmoMeasure);
|
|
17
|
+
writeNumber(param: SmoMeasureFormatNumberAttributes, value: number): void;
|
|
18
|
+
writeBoolean(param: SmoMeasueFormatBooleanAttributes, value: boolean): void;
|
|
19
|
+
commit(): Promise<any>;
|
|
20
|
+
cancel(): Promise<void>;
|
|
21
|
+
get padLeft(): number;
|
|
22
|
+
set padLeft(value: number);
|
|
23
|
+
get skipMeasureCount(): boolean;
|
|
24
|
+
set skipMeasureCount(value: boolean);
|
|
25
|
+
get localIndex(): number;
|
|
26
|
+
set localIndex(value: number);
|
|
27
|
+
get forceRest(): boolean;
|
|
28
|
+
set forceRest(value: boolean);
|
|
29
|
+
get repeatSymbol(): boolean;
|
|
30
|
+
set repeatSymbol(value: boolean);
|
|
31
|
+
get restBreak(): boolean;
|
|
32
|
+
set restBreak(value: boolean);
|
|
33
|
+
get customStretch(): number;
|
|
34
|
+
set customStretch(value: number);
|
|
35
|
+
get customProportion(): number;
|
|
36
|
+
set customProportion(value: number);
|
|
37
|
+
get autoJustify(): boolean;
|
|
38
|
+
set autoJustify(value: boolean);
|
|
39
|
+
get padAllInSystem(): boolean;
|
|
40
|
+
set padAllInSystem(value: boolean);
|
|
41
|
+
get systemBreak(): boolean;
|
|
42
|
+
set systemBreak(value: boolean);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* This file contains dialogs that affect all measures at a certain position (column),
|
|
46
|
+
* such as tempo or time signature.
|
|
47
|
+
* @category SuiDialog
|
|
48
|
+
*/
|
|
49
|
+
export declare class SuiMeasureDialog extends SuiDialogAdapterBase<SuiMeasureFormatAdapter> {
|
|
50
|
+
static dialogElements: DialogDefinition;
|
|
51
|
+
constructor(parameters: SuiDialogParams);
|
|
52
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiMicrotoneDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiMicrotoneDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiNoteHeadDialog: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiNoteHeadDialog: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiOrnamentDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiOrnamentDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiPageLayoutDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiPageLayoutDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiPartInfoDialogVue: (parameters: SuiDialogParams) => Promise<void>;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiPartInfoDialogVue: (parameters: SuiDialogParams) => Promise<void>;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
2
|
-
import { SmoPedalMarking } from '../../smo/data/staffModifiers';
|
|
3
|
-
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
-
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
-
/**
|
|
6
|
-
* Organ pedal markings
|
|
7
|
-
* @category SuiDialog
|
|
8
|
-
*/
|
|
9
|
-
export declare class SuiPedalMarkingAdapter extends SuiComponentAdapter {
|
|
10
|
-
backup: SmoPedalMarking;
|
|
11
|
-
pedalMarking: SmoPedalMarking;
|
|
12
|
-
changed: boolean;
|
|
13
|
-
constructor(view: SuiScoreViewOperations, bracket: SmoPedalMarking);
|
|
14
|
-
cancel(): Promise<void>;
|
|
15
|
-
remove(): Promise<void>;
|
|
16
|
-
commit(): Promise<void>;
|
|
17
|
-
get depressText(): string;
|
|
18
|
-
set depressText(val: string);
|
|
19
|
-
get releaseText(): string;
|
|
20
|
-
set releaseText(val: string);
|
|
21
|
-
get bracket(): boolean;
|
|
22
|
-
set bracket(val: boolean);
|
|
23
|
-
get startMark(): boolean;
|
|
24
|
-
set startMark(val: boolean);
|
|
25
|
-
get releaseMark(): boolean;
|
|
26
|
-
set releaseMark(val: boolean);
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* @category SuiDialog
|
|
30
|
-
*/
|
|
31
|
-
export declare class SuiPedalMarkingDialog extends SuiDialogAdapterBase<SuiPedalMarkingAdapter> {
|
|
32
|
-
static dialogElements: DialogDefinition;
|
|
33
|
-
constructor(parameters: SuiDialogParams);
|
|
34
|
-
changed(): Promise<void>;
|
|
35
|
-
}
|
|
1
|
+
import { DialogDefinition, SuiDialogParams } from './dialog';
|
|
2
|
+
import { SmoPedalMarking } from '../../smo/data/staffModifiers';
|
|
3
|
+
import { SuiScoreViewOperations } from '../../render/sui/scoreViewOperations';
|
|
4
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from './adapter';
|
|
5
|
+
/**
|
|
6
|
+
* Organ pedal markings
|
|
7
|
+
* @category SuiDialog
|
|
8
|
+
*/
|
|
9
|
+
export declare class SuiPedalMarkingAdapter extends SuiComponentAdapter {
|
|
10
|
+
backup: SmoPedalMarking;
|
|
11
|
+
pedalMarking: SmoPedalMarking;
|
|
12
|
+
changed: boolean;
|
|
13
|
+
constructor(view: SuiScoreViewOperations, bracket: SmoPedalMarking);
|
|
14
|
+
cancel(): Promise<void>;
|
|
15
|
+
remove(): Promise<void>;
|
|
16
|
+
commit(): Promise<void>;
|
|
17
|
+
get depressText(): string;
|
|
18
|
+
set depressText(val: string);
|
|
19
|
+
get releaseText(): string;
|
|
20
|
+
set releaseText(val: string);
|
|
21
|
+
get bracket(): boolean;
|
|
22
|
+
set bracket(val: boolean);
|
|
23
|
+
get startMark(): boolean;
|
|
24
|
+
set startMark(val: boolean);
|
|
25
|
+
get releaseMark(): boolean;
|
|
26
|
+
set releaseMark(val: boolean);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @category SuiDialog
|
|
30
|
+
*/
|
|
31
|
+
export declare class SuiPedalMarkingDialog extends SuiDialogAdapterBase<SuiPedalMarkingAdapter> {
|
|
32
|
+
static dialogElements: DialogDefinition;
|
|
33
|
+
constructor(parameters: SuiDialogParams);
|
|
34
|
+
changed(): Promise<void>;
|
|
35
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiPitchDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiPitchDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiScorePreferencesDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiScorePreferencesDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiScoreIdentificationDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiScoreIdentificationDialogVue: (parameters: SuiDialogParams) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SuiDialogParams } from './dialog';
|
|
2
|
-
export declare const SuiScoreViewDialogVue: (parameters: SuiDialogParams) => void;
|
|
1
|
+
import { SuiDialogParams } from './dialog';
|
|
2
|
+
export declare const SuiScoreViewDialogVue: (parameters: SuiDialogParams) => void;
|