@glissandoo/lib 1.2.0 → 1.3.0
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.
|
@@ -2,6 +2,7 @@ import { LanguagesTypes } from '../../lang';
|
|
|
2
2
|
import Instrument from '../../models/Instrument';
|
|
3
3
|
export declare enum InstrumentId {
|
|
4
4
|
Accordion = "accordion",
|
|
5
|
+
Bagpipes = "bagpipes",
|
|
5
6
|
Banjo = "banjo",
|
|
6
7
|
Baritone = "baritone",
|
|
7
8
|
Bass = "bass",
|
|
@@ -9,6 +10,7 @@ export declare enum InstrumentId {
|
|
|
9
10
|
BassDrum = "bass-drum",
|
|
10
11
|
Bassoon = "bassoon",
|
|
11
12
|
BassoonContra = "contraBass",
|
|
13
|
+
Castanets = "castanets",
|
|
12
14
|
Cello = "cello",
|
|
13
15
|
Choir = "choir",
|
|
14
16
|
Clarinet = "clarinet",
|
|
@@ -45,6 +47,7 @@ export declare enum InstrumentId {
|
|
|
45
47
|
SaxLow = "lowSaxophone",
|
|
46
48
|
SaxSoprano = "sopranoSaxophone",
|
|
47
49
|
SaxTenor = "tenorSax",
|
|
50
|
+
Silbote = "silbote",
|
|
48
51
|
Singer = "singer",
|
|
49
52
|
Soprano = "soprano",
|
|
50
53
|
Tabal = "tabal",
|
|
@@ -8,6 +8,7 @@ const Instrument_1 = __importDefault(require("../../models/Instrument"));
|
|
|
8
8
|
var InstrumentId;
|
|
9
9
|
(function (InstrumentId) {
|
|
10
10
|
InstrumentId["Accordion"] = "accordion";
|
|
11
|
+
InstrumentId["Bagpipes"] = "bagpipes";
|
|
11
12
|
InstrumentId["Banjo"] = "banjo";
|
|
12
13
|
InstrumentId["Baritone"] = "baritone";
|
|
13
14
|
InstrumentId["Bass"] = "bass";
|
|
@@ -15,6 +16,7 @@ var InstrumentId;
|
|
|
15
16
|
InstrumentId["BassDrum"] = "bass-drum";
|
|
16
17
|
InstrumentId["Bassoon"] = "bassoon";
|
|
17
18
|
InstrumentId["BassoonContra"] = "contraBass";
|
|
19
|
+
InstrumentId["Castanets"] = "castanets";
|
|
18
20
|
InstrumentId["Cello"] = "cello";
|
|
19
21
|
InstrumentId["Choir"] = "choir";
|
|
20
22
|
InstrumentId["Clarinet"] = "clarinet";
|
|
@@ -51,6 +53,7 @@ var InstrumentId;
|
|
|
51
53
|
InstrumentId["SaxLow"] = "lowSaxophone";
|
|
52
54
|
InstrumentId["SaxSoprano"] = "sopranoSaxophone";
|
|
53
55
|
InstrumentId["SaxTenor"] = "tenorSax";
|
|
56
|
+
InstrumentId["Silbote"] = "silbote";
|
|
54
57
|
InstrumentId["Singer"] = "singer";
|
|
55
58
|
InstrumentId["Soprano"] = "soprano";
|
|
56
59
|
InstrumentId["Tabal"] = "tabal";
|
|
@@ -71,6 +74,7 @@ var InstrumentId;
|
|
|
71
74
|
})(InstrumentId = exports.InstrumentId || (exports.InstrumentId = {}));
|
|
72
75
|
exports.InstrumentIcons = {
|
|
73
76
|
[InstrumentId.Accordion]: 'accordion',
|
|
77
|
+
[InstrumentId.Bagpipes]: 'bagpipes',
|
|
74
78
|
[InstrumentId.Banjo]: 'banjo',
|
|
75
79
|
[InstrumentId.Baritone]: 'choirMen',
|
|
76
80
|
[InstrumentId.BassChoir]: 'choirMen',
|
|
@@ -78,6 +82,7 @@ exports.InstrumentIcons = {
|
|
|
78
82
|
[InstrumentId.BassDrum]: 'drumBass',
|
|
79
83
|
[InstrumentId.Bassoon]: 'bassoon',
|
|
80
84
|
[InstrumentId.BassoonContra]: 'bassoon',
|
|
85
|
+
[InstrumentId.Castanets]: 'castanets',
|
|
81
86
|
[InstrumentId.Cello]: 'cello',
|
|
82
87
|
[InstrumentId.Choir]: 'choirMen',
|
|
83
88
|
[InstrumentId.ClarinetBass]: 'clarinet',
|
|
@@ -114,6 +119,7 @@ exports.InstrumentIcons = {
|
|
|
114
119
|
[InstrumentId.SaxLow]: 'saxophoneHigh',
|
|
115
120
|
[InstrumentId.SaxSoprano]: 'saxophone',
|
|
116
121
|
[InstrumentId.SaxTenor]: 'saxophone',
|
|
122
|
+
[InstrumentId.Silbote]: 'silbote',
|
|
117
123
|
[InstrumentId.Singer]: 'microphone',
|
|
118
124
|
[InstrumentId.Soprano]: 'choirWomen',
|
|
119
125
|
[InstrumentId.Tabal]: 'tabal',
|
|
@@ -133,7 +139,6 @@ exports.InstrumentIcons = {
|
|
|
133
139
|
[InstrumentId.Violin]: 'violin',
|
|
134
140
|
};
|
|
135
141
|
const hideInstruments = [
|
|
136
|
-
InstrumentId.Accordion,
|
|
137
142
|
InstrumentId.Banjo,
|
|
138
143
|
InstrumentId.Harmonica,
|
|
139
144
|
InstrumentId.DJ,
|