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,27 +1,27 @@
|
|
|
1
|
-
import { SuiDialogNotifier, DialogDefinitionElement, SuiComponentParent } from '../components/baseComponent';
|
|
2
|
-
import { SuiToggleComposite } from '../components/toggle';
|
|
3
|
-
import { SuiDropdownComposite } from '../components/dropdown';
|
|
4
|
-
/**
|
|
5
|
-
* @category SuiDialog
|
|
6
|
-
*/
|
|
7
|
-
export interface CheckboxDropdownComponentParams {
|
|
8
|
-
id: string;
|
|
9
|
-
classes: string;
|
|
10
|
-
label: string;
|
|
11
|
-
smoName: string;
|
|
12
|
-
control: string;
|
|
13
|
-
toggleElement: DialogDefinitionElement;
|
|
14
|
-
dropdownElement: DialogDefinitionElement;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* A checkbox that enables a dropdown component, for optional or dependent parameter
|
|
18
|
-
* @category SuiDialog
|
|
19
|
-
*/
|
|
20
|
-
export declare class CheckboxDropdownComponent extends SuiComponentParent {
|
|
21
|
-
toggleCtrl: SuiToggleComposite;
|
|
22
|
-
dropdownCtrl: SuiDropdownComposite;
|
|
23
|
-
constructor(dialog: SuiDialogNotifier, parameter: CheckboxDropdownComponentParams);
|
|
24
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
25
|
-
bind(): void;
|
|
26
|
-
changed(): void;
|
|
27
|
-
}
|
|
1
|
+
import { SuiDialogNotifier, DialogDefinitionElement, SuiComponentParent } from '../components/baseComponent';
|
|
2
|
+
import { SuiToggleComposite } from '../components/toggle';
|
|
3
|
+
import { SuiDropdownComposite } from '../components/dropdown';
|
|
4
|
+
/**
|
|
5
|
+
* @category SuiDialog
|
|
6
|
+
*/
|
|
7
|
+
export interface CheckboxDropdownComponentParams {
|
|
8
|
+
id: string;
|
|
9
|
+
classes: string;
|
|
10
|
+
label: string;
|
|
11
|
+
smoName: string;
|
|
12
|
+
control: string;
|
|
13
|
+
toggleElement: DialogDefinitionElement;
|
|
14
|
+
dropdownElement: DialogDefinitionElement;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A checkbox that enables a dropdown component, for optional or dependent parameter
|
|
18
|
+
* @category SuiDialog
|
|
19
|
+
*/
|
|
20
|
+
export declare class CheckboxDropdownComponent extends SuiComponentParent {
|
|
21
|
+
toggleCtrl: SuiToggleComposite;
|
|
22
|
+
dropdownCtrl: SuiDropdownComposite;
|
|
23
|
+
constructor(dialog: SuiDialogNotifier, parameter: CheckboxDropdownComponentParams);
|
|
24
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
25
|
+
bind(): void;
|
|
26
|
+
changed(): void;
|
|
27
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { SuiDialogNotifier, SuiComponentBase, SuiBaseComponentParams } from './baseComponent';
|
|
2
|
-
import { SuiDragSession } from '../../../render/sui/textEdit';
|
|
3
|
-
import { SuiScoreViewOperations } from '../../../render/sui/scoreViewOperations';
|
|
4
|
-
/**
|
|
5
|
-
* A complex component that handles dragged text
|
|
6
|
-
* @category SuiDialog
|
|
7
|
-
*/
|
|
8
|
-
export declare class SuiDragText extends SuiComponentBase {
|
|
9
|
-
dragging: boolean;
|
|
10
|
-
running: boolean;
|
|
11
|
-
staticText: Record<string, string>;
|
|
12
|
-
altLabel: string;
|
|
13
|
-
value: string;
|
|
14
|
-
session: SuiDragSession | null;
|
|
15
|
-
view: SuiScoreViewOperations;
|
|
16
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiBaseComponentParams);
|
|
17
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
18
|
-
show(): void;
|
|
19
|
-
hide(): void;
|
|
20
|
-
_getInputElement(): any;
|
|
21
|
-
stopEditSession(): void;
|
|
22
|
-
startEditSession(): void;
|
|
23
|
-
mouseMove(e: any): void;
|
|
24
|
-
mouseDown(e: any): void;
|
|
25
|
-
mouseUp(e: any): void;
|
|
26
|
-
bind(): void;
|
|
27
|
-
}
|
|
1
|
+
import { SuiDialogNotifier, SuiComponentBase, SuiBaseComponentParams } from './baseComponent';
|
|
2
|
+
import { SuiDragSession } from '../../../render/sui/textEdit';
|
|
3
|
+
import { SuiScoreViewOperations } from '../../../render/sui/scoreViewOperations';
|
|
4
|
+
/**
|
|
5
|
+
* A complex component that handles dragged text
|
|
6
|
+
* @category SuiDialog
|
|
7
|
+
*/
|
|
8
|
+
export declare class SuiDragText extends SuiComponentBase {
|
|
9
|
+
dragging: boolean;
|
|
10
|
+
running: boolean;
|
|
11
|
+
staticText: Record<string, string>;
|
|
12
|
+
altLabel: string;
|
|
13
|
+
value: string;
|
|
14
|
+
session: SuiDragSession | null;
|
|
15
|
+
view: SuiScoreViewOperations;
|
|
16
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiBaseComponentParams);
|
|
17
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
18
|
+
show(): void;
|
|
19
|
+
hide(): void;
|
|
20
|
+
_getInputElement(): any;
|
|
21
|
+
stopEditSession(): void;
|
|
22
|
+
startEditSession(): void;
|
|
23
|
+
mouseMove(e: any): void;
|
|
24
|
+
mouseDown(e: any): void;
|
|
25
|
+
mouseUp(e: any): void;
|
|
26
|
+
bind(): void;
|
|
27
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { SuiComponentBase, SuiDialogNotifier, SuiComponentParent, DialogDefinitionOption } from './baseComponent';
|
|
2
|
-
/**
|
|
3
|
-
* constructor params for {@link SuiDropdownComponent}
|
|
4
|
-
* @param id id in DOM
|
|
5
|
-
* @param classes
|
|
6
|
-
* @param type indicates the data type of the value
|
|
7
|
-
* @param increment not used
|
|
8
|
-
* @param label
|
|
9
|
-
* @param smoName variable name in dialog/adapter
|
|
10
|
-
* @param control name of constructor
|
|
11
|
-
* @param disabledOption
|
|
12
|
-
* @category SuiDialog
|
|
13
|
-
*/
|
|
14
|
-
export interface SuiDropdownComponentParams {
|
|
15
|
-
id: string;
|
|
16
|
-
classes: string;
|
|
17
|
-
increment?: number;
|
|
18
|
-
label: string;
|
|
19
|
-
smoName: string;
|
|
20
|
-
control: string;
|
|
21
|
-
disabledOption?: string;
|
|
22
|
-
dataType?: string;
|
|
23
|
-
options?: DialogDefinitionOption[];
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* single-select dropdown list
|
|
27
|
-
* @category SuiDialog
|
|
28
|
-
*/
|
|
29
|
-
export declare class SuiDropdownComponent extends SuiComponentBase {
|
|
30
|
-
options: DialogDefinitionOption[];
|
|
31
|
-
disabledOption: string;
|
|
32
|
-
dataType: string;
|
|
33
|
-
value: string;
|
|
34
|
-
optionIds: string[];
|
|
35
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiDropdownComponentParams);
|
|
36
|
-
checkDefault(s: any, b: any): void;
|
|
37
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
38
|
-
updateControls(): void;
|
|
39
|
-
unselect(): void;
|
|
40
|
-
_getInputElement(): any;
|
|
41
|
-
getValue(): string | number;
|
|
42
|
-
getValueLabel(): string;
|
|
43
|
-
setValue(value: string | number): void;
|
|
44
|
-
bind(): void;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* constructor params for {@link SuiDropdownComposite}
|
|
48
|
-
* element, often a checkbox
|
|
49
|
-
* @param {id} - unique ID for the control DOM
|
|
50
|
-
* @param {classes} - additional classes for styling added to DOM
|
|
51
|
-
* @param {label} - default label for the component
|
|
52
|
-
* @param {smoName} - the variable in the dialog that the componenet maps to
|
|
53
|
-
* @param {control} - the constructor of the UI control
|
|
54
|
-
* @param {parentComponent} - for composite components, the top-level
|
|
55
|
-
* @category SuiDialog
|
|
56
|
-
* */
|
|
57
|
-
export interface SuiDropdownCompositeParams {
|
|
58
|
-
id: string;
|
|
59
|
-
classes: string;
|
|
60
|
-
type?: string;
|
|
61
|
-
increment?: number;
|
|
62
|
-
label: string;
|
|
63
|
-
smoName: string;
|
|
64
|
-
control: string;
|
|
65
|
-
disabledOption?: string;
|
|
66
|
-
dataType?: string;
|
|
67
|
-
options?: DialogDefinitionOption[];
|
|
68
|
-
parentControl: SuiComponentParent;
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* A dropdown composite mixes a dropdown with some other
|
|
72
|
-
* @category SuiDialog
|
|
73
|
-
*/
|
|
74
|
-
export declare class SuiDropdownComposite extends SuiDropdownComponent {
|
|
75
|
-
parentControl: SuiComponentParent;
|
|
76
|
-
constructor(dialog: SuiDialogNotifier, parameters: SuiDropdownCompositeParams);
|
|
77
|
-
handleChanged(): void;
|
|
78
|
-
}
|
|
1
|
+
import { SuiComponentBase, SuiDialogNotifier, SuiComponentParent, DialogDefinitionOption } from './baseComponent';
|
|
2
|
+
/**
|
|
3
|
+
* constructor params for {@link SuiDropdownComponent}
|
|
4
|
+
* @param id id in DOM
|
|
5
|
+
* @param classes
|
|
6
|
+
* @param type indicates the data type of the value
|
|
7
|
+
* @param increment not used
|
|
8
|
+
* @param label
|
|
9
|
+
* @param smoName variable name in dialog/adapter
|
|
10
|
+
* @param control name of constructor
|
|
11
|
+
* @param disabledOption
|
|
12
|
+
* @category SuiDialog
|
|
13
|
+
*/
|
|
14
|
+
export interface SuiDropdownComponentParams {
|
|
15
|
+
id: string;
|
|
16
|
+
classes: string;
|
|
17
|
+
increment?: number;
|
|
18
|
+
label: string;
|
|
19
|
+
smoName: string;
|
|
20
|
+
control: string;
|
|
21
|
+
disabledOption?: string;
|
|
22
|
+
dataType?: string;
|
|
23
|
+
options?: DialogDefinitionOption[];
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* single-select dropdown list
|
|
27
|
+
* @category SuiDialog
|
|
28
|
+
*/
|
|
29
|
+
export declare class SuiDropdownComponent extends SuiComponentBase {
|
|
30
|
+
options: DialogDefinitionOption[];
|
|
31
|
+
disabledOption: string;
|
|
32
|
+
dataType: string;
|
|
33
|
+
value: string;
|
|
34
|
+
optionIds: string[];
|
|
35
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiDropdownComponentParams);
|
|
36
|
+
checkDefault(s: any, b: any): void;
|
|
37
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
38
|
+
updateControls(): void;
|
|
39
|
+
unselect(): void;
|
|
40
|
+
_getInputElement(): any;
|
|
41
|
+
getValue(): string | number;
|
|
42
|
+
getValueLabel(): string;
|
|
43
|
+
setValue(value: string | number): void;
|
|
44
|
+
bind(): void;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* constructor params for {@link SuiDropdownComposite}
|
|
48
|
+
* element, often a checkbox
|
|
49
|
+
* @param {id} - unique ID for the control DOM
|
|
50
|
+
* @param {classes} - additional classes for styling added to DOM
|
|
51
|
+
* @param {label} - default label for the component
|
|
52
|
+
* @param {smoName} - the variable in the dialog that the componenet maps to
|
|
53
|
+
* @param {control} - the constructor of the UI control
|
|
54
|
+
* @param {parentComponent} - for composite components, the top-level
|
|
55
|
+
* @category SuiDialog
|
|
56
|
+
* */
|
|
57
|
+
export interface SuiDropdownCompositeParams {
|
|
58
|
+
id: string;
|
|
59
|
+
classes: string;
|
|
60
|
+
type?: string;
|
|
61
|
+
increment?: number;
|
|
62
|
+
label: string;
|
|
63
|
+
smoName: string;
|
|
64
|
+
control: string;
|
|
65
|
+
disabledOption?: string;
|
|
66
|
+
dataType?: string;
|
|
67
|
+
options?: DialogDefinitionOption[];
|
|
68
|
+
parentControl: SuiComponentParent;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* A dropdown composite mixes a dropdown with some other
|
|
72
|
+
* @category SuiDialog
|
|
73
|
+
*/
|
|
74
|
+
export declare class SuiDropdownComposite extends SuiDropdownComponent {
|
|
75
|
+
parentControl: SuiComponentParent;
|
|
76
|
+
constructor(dialog: SuiDialogNotifier, parameters: SuiDropdownCompositeParams);
|
|
77
|
+
handleChanged(): void;
|
|
78
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
2
|
-
/**
|
|
3
|
-
* @category SuiDialog
|
|
4
|
-
*/
|
|
5
|
-
export interface SuiFileDownloadComponentParams {
|
|
6
|
-
id: string;
|
|
7
|
-
classes: string;
|
|
8
|
-
type?: string;
|
|
9
|
-
increment?: number;
|
|
10
|
-
defaultValue: string;
|
|
11
|
-
label: string;
|
|
12
|
-
smoName: string;
|
|
13
|
-
control: string;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Download a test file using the file input.
|
|
17
|
-
* @category SuiDialog
|
|
18
|
-
*/
|
|
19
|
-
export declare class SuiFileDownloadComponent extends SuiComponentBase {
|
|
20
|
-
defaultValue: string;
|
|
21
|
-
value: any;
|
|
22
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiFileDownloadComponentParams);
|
|
23
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
24
|
-
_handleUploadedFiles(evt: any): Promise<void>;
|
|
25
|
-
getValue(): any;
|
|
26
|
-
setValue(value: any): void;
|
|
27
|
-
bind(): void;
|
|
28
|
-
}
|
|
1
|
+
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
2
|
+
/**
|
|
3
|
+
* @category SuiDialog
|
|
4
|
+
*/
|
|
5
|
+
export interface SuiFileDownloadComponentParams {
|
|
6
|
+
id: string;
|
|
7
|
+
classes: string;
|
|
8
|
+
type?: string;
|
|
9
|
+
increment?: number;
|
|
10
|
+
defaultValue: string;
|
|
11
|
+
label: string;
|
|
12
|
+
smoName: string;
|
|
13
|
+
control: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Download a test file using the file input.
|
|
17
|
+
* @category SuiDialog
|
|
18
|
+
*/
|
|
19
|
+
export declare class SuiFileDownloadComponent extends SuiComponentBase {
|
|
20
|
+
defaultValue: string;
|
|
21
|
+
value: any;
|
|
22
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiFileDownloadComponentParams);
|
|
23
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
24
|
+
_handleUploadedFiles(evt: any): Promise<void>;
|
|
25
|
+
getValue(): any;
|
|
26
|
+
setValue(value: any): void;
|
|
27
|
+
bind(): void;
|
|
28
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
2
|
-
import { SuiDropdownComposite } from './dropdown';
|
|
3
|
-
import { SuiRockerComposite } from './rocker';
|
|
4
|
-
import { SuiToggleComposite } from './toggle';
|
|
5
|
-
import { FontInfo } from '../../../common/vex';
|
|
6
|
-
/**
|
|
7
|
-
* @category SuiDialog
|
|
8
|
-
*/
|
|
9
|
-
export interface SuiFontComponentParams {
|
|
10
|
-
id: string;
|
|
11
|
-
classes: string;
|
|
12
|
-
label: string;
|
|
13
|
-
smoName: string;
|
|
14
|
-
control: string;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Dialog component that lets user choose and customize fonts.
|
|
18
|
-
* @category SuiDialog
|
|
19
|
-
*/
|
|
20
|
-
export declare class SuiFontComponent extends SuiComponentBase {
|
|
21
|
-
familyPart: SuiDropdownComposite;
|
|
22
|
-
sizePart: SuiRockerComposite;
|
|
23
|
-
italicsCtrl: SuiToggleComposite;
|
|
24
|
-
boldCtrl: SuiToggleComposite;
|
|
25
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiFontComponentParams);
|
|
26
|
-
changed(): void;
|
|
27
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
28
|
-
_getInputElement(): any;
|
|
29
|
-
getValue(): FontInfo;
|
|
30
|
-
setValue(value: FontInfo): void;
|
|
31
|
-
bind(): void;
|
|
32
|
-
}
|
|
1
|
+
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
2
|
+
import { SuiDropdownComposite } from './dropdown';
|
|
3
|
+
import { SuiRockerComposite } from './rocker';
|
|
4
|
+
import { SuiToggleComposite } from './toggle';
|
|
5
|
+
import { FontInfo } from '../../../common/vex';
|
|
6
|
+
/**
|
|
7
|
+
* @category SuiDialog
|
|
8
|
+
*/
|
|
9
|
+
export interface SuiFontComponentParams {
|
|
10
|
+
id: string;
|
|
11
|
+
classes: string;
|
|
12
|
+
label: string;
|
|
13
|
+
smoName: string;
|
|
14
|
+
control: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Dialog component that lets user choose and customize fonts.
|
|
18
|
+
* @category SuiDialog
|
|
19
|
+
*/
|
|
20
|
+
export declare class SuiFontComponent extends SuiComponentBase {
|
|
21
|
+
familyPart: SuiDropdownComposite;
|
|
22
|
+
sizePart: SuiRockerComposite;
|
|
23
|
+
italicsCtrl: SuiToggleComposite;
|
|
24
|
+
boldCtrl: SuiToggleComposite;
|
|
25
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiFontComponentParams);
|
|
26
|
+
changed(): void;
|
|
27
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
28
|
+
_getInputElement(): any;
|
|
29
|
+
getValue(): FontInfo;
|
|
30
|
+
setValue(value: FontInfo): void;
|
|
31
|
+
bind(): void;
|
|
32
|
+
}
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
import { SuiLyricSession } from '../../../render/sui/textEdit';
|
|
2
|
-
import { KeyEvent } from '../../../smo/data/common';
|
|
3
|
-
import { SuiScoreViewOperations } from '../../../render/sui/scoreViewOperations';
|
|
4
|
-
import { SmoSelection, SmoSelector } from '../../../smo/xform/selections';
|
|
5
|
-
import { BrowserEventSource } from '../../eventSource';
|
|
6
|
-
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
7
|
-
import { SmoLyric } from '../../../smo/data/noteModifiers';
|
|
8
|
-
/**
|
|
9
|
-
* @category SuiDialog
|
|
10
|
-
*/
|
|
11
|
-
export interface SuiNoteTextParams {
|
|
12
|
-
id: string;
|
|
13
|
-
classes: string;
|
|
14
|
-
label: string;
|
|
15
|
-
smoName: string;
|
|
16
|
-
control: string;
|
|
17
|
-
verse?: number;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Base class for text editor components that navigate to
|
|
21
|
-
* different notes.
|
|
22
|
-
* This has the text editing dialog components for notes, such as lyrics.
|
|
23
|
-
* Unlike components that are
|
|
24
|
-
* actual dialog controls, these actually run a text editing session of some kind.
|
|
25
|
-
*
|
|
26
|
-
* The heirarchy of text editing objects goes:
|
|
27
|
-
* dialog -> component -> session -> editor
|
|
28
|
-
*
|
|
29
|
-
* ### editor
|
|
30
|
-
* handles low-level events and renders the preview using one
|
|
31
|
-
* of the text layout objects.
|
|
32
|
-
*
|
|
33
|
-
* ### session
|
|
34
|
-
* creates and destroys editors, e.g. for lyrics that have a Different
|
|
35
|
-
* editor instance for each note.
|
|
36
|
-
*
|
|
37
|
-
* ### component
|
|
38
|
-
* is defined in the dialog, and creates/destroys the session based on input from
|
|
39
|
-
* the dialog
|
|
40
|
-
*
|
|
41
|
-
* ### dialog
|
|
42
|
-
* manages the coponent session, as well as other components of the text like font etc.
|
|
43
|
-
* @category SuiDialog
|
|
44
|
-
* */
|
|
45
|
-
export declare abstract class SuiNoteTextComponent extends SuiComponentBase {
|
|
46
|
-
view: SuiScoreViewOperations;
|
|
47
|
-
selection: SmoSelection;
|
|
48
|
-
selector: SmoSelector;
|
|
49
|
-
eventSource: BrowserEventSource;
|
|
50
|
-
session: SuiLyricSession | null;
|
|
51
|
-
value: SmoLyric | null;
|
|
52
|
-
started: boolean;
|
|
53
|
-
staticText: Record<string, string>;
|
|
54
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
55
|
-
abstract startEditSession(): void;
|
|
56
|
-
abstract endSession(): void;
|
|
57
|
-
mouseMove(ev: any): void;
|
|
58
|
-
show(): void;
|
|
59
|
-
hide(): void;
|
|
60
|
-
mouseClick(ev: any): void;
|
|
61
|
-
_getInputElement(): any;
|
|
62
|
-
get running(): boolean | null;
|
|
63
|
-
evKey(evdata: KeyEvent): Promise<boolean>;
|
|
64
|
-
setDialogLyric(): void;
|
|
65
|
-
moveSelectionRight(): Promise<void>;
|
|
66
|
-
moveSelectionLeft(): Promise<void>;
|
|
67
|
-
removeText(): Promise<void>;
|
|
68
|
-
_bind(): Promise<void>;
|
|
69
|
-
getValue(): SmoLyric | null;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* manage a lyric session that moves from note to note and adds lyrics.
|
|
73
|
-
* @category SuiDialog
|
|
74
|
-
**/
|
|
75
|
-
export declare class SuiLyricComponent extends SuiNoteTextComponent {
|
|
76
|
-
altLabel: string;
|
|
77
|
-
verse: number;
|
|
78
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
79
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
80
|
-
endSession(): Promise<void>;
|
|
81
|
-
startEditSession(): void;
|
|
82
|
-
bind(): void;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* manage a chord editing session that moves from note to note and adds chord symbols.
|
|
86
|
-
* @category SuiDialog
|
|
87
|
-
*/
|
|
88
|
-
export declare class SuiChordComponent extends SuiNoteTextComponent {
|
|
89
|
-
altLabel: string;
|
|
90
|
-
verse: number;
|
|
91
|
-
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
92
|
-
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
93
|
-
endSession(): void;
|
|
94
|
-
startEditSession(): void;
|
|
95
|
-
bind(): void;
|
|
96
|
-
setTextType(type: string | number): void;
|
|
97
|
-
getTextType(): number;
|
|
98
|
-
}
|
|
1
|
+
import { SuiLyricSession } from '../../../render/sui/textEdit';
|
|
2
|
+
import { KeyEvent } from '../../../smo/data/common';
|
|
3
|
+
import { SuiScoreViewOperations } from '../../../render/sui/scoreViewOperations';
|
|
4
|
+
import { SmoSelection, SmoSelector } from '../../../smo/xform/selections';
|
|
5
|
+
import { BrowserEventSource } from '../../eventSource';
|
|
6
|
+
import { SuiComponentBase, SuiDialogNotifier } from './baseComponent';
|
|
7
|
+
import { SmoLyric } from '../../../smo/data/noteModifiers';
|
|
8
|
+
/**
|
|
9
|
+
* @category SuiDialog
|
|
10
|
+
*/
|
|
11
|
+
export interface SuiNoteTextParams {
|
|
12
|
+
id: string;
|
|
13
|
+
classes: string;
|
|
14
|
+
label: string;
|
|
15
|
+
smoName: string;
|
|
16
|
+
control: string;
|
|
17
|
+
verse?: number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Base class for text editor components that navigate to
|
|
21
|
+
* different notes.
|
|
22
|
+
* This has the text editing dialog components for notes, such as lyrics.
|
|
23
|
+
* Unlike components that are
|
|
24
|
+
* actual dialog controls, these actually run a text editing session of some kind.
|
|
25
|
+
*
|
|
26
|
+
* The heirarchy of text editing objects goes:
|
|
27
|
+
* dialog -> component -> session -> editor
|
|
28
|
+
*
|
|
29
|
+
* ### editor
|
|
30
|
+
* handles low-level events and renders the preview using one
|
|
31
|
+
* of the text layout objects.
|
|
32
|
+
*
|
|
33
|
+
* ### session
|
|
34
|
+
* creates and destroys editors, e.g. for lyrics that have a Different
|
|
35
|
+
* editor instance for each note.
|
|
36
|
+
*
|
|
37
|
+
* ### component
|
|
38
|
+
* is defined in the dialog, and creates/destroys the session based on input from
|
|
39
|
+
* the dialog
|
|
40
|
+
*
|
|
41
|
+
* ### dialog
|
|
42
|
+
* manages the coponent session, as well as other components of the text like font etc.
|
|
43
|
+
* @category SuiDialog
|
|
44
|
+
* */
|
|
45
|
+
export declare abstract class SuiNoteTextComponent extends SuiComponentBase {
|
|
46
|
+
view: SuiScoreViewOperations;
|
|
47
|
+
selection: SmoSelection;
|
|
48
|
+
selector: SmoSelector;
|
|
49
|
+
eventSource: BrowserEventSource;
|
|
50
|
+
session: SuiLyricSession | null;
|
|
51
|
+
value: SmoLyric | null;
|
|
52
|
+
started: boolean;
|
|
53
|
+
staticText: Record<string, string>;
|
|
54
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
55
|
+
abstract startEditSession(): void;
|
|
56
|
+
abstract endSession(): void;
|
|
57
|
+
mouseMove(ev: any): void;
|
|
58
|
+
show(): void;
|
|
59
|
+
hide(): void;
|
|
60
|
+
mouseClick(ev: any): void;
|
|
61
|
+
_getInputElement(): any;
|
|
62
|
+
get running(): boolean | null;
|
|
63
|
+
evKey(evdata: KeyEvent): Promise<boolean>;
|
|
64
|
+
setDialogLyric(): void;
|
|
65
|
+
moveSelectionRight(): Promise<void>;
|
|
66
|
+
moveSelectionLeft(): Promise<void>;
|
|
67
|
+
removeText(): Promise<void>;
|
|
68
|
+
_bind(): Promise<void>;
|
|
69
|
+
getValue(): SmoLyric | null;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* manage a lyric session that moves from note to note and adds lyrics.
|
|
73
|
+
* @category SuiDialog
|
|
74
|
+
**/
|
|
75
|
+
export declare class SuiLyricComponent extends SuiNoteTextComponent {
|
|
76
|
+
altLabel: string;
|
|
77
|
+
verse: number;
|
|
78
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
79
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
80
|
+
endSession(): Promise<void>;
|
|
81
|
+
startEditSession(): void;
|
|
82
|
+
bind(): void;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* manage a chord editing session that moves from note to note and adds chord symbols.
|
|
86
|
+
* @category SuiDialog
|
|
87
|
+
*/
|
|
88
|
+
export declare class SuiChordComponent extends SuiNoteTextComponent {
|
|
89
|
+
altLabel: string;
|
|
90
|
+
verse: number;
|
|
91
|
+
constructor(dialog: SuiDialogNotifier, parameter: SuiNoteTextParams);
|
|
92
|
+
get html(): import("../../../common/htmlHelpers").DomBuilder;
|
|
93
|
+
endSession(): void;
|
|
94
|
+
startEditSession(): void;
|
|
95
|
+
bind(): void;
|
|
96
|
+
setTextType(type: string | number): void;
|
|
97
|
+
getTextType(): number;
|
|
98
|
+
}
|