@glissandoo/lib 1.2.0 → 1.3.1
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/helpers/instruments/index.d.ts +3 -0
- package/helpers/instruments/index.js +6 -1
- package/lang/ca.json +3 -0
- package/lang/de.json +3 -0
- package/lang/en.json +3 -0
- package/lang/es.json +3 -0
- package/lang/gl.json +3 -0
- package/lang/index.d.ts +15 -0
- package/package.json +1 -1
|
@@ -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,
|
package/lang/ca.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"group.players.remove.title": "Grup suprimit",
|
|
33
33
|
"instruments.accordion": "Acordió",
|
|
34
34
|
"instruments.altoSaxophone": "Saxofó alt",
|
|
35
|
+
"instruments.bagpipes": "Gaita",
|
|
35
36
|
"instruments.banjo": "Banjo",
|
|
36
37
|
"instruments.baritone": "Baríton",
|
|
37
38
|
"instruments.baritoneSax": "Saxofó baríton",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"instruments.bass-drum": "Bombo",
|
|
41
42
|
"instruments.bassClarinet": "Clarinet baix",
|
|
42
43
|
"instruments.bassoon": "Fagot",
|
|
44
|
+
"instruments.castanets": "Castanyoles",
|
|
43
45
|
"instruments.cello": "Violoncel",
|
|
44
46
|
"instruments.choir": "Cor",
|
|
45
47
|
"instruments.clarinet": "Clarinet",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"instruments.piano": "Piano",
|
|
77
79
|
"instruments.piccolo": "Flautí",
|
|
78
80
|
"instruments.piccoloTrumpet": "Trompeta piccolo",
|
|
81
|
+
"instruments.silbote": "Xiulet",
|
|
79
82
|
"instruments.singer": "Cantant",
|
|
80
83
|
"instruments.soprano": "Soprano",
|
|
81
84
|
"instruments.sopranoSaxophone": "Saxofó soprano",
|
package/lang/de.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"group.players.remove.title": "Gruppe löschen",
|
|
33
33
|
"instruments.accordion": "Akkordeon",
|
|
34
34
|
"instruments.altoSaxophone": "Altsaxophon",
|
|
35
|
+
"instruments.bagpipes": "Dudelsack",
|
|
35
36
|
"instruments.banjo": "Banjo",
|
|
36
37
|
"instruments.baritone": "Bariton",
|
|
37
38
|
"instruments.baritoneSax": "Baritonsaxophon",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"instruments.bass-drum": "Große Trommel",
|
|
41
42
|
"instruments.bassClarinet": "Bassklarinette",
|
|
42
43
|
"instruments.bassoon": "Fagott",
|
|
44
|
+
"instruments.castanets": "Kastagnetten",
|
|
43
45
|
"instruments.cello": "Violoncello",
|
|
44
46
|
"instruments.choir": "Chor",
|
|
45
47
|
"instruments.clarinet": "Klarinette",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"instruments.piano": "Klavier",
|
|
77
79
|
"instruments.piccolo": "Pikkoloflöte",
|
|
78
80
|
"instruments.piccoloTrumpet": "Piccolo-Trompete",
|
|
81
|
+
"instruments.silbote": "Pfeife",
|
|
79
82
|
"instruments.singer": "Sänger",
|
|
80
83
|
"instruments.soprano": "Sopran",
|
|
81
84
|
"instruments.sopranoSaxophone": "Sopransaxophon",
|
package/lang/en.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"group.players.remove.title": "Delete group",
|
|
33
33
|
"instruments.accordion": "Accordion",
|
|
34
34
|
"instruments.altoSaxophone": "High Saxophone",
|
|
35
|
+
"instruments.bagpipes": "Bagpipes",
|
|
35
36
|
"instruments.banjo": "Banjo",
|
|
36
37
|
"instruments.baritone": "Baritone",
|
|
37
38
|
"instruments.baritoneSax": "Baritone Saxophone",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"instruments.bass-drum": "Drum bass",
|
|
41
42
|
"instruments.bassClarinet": "Bass Clarinet",
|
|
42
43
|
"instruments.bassoon": "Basson",
|
|
44
|
+
"instruments.castanets": "Castanets",
|
|
43
45
|
"instruments.cello": "Violoncello",
|
|
44
46
|
"instruments.choir": "Choir",
|
|
45
47
|
"instruments.clarinet": "Clarinet",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"instruments.piano": "Piano",
|
|
77
79
|
"instruments.piccolo": "Piccolo",
|
|
78
80
|
"instruments.piccoloTrumpet": "Piccolo Trumpet",
|
|
81
|
+
"instruments.silbote": "Whistle",
|
|
79
82
|
"instruments.singer": "Singer",
|
|
80
83
|
"instruments.soprano": "Soprano",
|
|
81
84
|
"instruments.sopranoSaxophone": "Soprano Saxophone",
|
package/lang/es.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"group.players.remove.title": "Grupo suprimido",
|
|
33
33
|
"instruments.accordion": "Acordeón",
|
|
34
34
|
"instruments.altoSaxophone": "Saxofón alto",
|
|
35
|
+
"instruments.bagpipes": "Gaita",
|
|
35
36
|
"instruments.banjo": "Banjo",
|
|
36
37
|
"instruments.baritone": "Baritono",
|
|
37
38
|
"instruments.baritoneSax": "Saxofón barítono",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"instruments.bass-drum": "Bombo",
|
|
41
42
|
"instruments.bassClarinet": "Clarinete bajo",
|
|
42
43
|
"instruments.bassoon": "Fagot",
|
|
44
|
+
"instruments.castanets": "Castañuelas",
|
|
43
45
|
"instruments.cello": "Violonchelo",
|
|
44
46
|
"instruments.choir": "Coro",
|
|
45
47
|
"instruments.clarinet": "Clarinete",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"instruments.piano": "Piano",
|
|
77
79
|
"instruments.piccolo": "Flautín",
|
|
78
80
|
"instruments.piccoloTrumpet": "Trompeta piccolo",
|
|
81
|
+
"instruments.silbote": "Silbote",
|
|
79
82
|
"instruments.singer": "Cantante",
|
|
80
83
|
"instruments.soprano": "Soprano",
|
|
81
84
|
"instruments.sopranoSaxophone": "Saxofón soprano",
|
package/lang/gl.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"group.players.remove.title": "Grupo eliminado",
|
|
33
33
|
"instruments.accordion": "Acordeón",
|
|
34
34
|
"instruments.altoSaxophone": "Saxofón alto",
|
|
35
|
+
"instruments.bagpipes": "Gaita",
|
|
35
36
|
"instruments.banjo": "Banjo",
|
|
36
37
|
"instruments.baritone": "Baritono",
|
|
37
38
|
"instruments.baritoneSax": "Saxofón barítono",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"instruments.bass-drum": "Bombo",
|
|
41
42
|
"instruments.bassClarinet": "Clarinete baixo",
|
|
42
43
|
"instruments.bassoon": "Fagot",
|
|
44
|
+
"instruments.castanets": "Castañuelas",
|
|
43
45
|
"instruments.cello": "Violonchelo",
|
|
44
46
|
"instruments.choir": "Coro",
|
|
45
47
|
"instruments.clarinet": "Clarinete",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"instruments.piano": "Piano",
|
|
77
79
|
"instruments.piccolo": "Flautín",
|
|
78
80
|
"instruments.piccoloTrumpet": "Trompeta pequena",
|
|
81
|
+
"instruments.silbote": "Silbote",
|
|
79
82
|
"instruments.singer": "Cantante",
|
|
80
83
|
"instruments.soprano": "Soprano",
|
|
81
84
|
"instruments.sopranoSaxophone": "Saxo soprano",
|
package/lang/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ declare const languageProvider: {
|
|
|
41
41
|
"group.players.remove.title": string;
|
|
42
42
|
"instruments.accordion": string;
|
|
43
43
|
"instruments.altoSaxophone": string;
|
|
44
|
+
"instruments.bagpipes": string;
|
|
44
45
|
"instruments.banjo": string;
|
|
45
46
|
"instruments.baritone": string;
|
|
46
47
|
"instruments.baritoneSax": string;
|
|
@@ -49,6 +50,7 @@ declare const languageProvider: {
|
|
|
49
50
|
"instruments.bass-drum": string;
|
|
50
51
|
"instruments.bassClarinet": string;
|
|
51
52
|
"instruments.bassoon": string;
|
|
53
|
+
"instruments.castanets": string;
|
|
52
54
|
"instruments.cello": string;
|
|
53
55
|
"instruments.choir": string;
|
|
54
56
|
"instruments.clarinet": string;
|
|
@@ -85,6 +87,7 @@ declare const languageProvider: {
|
|
|
85
87
|
"instruments.piano": string;
|
|
86
88
|
"instruments.piccolo": string;
|
|
87
89
|
"instruments.piccoloTrumpet": string;
|
|
90
|
+
"instruments.silbote": string;
|
|
88
91
|
"instruments.singer": string;
|
|
89
92
|
"instruments.soprano": string;
|
|
90
93
|
"instruments.sopranoSaxophone": string;
|
|
@@ -248,6 +251,7 @@ declare const languageProvider: {
|
|
|
248
251
|
"group.players.remove.title": string;
|
|
249
252
|
"instruments.accordion": string;
|
|
250
253
|
"instruments.altoSaxophone": string;
|
|
254
|
+
"instruments.bagpipes": string;
|
|
251
255
|
"instruments.banjo": string;
|
|
252
256
|
"instruments.baritone": string;
|
|
253
257
|
"instruments.baritoneSax": string;
|
|
@@ -256,6 +260,7 @@ declare const languageProvider: {
|
|
|
256
260
|
"instruments.bass-drum": string;
|
|
257
261
|
"instruments.bassClarinet": string;
|
|
258
262
|
"instruments.bassoon": string;
|
|
263
|
+
"instruments.castanets": string;
|
|
259
264
|
"instruments.cello": string;
|
|
260
265
|
"instruments.choir": string;
|
|
261
266
|
"instruments.clarinet": string;
|
|
@@ -292,6 +297,7 @@ declare const languageProvider: {
|
|
|
292
297
|
"instruments.piano": string;
|
|
293
298
|
"instruments.piccolo": string;
|
|
294
299
|
"instruments.piccoloTrumpet": string;
|
|
300
|
+
"instruments.silbote": string;
|
|
295
301
|
"instruments.singer": string;
|
|
296
302
|
"instruments.soprano": string;
|
|
297
303
|
"instruments.sopranoSaxophone": string;
|
|
@@ -455,6 +461,7 @@ declare const languageProvider: {
|
|
|
455
461
|
"group.players.remove.title": string;
|
|
456
462
|
"instruments.accordion": string;
|
|
457
463
|
"instruments.altoSaxophone": string;
|
|
464
|
+
"instruments.bagpipes": string;
|
|
458
465
|
"instruments.banjo": string;
|
|
459
466
|
"instruments.baritone": string;
|
|
460
467
|
"instruments.baritoneSax": string;
|
|
@@ -463,6 +470,7 @@ declare const languageProvider: {
|
|
|
463
470
|
"instruments.bass-drum": string;
|
|
464
471
|
"instruments.bassClarinet": string;
|
|
465
472
|
"instruments.bassoon": string;
|
|
473
|
+
"instruments.castanets": string;
|
|
466
474
|
"instruments.cello": string;
|
|
467
475
|
"instruments.choir": string;
|
|
468
476
|
"instruments.clarinet": string;
|
|
@@ -499,6 +507,7 @@ declare const languageProvider: {
|
|
|
499
507
|
"instruments.piano": string;
|
|
500
508
|
"instruments.piccolo": string;
|
|
501
509
|
"instruments.piccoloTrumpet": string;
|
|
510
|
+
"instruments.silbote": string;
|
|
502
511
|
"instruments.singer": string;
|
|
503
512
|
"instruments.soprano": string;
|
|
504
513
|
"instruments.sopranoSaxophone": string;
|
|
@@ -662,6 +671,7 @@ declare const languageProvider: {
|
|
|
662
671
|
"group.players.remove.title": string;
|
|
663
672
|
"instruments.accordion": string;
|
|
664
673
|
"instruments.altoSaxophone": string;
|
|
674
|
+
"instruments.bagpipes": string;
|
|
665
675
|
"instruments.banjo": string;
|
|
666
676
|
"instruments.baritone": string;
|
|
667
677
|
"instruments.baritoneSax": string;
|
|
@@ -670,6 +680,7 @@ declare const languageProvider: {
|
|
|
670
680
|
"instruments.bass-drum": string;
|
|
671
681
|
"instruments.bassClarinet": string;
|
|
672
682
|
"instruments.bassoon": string;
|
|
683
|
+
"instruments.castanets": string;
|
|
673
684
|
"instruments.cello": string;
|
|
674
685
|
"instruments.choir": string;
|
|
675
686
|
"instruments.clarinet": string;
|
|
@@ -706,6 +717,7 @@ declare const languageProvider: {
|
|
|
706
717
|
"instruments.piano": string;
|
|
707
718
|
"instruments.piccolo": string;
|
|
708
719
|
"instruments.piccoloTrumpet": string;
|
|
720
|
+
"instruments.silbote": string;
|
|
709
721
|
"instruments.singer": string;
|
|
710
722
|
"instruments.soprano": string;
|
|
711
723
|
"instruments.sopranoSaxophone": string;
|
|
@@ -869,6 +881,7 @@ declare const languageProvider: {
|
|
|
869
881
|
"group.players.remove.title": string;
|
|
870
882
|
"instruments.accordion": string;
|
|
871
883
|
"instruments.altoSaxophone": string;
|
|
884
|
+
"instruments.bagpipes": string;
|
|
872
885
|
"instruments.banjo": string;
|
|
873
886
|
"instruments.baritone": string;
|
|
874
887
|
"instruments.baritoneSax": string;
|
|
@@ -877,6 +890,7 @@ declare const languageProvider: {
|
|
|
877
890
|
"instruments.bass-drum": string;
|
|
878
891
|
"instruments.bassClarinet": string;
|
|
879
892
|
"instruments.bassoon": string;
|
|
893
|
+
"instruments.castanets": string;
|
|
880
894
|
"instruments.cello": string;
|
|
881
895
|
"instruments.choir": string;
|
|
882
896
|
"instruments.clarinet": string;
|
|
@@ -913,6 +927,7 @@ declare const languageProvider: {
|
|
|
913
927
|
"instruments.piano": string;
|
|
914
928
|
"instruments.piccolo": string;
|
|
915
929
|
"instruments.piccoloTrumpet": string;
|
|
930
|
+
"instruments.silbote": string;
|
|
916
931
|
"instruments.singer": string;
|
|
917
932
|
"instruments.soprano": string;
|
|
918
933
|
"instruments.sopranoSaxophone": string;
|