smoosic 1.0.25 → 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/src/application/exports.ts +1 -0
- 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,12 +1,12 @@
|
|
|
1
|
-
import { SuiMenuBase, SuiMenuParams, MenuDefinition } from './menu';
|
|
2
|
-
/**
|
|
3
|
-
* Not currently used, is a dialog instead
|
|
4
|
-
* @category SuiMenu
|
|
5
|
-
*/
|
|
6
|
-
export declare class SuiTimeSignatureMenu extends SuiMenuBase {
|
|
7
|
-
constructor(params: SuiMenuParams);
|
|
8
|
-
static defaults: MenuDefinition;
|
|
9
|
-
getDefinition(): MenuDefinition;
|
|
10
|
-
selection(ev: any): Promise<void>;
|
|
11
|
-
keydown(): void;
|
|
12
|
-
}
|
|
1
|
+
import { SuiMenuBase, SuiMenuParams, MenuDefinition } from './menu';
|
|
2
|
+
/**
|
|
3
|
+
* Not currently used, is a dialog instead
|
|
4
|
+
* @category SuiMenu
|
|
5
|
+
*/
|
|
6
|
+
export declare class SuiTimeSignatureMenu extends SuiMenuBase {
|
|
7
|
+
constructor(params: SuiMenuParams);
|
|
8
|
+
static defaults: MenuDefinition;
|
|
9
|
+
getDefinition(): MenuDefinition;
|
|
10
|
+
selection(ev: any): Promise<void>;
|
|
11
|
+
keydown(): void;
|
|
12
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SuiMenuParams, SuiConfiguredMenuOption, SuiConfiguredMenu } from './menu';
|
|
2
|
-
/**
|
|
3
|
-
* stuff you can do to beams
|
|
4
|
-
* @category SuiMenu
|
|
5
|
-
*/
|
|
6
|
-
export declare class SuiTupletMenu extends SuiConfiguredMenu {
|
|
7
|
-
constructor(params: SuiMenuParams);
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Stuff you can do to tuplets
|
|
11
|
-
* @category SuiMenu
|
|
12
|
-
*/
|
|
13
|
-
export declare const SuiTupletMenuOptions: SuiConfiguredMenuOption[];
|
|
1
|
+
import { SuiMenuParams, SuiConfiguredMenuOption, SuiConfiguredMenu } from './menu';
|
|
2
|
+
/**
|
|
3
|
+
* stuff you can do to beams
|
|
4
|
+
* @category SuiMenu
|
|
5
|
+
*/
|
|
6
|
+
export declare class SuiTupletMenu extends SuiConfiguredMenu {
|
|
7
|
+
constructor(params: SuiMenuParams);
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Stuff you can do to tuplets
|
|
11
|
+
* @category SuiMenu
|
|
12
|
+
*/
|
|
13
|
+
export declare const SuiTupletMenuOptions: SuiConfiguredMenuOption[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { SuiMenuParams, SuiConfiguredMenu } from './menu';
|
|
2
|
-
/**
|
|
3
|
-
* Add, select, delete and change voices
|
|
4
|
-
* @category SuiMenu
|
|
5
|
-
*/
|
|
6
|
-
export declare class SuiVoiceMenu extends SuiConfiguredMenu {
|
|
7
|
-
constructor(params: SuiMenuParams);
|
|
8
|
-
}
|
|
1
|
+
import { SuiMenuParams, SuiConfiguredMenu } from './menu';
|
|
2
|
+
/**
|
|
3
|
+
* Add, select, delete and change voices
|
|
4
|
+
* @category SuiMenu
|
|
5
|
+
*/
|
|
6
|
+
export declare class SuiVoiceMenu extends SuiConfiguredMenu {
|
|
7
|
+
constructor(params: SuiMenuParams);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const createModalSplash: (timer: number) => import("vue").App<Element>;
|
|
1
|
+
export declare const createModalSplash: (timer: number) => import("vue").App<Element>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
export type scrollHandler = (ev: any) => void;
|
|
3
|
-
export declare class SuiNavigation {
|
|
4
|
-
static instance: SuiNavigation;
|
|
5
|
-
bugModalView: Ref<boolean>;
|
|
6
|
-
scrollHandlers: scrollHandler[];
|
|
7
|
-
constructor(uiDomContainer: HTMLElement);
|
|
8
|
-
static get scrollable(): string;
|
|
9
|
-
pushScrollHandler(handler: scrollHandler): void;
|
|
10
|
-
popScrollHandler(): scrollHandler | undefined;
|
|
11
|
-
showBugModal(): void;
|
|
12
|
-
hideBugModal(): void;
|
|
13
|
-
showDialogModal(): void;
|
|
14
|
-
hideDialogModal(): void;
|
|
15
|
-
}
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export type scrollHandler = (ev: any) => void;
|
|
3
|
+
export declare class SuiNavigation {
|
|
4
|
+
static instance: SuiNavigation;
|
|
5
|
+
bugModalView: Ref<boolean>;
|
|
6
|
+
scrollHandlers: scrollHandler[];
|
|
7
|
+
constructor(uiDomContainer: HTMLElement);
|
|
8
|
+
static get scrollable(): string;
|
|
9
|
+
pushScrollHandler(handler: scrollHandler): void;
|
|
10
|
+
popScrollHandler(): scrollHandler | undefined;
|
|
11
|
+
showBugModal(): void;
|
|
12
|
+
hideBugModal(): void;
|
|
13
|
+
showDialogModal(): void;
|
|
14
|
+
hideDialogModal(): void;
|
|
15
|
+
}
|
package/types/src/ui/qwerty.d.ts
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { KeyEvent } from '../smo/data/common';
|
|
2
|
-
/**
|
|
3
|
-
* @category SuiDialog
|
|
4
|
-
*/
|
|
5
|
-
export interface SuiKbRow {
|
|
6
|
-
row: string;
|
|
7
|
-
shifted: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @category SuiDialog
|
|
11
|
-
*/
|
|
12
|
-
export interface SuiKbKey {
|
|
13
|
-
icon: string;
|
|
14
|
-
text: string;
|
|
15
|
-
shifted: string;
|
|
16
|
-
classes: string;
|
|
17
|
-
dataKey: string;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Used for generating documentation, visual key capture
|
|
21
|
-
* @category SuiDialog
|
|
22
|
-
*/
|
|
23
|
-
export declare class Qwerty {
|
|
24
|
-
static _shiftTime: number;
|
|
25
|
-
static displayed: boolean;
|
|
26
|
-
static created: boolean;
|
|
27
|
-
static get navigationElements(): Record<string, SuiKbKey[]>;
|
|
28
|
-
static flashShift(): void;
|
|
29
|
-
static displayForDuration(): void;
|
|
30
|
-
static displayForTuplet(): void;
|
|
31
|
-
static displayForNav(): void;
|
|
32
|
-
static displayAll(): void;
|
|
33
|
-
static _flashButton(key: string): void;
|
|
34
|
-
static get editingKeys(): string[];
|
|
35
|
-
static handleKeyEvent(evdata: KeyEvent): void;
|
|
36
|
-
static _kbButton(buttons: SuiKbKey[]): import("../common/htmlHelpers").DomBuilder;
|
|
37
|
-
static _buttonBlock(buttons: SuiKbKey[], id: string): import("../common/htmlHelpers").DomBuilder;
|
|
38
|
-
static _buildElements(rows: Record<string, SuiKbKey[]>): import("../common/htmlHelpers").DomBuilder;
|
|
39
|
-
static hideKb(): void;
|
|
40
|
-
static displayKb(): void;
|
|
41
|
-
}
|
|
1
|
+
import { KeyEvent } from '../smo/data/common';
|
|
2
|
+
/**
|
|
3
|
+
* @category SuiDialog
|
|
4
|
+
*/
|
|
5
|
+
export interface SuiKbRow {
|
|
6
|
+
row: string;
|
|
7
|
+
shifted: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @category SuiDialog
|
|
11
|
+
*/
|
|
12
|
+
export interface SuiKbKey {
|
|
13
|
+
icon: string;
|
|
14
|
+
text: string;
|
|
15
|
+
shifted: string;
|
|
16
|
+
classes: string;
|
|
17
|
+
dataKey: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Used for generating documentation, visual key capture
|
|
21
|
+
* @category SuiDialog
|
|
22
|
+
*/
|
|
23
|
+
export declare class Qwerty {
|
|
24
|
+
static _shiftTime: number;
|
|
25
|
+
static displayed: boolean;
|
|
26
|
+
static created: boolean;
|
|
27
|
+
static get navigationElements(): Record<string, SuiKbKey[]>;
|
|
28
|
+
static flashShift(): void;
|
|
29
|
+
static displayForDuration(): void;
|
|
30
|
+
static displayForTuplet(): void;
|
|
31
|
+
static displayForNav(): void;
|
|
32
|
+
static displayAll(): void;
|
|
33
|
+
static _flashButton(key: string): void;
|
|
34
|
+
static get editingKeys(): string[];
|
|
35
|
+
static handleKeyEvent(evdata: KeyEvent): void;
|
|
36
|
+
static _kbButton(buttons: SuiKbKey[]): import("../common/htmlHelpers").DomBuilder;
|
|
37
|
+
static _buttonBlock(buttons: SuiKbKey[], id: string): import("../common/htmlHelpers").DomBuilder;
|
|
38
|
+
static _buildElements(rows: Record<string, SuiKbKey[]>): import("../common/htmlHelpers").DomBuilder;
|
|
39
|
+
static hideKb(): void;
|
|
40
|
+
static displayKb(): void;
|
|
41
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ButtonDefinition } from "../../buttons/button";
|
|
2
|
-
import { RibbonLayout } from "../../common";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare class defaultRibbonLayout {
|
|
7
|
-
static get ribbons(): RibbonLayout;
|
|
8
|
-
static get ribbonButtons(): ButtonDefinition[];
|
|
9
|
-
static get leftRibbonIds(): string[];
|
|
10
|
-
static get debugIds(): string[];
|
|
11
|
-
static get displayIds(): string[];
|
|
12
|
-
static get displayButtons(): ButtonDefinition[];
|
|
13
|
-
static get debugRibbonButtons(): ButtonDefinition[];
|
|
14
|
-
static get leftRibbonButtons(): ButtonDefinition[];
|
|
15
|
-
}
|
|
1
|
+
import { ButtonDefinition } from "../../buttons/button";
|
|
2
|
+
import { RibbonLayout } from "../../common";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class defaultRibbonLayout {
|
|
7
|
+
static get ribbons(): RibbonLayout;
|
|
8
|
+
static get ribbonButtons(): ButtonDefinition[];
|
|
9
|
+
static get leftRibbonIds(): string[];
|
|
10
|
+
static get debugIds(): string[];
|
|
11
|
+
static get displayIds(): string[];
|
|
12
|
+
static get displayButtons(): ButtonDefinition[];
|
|
13
|
+
static get debugRibbonButtons(): ButtonDefinition[];
|
|
14
|
+
static get leftRibbonButtons(): ButtonDefinition[];
|
|
15
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { ButtonDefinition } from "../../buttons/button";
|
|
2
|
-
import { RibbonLayout } from "../../common";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare class simpleRibbonLayout {
|
|
7
|
-
static get ribbons(): RibbonLayout;
|
|
8
|
-
static get simpleRibbonLayout(): ButtonDefinition[];
|
|
9
|
-
static get leftRibbonIds(): string[];
|
|
10
|
-
static get noteButtonIds(): string[];
|
|
11
|
-
static get navigateButtonIds(): string[];
|
|
12
|
-
static get intervalIds(): string[];
|
|
13
|
-
static get durationIds(): string[];
|
|
14
|
-
static get playerIds(): string[];
|
|
15
|
-
static get displayIds(): string[];
|
|
16
|
-
static get displayButtons(): ButtonDefinition[];
|
|
17
|
-
static get durationRibbonButtons(): ButtonDefinition[];
|
|
18
|
-
static get noteRibbonButtons(): ButtonDefinition[];
|
|
19
|
-
static get playerButtons(): ButtonDefinition[];
|
|
20
|
-
static get navigationButtons(): ButtonDefinition[];
|
|
21
|
-
static get leftRibbonButtons(): ButtonDefinition[];
|
|
22
|
-
}
|
|
1
|
+
import { ButtonDefinition } from "../../buttons/button";
|
|
2
|
+
import { RibbonLayout } from "../../common";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class simpleRibbonLayout {
|
|
7
|
+
static get ribbons(): RibbonLayout;
|
|
8
|
+
static get simpleRibbonLayout(): ButtonDefinition[];
|
|
9
|
+
static get leftRibbonIds(): string[];
|
|
10
|
+
static get noteButtonIds(): string[];
|
|
11
|
+
static get navigateButtonIds(): string[];
|
|
12
|
+
static get intervalIds(): string[];
|
|
13
|
+
static get durationIds(): string[];
|
|
14
|
+
static get playerIds(): string[];
|
|
15
|
+
static get displayIds(): string[];
|
|
16
|
+
static get displayButtons(): ButtonDefinition[];
|
|
17
|
+
static get durationRibbonButtons(): ButtonDefinition[];
|
|
18
|
+
static get noteRibbonButtons(): ButtonDefinition[];
|
|
19
|
+
static get playerButtons(): ButtonDefinition[];
|
|
20
|
+
static get navigationButtons(): ButtonDefinition[];
|
|
21
|
+
static get leftRibbonButtons(): ButtonDefinition[];
|
|
22
|
+
}
|
package/types/typedoc.d.ts
CHANGED
|
@@ -1,158 +1,158 @@
|
|
|
1
|
-
export * from './src/application/application';
|
|
2
|
-
export * from './src/application/common';
|
|
3
|
-
export * from './src/application/configuration';
|
|
4
|
-
export * from './src/application/dom';
|
|
5
|
-
export * from './src/application/eventHandler';
|
|
6
|
-
export * from './src/application/exports';
|
|
7
|
-
export * from './src/application/generateVexTests';
|
|
8
|
-
export * from './src/application/keyCommands';
|
|
9
|
-
export * from './src/common/htmlHelpers';
|
|
10
|
-
export * from './src/common/promiseHelpers';
|
|
11
|
-
export * from './src/common/textformatter';
|
|
12
|
-
export * from './src/common/vex';
|
|
13
|
-
export * from './src/render/audio/musicCursor';
|
|
14
|
-
export * from './src/render/audio/oscillator';
|
|
15
|
-
export * from './src/render/audio/player';
|
|
16
|
-
export * from './src/render/audio/samples';
|
|
17
|
-
export * from './src/render/sui/configuration';
|
|
18
|
-
export * from './src/render/sui/formatter';
|
|
19
|
-
export * from './src/render/sui/layoutDebug';
|
|
20
|
-
export * from './src/render/sui/mapper';
|
|
21
|
-
export * from './src/render/sui/piano';
|
|
22
|
-
export * from './src/render/sui/renderState';
|
|
23
|
-
export * from './src/render/sui/scoreRender';
|
|
24
|
-
export * from './src/render/sui/scoreView';
|
|
25
|
-
export * from './src/render/sui/scoreViewOperations';
|
|
26
|
-
export * from './src/render/sui/scroller';
|
|
27
|
-
export * from './src/render/sui/svgHelpers';
|
|
28
|
-
export * from './src/render/sui/svgPageMap';
|
|
29
|
-
export * from './src/render/sui/textEdit';
|
|
30
|
-
export * from './src/render/sui/textRender';
|
|
31
|
-
export * from './src/render/sui/tracker';
|
|
32
|
-
export * from './src/render/vex/glyphDimensions';
|
|
33
|
-
export * from './src/render/vex/smoAdapter';
|
|
34
|
-
export * from './src/render/vex/toVex';
|
|
35
|
-
export * from './src/render/vex/vxMeasure';
|
|
36
|
-
export * from './src/render/vex/vxNote';
|
|
37
|
-
export * from './src/render/vex/vxSystem';
|
|
38
|
-
export * from './src/smo/data/common';
|
|
39
|
-
export * from './src/smo/data/measure';
|
|
40
|
-
export * from './src/smo/data/measureModifiers';
|
|
41
|
-
export * from './src/smo/data/music';
|
|
42
|
-
export * from './src/smo/data/note';
|
|
43
|
-
export * from './src/smo/data/noteModifiers';
|
|
44
|
-
export * from './src/smo/data/partInfo';
|
|
45
|
-
export * from './src/smo/data/score';
|
|
46
|
-
export * from './src/smo/data/scoreModifiers';
|
|
47
|
-
export * from './src/smo/data/scoreText';
|
|
48
|
-
export * from './src/smo/data/staffModifiers';
|
|
49
|
-
export * from './src/smo/data/systemStaff';
|
|
50
|
-
export * from './src/smo/data/tuplet';
|
|
51
|
-
export * from './src/smo/midi/midiToSmo';
|
|
52
|
-
export * from './src/smo/midi/smoToMidi';
|
|
53
|
-
export * from './src/smo/mxml/smoToXml';
|
|
54
|
-
export * from './src/smo/mxml/xmlHelpers';
|
|
55
|
-
export * from './src/smo/mxml/xmlState';
|
|
56
|
-
export * from './src/smo/mxml/xmlToSmo';
|
|
57
|
-
export * from './src/smo/xform/beamers';
|
|
58
|
-
export * from './src/smo/xform/copypaste';
|
|
59
|
-
export * from './src/smo/xform/operations';
|
|
60
|
-
export * from './src/smo/xform/selections';
|
|
61
|
-
export * from './src/smo/xform/tickDuration';
|
|
62
|
-
export * from './src/smo/xform/tickMap';
|
|
63
|
-
export * from './src/smo/xform/undo';
|
|
64
|
-
export * from './src/ui/buttons/button';
|
|
65
|
-
export * from './src/ui/buttons/collapsable';
|
|
66
|
-
export * from './src/ui/buttons/display';
|
|
67
|
-
export * from './src/ui/buttons/ribbon';
|
|
68
|
-
export * from './src/ui/common';
|
|
69
|
-
export * from './src/ui/configuration';
|
|
70
|
-
export * from './src/ui/dialogs/adapter';
|
|
71
|
-
export * from './src/ui/dialogs/addMeasure';
|
|
72
|
-
export * from './src/ui/dialogs/arpeggio';
|
|
73
|
-
export * from './src/ui/dialogs/articulation';
|
|
74
|
-
export * from './src/ui/dialogs/audioSettings';
|
|
75
|
-
export * from './src/ui/dialogs/chordChange';
|
|
76
|
-
export * from './src/ui/dialogs/clefChange';
|
|
77
|
-
export * from './src/ui/dialogs/components/baseComponent';
|
|
78
|
-
export * from './src/ui/dialogs/components/button';
|
|
79
|
-
export * from './src/ui/dialogs/components/buttonArray';
|
|
80
|
-
export * from './src/ui/dialogs/components/checkdrop';
|
|
81
|
-
export * from './src/ui/dialogs/components/dragText';
|
|
82
|
-
export * from './src/ui/dialogs/components/dropdown';
|
|
83
|
-
export * from './src/ui/dialogs/components/fileDownload';
|
|
84
|
-
export * from './src/ui/dialogs/components/fontComponent';
|
|
85
|
-
export * from './src/ui/dialogs/components/noteText';
|
|
86
|
-
export * from './src/ui/dialogs/components/pitch';
|
|
87
|
-
export * from './src/ui/dialogs/components/rocker';
|
|
88
|
-
export * from './src/ui/dialogs/components/staffComponents';
|
|
89
|
-
export * from './src/ui/dialogs/components/textCheck';
|
|
90
|
-
export * from './src/ui/dialogs/components/textInPlace';
|
|
91
|
-
export * from './src/ui/dialogs/components/textInput';
|
|
92
|
-
export * from './src/ui/dialogs/components/tie';
|
|
93
|
-
export * from './src/ui/dialogs/components/toggle';
|
|
94
|
-
export * from './src/ui/dialogs/components/tree';
|
|
95
|
-
export * from './src/ui/dialogs/dialog';
|
|
96
|
-
export * from './src/ui/dialogs/durations';
|
|
97
|
-
export * from './src/ui/dialogs/dynamics';
|
|
98
|
-
export * from './src/ui/dialogs/endings';
|
|
99
|
-
export * from './src/ui/dialogs/factory';
|
|
100
|
-
export * from './src/ui/dialogs/fileDialogs';
|
|
101
|
-
export * from './src/ui/dialogs/fonts';
|
|
102
|
-
export * from './src/ui/dialogs/globalLayout';
|
|
103
|
-
export * from './src/ui/dialogs/gracenote';
|
|
104
|
-
export * from './src/ui/dialogs/hairpin';
|
|
105
|
-
export * from './src/ui/dialogs/instrument';
|
|
106
|
-
export * from './src/ui/dialogs/keySignature';
|
|
107
|
-
export * from './src/ui/dialogs/library';
|
|
108
|
-
export * from './src/ui/dialogs/lyric';
|
|
109
|
-
export * from './src/ui/dialogs/measureFormat';
|
|
110
|
-
export * from './src/ui/dialogs/microtones';
|
|
111
|
-
export * from './src/ui/dialogs/noteHead';
|
|
112
|
-
export * from './src/ui/dialogs/ornament';
|
|
113
|
-
export * from './src/ui/dialogs/pageLayout';
|
|
114
|
-
export * from './src/ui/dialogs/partInfo';
|
|
115
|
-
export * from './src/ui/dialogs/pedalMarking';
|
|
116
|
-
export * from './src/ui/dialogs/pitch';
|
|
117
|
-
export * from './src/ui/dialogs/preferences';
|
|
118
|
-
export * from './src/ui/dialogs/scoreId';
|
|
119
|
-
export * from './src/ui/dialogs/scoreView';
|
|
120
|
-
export * from './src/ui/dialogs/slur';
|
|
121
|
-
export * from './src/ui/dialogs/staffGroup';
|
|
122
|
-
export * from './src/ui/dialogs/tabNote';
|
|
123
|
-
export * from './src/ui/dialogs/tabStave';
|
|
124
|
-
export * from './src/ui/dialogs/tempo';
|
|
125
|
-
export * from './src/ui/dialogs/textBlock';
|
|
126
|
-
export * from './src/ui/dialogs/textBracket';
|
|
127
|
-
export * from './src/ui/dialogs/tie';
|
|
128
|
-
export * from './src/ui/dialogs/timeSignature';
|
|
129
|
-
export * from './src/ui/dialogs/transposeScore';
|
|
130
|
-
export * from './src/ui/dialogs/volta';
|
|
131
|
-
export * from './src/ui/eventSource';
|
|
132
|
-
export * from './src/ui/exceptions';
|
|
133
|
-
export * from './src/ui/fileio/fileInput';
|
|
134
|
-
export * from './src/ui/fileio/library';
|
|
135
|
-
export * from './src/ui/fileio/xhrLoader';
|
|
136
|
-
export * from './src/ui/help';
|
|
137
|
-
export * from './src/ui/i18n/language';
|
|
138
|
-
export * from './src/ui/i18n/translationEditor';
|
|
139
|
-
export * from './src/ui/keyBindings/default/editorKeys';
|
|
140
|
-
export * from './src/ui/keyBindings/default/trackerKeys';
|
|
141
|
-
export * from './src/ui/menus/beams';
|
|
142
|
-
export * from './src/ui/menus/file';
|
|
143
|
-
export * from './src/ui/menus/keySignature';
|
|
144
|
-
export * from './src/ui/menus/language';
|
|
145
|
-
export * from './src/ui/menus/manager';
|
|
146
|
-
export * from './src/ui/menus/measure';
|
|
147
|
-
export * from './src/ui/menus/menu';
|
|
148
|
-
export * from './src/ui/menus/note';
|
|
149
|
-
export * from './src/ui/menus/parts';
|
|
150
|
-
export * from './src/ui/menus/partSelection';
|
|
151
|
-
export * from './src/ui/menus/score';
|
|
152
|
-
export * from './src/ui/menus/staffModifier';
|
|
153
|
-
export * from './src/ui/menus/text';
|
|
154
|
-
export * from './src/ui/menus/timeSignature';
|
|
155
|
-
export * from './src/ui/menus/voices';
|
|
156
|
-
export * from './src/ui/qwerty';
|
|
157
|
-
export * from './src/ui/ribbonLayout/default/defaultRibbon';
|
|
158
|
-
export * from './src/ui/ribbonLayout/default/tabletRibbon';
|
|
1
|
+
export * from './src/application/application';
|
|
2
|
+
export * from './src/application/common';
|
|
3
|
+
export * from './src/application/configuration';
|
|
4
|
+
export * from './src/application/dom';
|
|
5
|
+
export * from './src/application/eventHandler';
|
|
6
|
+
export * from './src/application/exports';
|
|
7
|
+
export * from './src/application/generateVexTests';
|
|
8
|
+
export * from './src/application/keyCommands';
|
|
9
|
+
export * from './src/common/htmlHelpers';
|
|
10
|
+
export * from './src/common/promiseHelpers';
|
|
11
|
+
export * from './src/common/textformatter';
|
|
12
|
+
export * from './src/common/vex';
|
|
13
|
+
export * from './src/render/audio/musicCursor';
|
|
14
|
+
export * from './src/render/audio/oscillator';
|
|
15
|
+
export * from './src/render/audio/player';
|
|
16
|
+
export * from './src/render/audio/samples';
|
|
17
|
+
export * from './src/render/sui/configuration';
|
|
18
|
+
export * from './src/render/sui/formatter';
|
|
19
|
+
export * from './src/render/sui/layoutDebug';
|
|
20
|
+
export * from './src/render/sui/mapper';
|
|
21
|
+
export * from './src/render/sui/piano';
|
|
22
|
+
export * from './src/render/sui/renderState';
|
|
23
|
+
export * from './src/render/sui/scoreRender';
|
|
24
|
+
export * from './src/render/sui/scoreView';
|
|
25
|
+
export * from './src/render/sui/scoreViewOperations';
|
|
26
|
+
export * from './src/render/sui/scroller';
|
|
27
|
+
export * from './src/render/sui/svgHelpers';
|
|
28
|
+
export * from './src/render/sui/svgPageMap';
|
|
29
|
+
export * from './src/render/sui/textEdit';
|
|
30
|
+
export * from './src/render/sui/textRender';
|
|
31
|
+
export * from './src/render/sui/tracker';
|
|
32
|
+
export * from './src/render/vex/glyphDimensions';
|
|
33
|
+
export * from './src/render/vex/smoAdapter';
|
|
34
|
+
export * from './src/render/vex/toVex';
|
|
35
|
+
export * from './src/render/vex/vxMeasure';
|
|
36
|
+
export * from './src/render/vex/vxNote';
|
|
37
|
+
export * from './src/render/vex/vxSystem';
|
|
38
|
+
export * from './src/smo/data/common';
|
|
39
|
+
export * from './src/smo/data/measure';
|
|
40
|
+
export * from './src/smo/data/measureModifiers';
|
|
41
|
+
export * from './src/smo/data/music';
|
|
42
|
+
export * from './src/smo/data/note';
|
|
43
|
+
export * from './src/smo/data/noteModifiers';
|
|
44
|
+
export * from './src/smo/data/partInfo';
|
|
45
|
+
export * from './src/smo/data/score';
|
|
46
|
+
export * from './src/smo/data/scoreModifiers';
|
|
47
|
+
export * from './src/smo/data/scoreText';
|
|
48
|
+
export * from './src/smo/data/staffModifiers';
|
|
49
|
+
export * from './src/smo/data/systemStaff';
|
|
50
|
+
export * from './src/smo/data/tuplet';
|
|
51
|
+
export * from './src/smo/midi/midiToSmo';
|
|
52
|
+
export * from './src/smo/midi/smoToMidi';
|
|
53
|
+
export * from './src/smo/mxml/smoToXml';
|
|
54
|
+
export * from './src/smo/mxml/xmlHelpers';
|
|
55
|
+
export * from './src/smo/mxml/xmlState';
|
|
56
|
+
export * from './src/smo/mxml/xmlToSmo';
|
|
57
|
+
export * from './src/smo/xform/beamers';
|
|
58
|
+
export * from './src/smo/xform/copypaste';
|
|
59
|
+
export * from './src/smo/xform/operations';
|
|
60
|
+
export * from './src/smo/xform/selections';
|
|
61
|
+
export * from './src/smo/xform/tickDuration';
|
|
62
|
+
export * from './src/smo/xform/tickMap';
|
|
63
|
+
export * from './src/smo/xform/undo';
|
|
64
|
+
export * from './src/ui/buttons/button';
|
|
65
|
+
export * from './src/ui/buttons/collapsable';
|
|
66
|
+
export * from './src/ui/buttons/display';
|
|
67
|
+
export * from './src/ui/buttons/ribbon';
|
|
68
|
+
export * from './src/ui/common';
|
|
69
|
+
export * from './src/ui/configuration';
|
|
70
|
+
export * from './src/ui/dialogs/adapter';
|
|
71
|
+
export * from './src/ui/dialogs/addMeasure';
|
|
72
|
+
export * from './src/ui/dialogs/arpeggio';
|
|
73
|
+
export * from './src/ui/dialogs/articulation';
|
|
74
|
+
export * from './src/ui/dialogs/audioSettings';
|
|
75
|
+
export * from './src/ui/dialogs/chordChange';
|
|
76
|
+
export * from './src/ui/dialogs/clefChange';
|
|
77
|
+
export * from './src/ui/dialogs/components/baseComponent';
|
|
78
|
+
export * from './src/ui/dialogs/components/button';
|
|
79
|
+
export * from './src/ui/dialogs/components/buttonArray';
|
|
80
|
+
export * from './src/ui/dialogs/components/checkdrop';
|
|
81
|
+
export * from './src/ui/dialogs/components/dragText';
|
|
82
|
+
export * from './src/ui/dialogs/components/dropdown';
|
|
83
|
+
export * from './src/ui/dialogs/components/fileDownload';
|
|
84
|
+
export * from './src/ui/dialogs/components/fontComponent';
|
|
85
|
+
export * from './src/ui/dialogs/components/noteText';
|
|
86
|
+
export * from './src/ui/dialogs/components/pitch';
|
|
87
|
+
export * from './src/ui/dialogs/components/rocker';
|
|
88
|
+
export * from './src/ui/dialogs/components/staffComponents';
|
|
89
|
+
export * from './src/ui/dialogs/components/textCheck';
|
|
90
|
+
export * from './src/ui/dialogs/components/textInPlace';
|
|
91
|
+
export * from './src/ui/dialogs/components/textInput';
|
|
92
|
+
export * from './src/ui/dialogs/components/tie';
|
|
93
|
+
export * from './src/ui/dialogs/components/toggle';
|
|
94
|
+
export * from './src/ui/dialogs/components/tree';
|
|
95
|
+
export * from './src/ui/dialogs/dialog';
|
|
96
|
+
export * from './src/ui/dialogs/durations';
|
|
97
|
+
export * from './src/ui/dialogs/dynamics';
|
|
98
|
+
export * from './src/ui/dialogs/endings';
|
|
99
|
+
export * from './src/ui/dialogs/factory';
|
|
100
|
+
export * from './src/ui/dialogs/fileDialogs';
|
|
101
|
+
export * from './src/ui/dialogs/fonts';
|
|
102
|
+
export * from './src/ui/dialogs/globalLayout';
|
|
103
|
+
export * from './src/ui/dialogs/gracenote';
|
|
104
|
+
export * from './src/ui/dialogs/hairpin';
|
|
105
|
+
export * from './src/ui/dialogs/instrument';
|
|
106
|
+
export * from './src/ui/dialogs/keySignature';
|
|
107
|
+
export * from './src/ui/dialogs/library';
|
|
108
|
+
export * from './src/ui/dialogs/lyric';
|
|
109
|
+
export * from './src/ui/dialogs/measureFormat';
|
|
110
|
+
export * from './src/ui/dialogs/microtones';
|
|
111
|
+
export * from './src/ui/dialogs/noteHead';
|
|
112
|
+
export * from './src/ui/dialogs/ornament';
|
|
113
|
+
export * from './src/ui/dialogs/pageLayout';
|
|
114
|
+
export * from './src/ui/dialogs/partInfo';
|
|
115
|
+
export * from './src/ui/dialogs/pedalMarking';
|
|
116
|
+
export * from './src/ui/dialogs/pitch';
|
|
117
|
+
export * from './src/ui/dialogs/preferences';
|
|
118
|
+
export * from './src/ui/dialogs/scoreId';
|
|
119
|
+
export * from './src/ui/dialogs/scoreView';
|
|
120
|
+
export * from './src/ui/dialogs/slur';
|
|
121
|
+
export * from './src/ui/dialogs/staffGroup';
|
|
122
|
+
export * from './src/ui/dialogs/tabNote';
|
|
123
|
+
export * from './src/ui/dialogs/tabStave';
|
|
124
|
+
export * from './src/ui/dialogs/tempo';
|
|
125
|
+
export * from './src/ui/dialogs/textBlock';
|
|
126
|
+
export * from './src/ui/dialogs/textBracket';
|
|
127
|
+
export * from './src/ui/dialogs/tie';
|
|
128
|
+
export * from './src/ui/dialogs/timeSignature';
|
|
129
|
+
export * from './src/ui/dialogs/transposeScore';
|
|
130
|
+
export * from './src/ui/dialogs/volta';
|
|
131
|
+
export * from './src/ui/eventSource';
|
|
132
|
+
export * from './src/ui/exceptions';
|
|
133
|
+
export * from './src/ui/fileio/fileInput';
|
|
134
|
+
export * from './src/ui/fileio/library';
|
|
135
|
+
export * from './src/ui/fileio/xhrLoader';
|
|
136
|
+
export * from './src/ui/help';
|
|
137
|
+
export * from './src/ui/i18n/language';
|
|
138
|
+
export * from './src/ui/i18n/translationEditor';
|
|
139
|
+
export * from './src/ui/keyBindings/default/editorKeys';
|
|
140
|
+
export * from './src/ui/keyBindings/default/trackerKeys';
|
|
141
|
+
export * from './src/ui/menus/beams';
|
|
142
|
+
export * from './src/ui/menus/file';
|
|
143
|
+
export * from './src/ui/menus/keySignature';
|
|
144
|
+
export * from './src/ui/menus/language';
|
|
145
|
+
export * from './src/ui/menus/manager';
|
|
146
|
+
export * from './src/ui/menus/measure';
|
|
147
|
+
export * from './src/ui/menus/menu';
|
|
148
|
+
export * from './src/ui/menus/note';
|
|
149
|
+
export * from './src/ui/menus/parts';
|
|
150
|
+
export * from './src/ui/menus/partSelection';
|
|
151
|
+
export * from './src/ui/menus/score';
|
|
152
|
+
export * from './src/ui/menus/staffModifier';
|
|
153
|
+
export * from './src/ui/menus/text';
|
|
154
|
+
export * from './src/ui/menus/timeSignature';
|
|
155
|
+
export * from './src/ui/menus/voices';
|
|
156
|
+
export * from './src/ui/qwerty';
|
|
157
|
+
export * from './src/ui/ribbonLayout/default/defaultRibbon';
|
|
158
|
+
export * from './src/ui/ribbonLayout/default/tabletRibbon';
|