activeadmin_trumbowyg 0.2.8 → 0.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +16 -3
- data/Rakefile +13 -0
- data/app/assets/fonts/trumbowyg/icons.svg +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/bn.js +62 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/bn.min.js +9 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/et.js +65 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/et.min.js +9 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/ko.js +4 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/ko.min.js +3 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/sl.js +9 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/sl.min.js +7 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/tr.js +7 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/langs/tr.min.js +4 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/allowtagsfrompaste/trumbowyg.allowtagsfrompaste.js +3 -3
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/allowtagsfrompaste/trumbowyg.allowtagsfrompaste.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/base64/trumbowyg.base64.js +36 -24
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/base64/trumbowyg.base64.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/cleanpaste/trumbowyg.cleanpaste.js +41 -5
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/cleanpaste/trumbowyg.cleanpaste.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/trumbowyg.colors.js +44 -30
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/trumbowyg.colors.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/ui/sass/trumbowyg.colors.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/ui/trumbowyg.colors.css +3 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/ui/trumbowyg.colors.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/emoji/trumbowyg.emoji.js +159 -92
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/emoji/trumbowyg.emoji.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/emoji/ui/sass/trumbowyg.emoji.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/emoji/ui/trumbowyg.emoji.css +3 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/emoji/ui/trumbowyg.emoji.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/fontfamily/trumbowyg.fontfamily.js +15 -9
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/fontfamily/trumbowyg.fontfamily.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/fontsize/trumbowyg.fontsize.js +119 -75
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/fontsize/trumbowyg.fontsize.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/giphy/trumbowyg.giphy.js +10 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/giphy/trumbowyg.giphy.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/giphy/ui/sass/trumbowyg.giphy.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/giphy/ui/trumbowyg.giphy.css +13 -6
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/giphy/ui/trumbowyg.giphy.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/trumbowyg.highlight.js +237 -20
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/trumbowyg.highlight.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/ui/sass/trumbowyg.highlight.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/ui/trumbowyg.highlight.css +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/ui/trumbowyg.highlight.min.css +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/history/trumbowyg.history.js +27 -15
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/history/trumbowyg.history.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/indent/trumbowyg.indent.js +60 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/indent/trumbowyg.indent.min.js +1 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/insertaudio/trumbowyg.insertaudio.js +12 -6
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/insertaudio/trumbowyg.insertaudio.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/lineheight/trumbowyg.lineheight.js +45 -27
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/lineheight/trumbowyg.lineheight.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/trumbowyg.mathml.js +20 -10
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/trumbowyg.mathml.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/sass/trumbowyg.mathml.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css +3 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mention/trumbowyg.mention.js +12 -6
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mention/trumbowyg.mention.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mention/ui/sass/trumbowyg.mention.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mention/ui/trumbowyg.mention.css +6 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/mention/ui/trumbowyg.mention.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/noembed/trumbowyg.noembed.js +22 -14
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/noembed/trumbowyg.noembed.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/pasteembed/trumbowyg.pasteembed.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/pasteimage/trumbowyg.pasteimage.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/preformatted/trumbowyg.preformatted.js +17 -11
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/preformatted/trumbowyg.preformatted.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/resizimg/trumbowyg.resizimg.js +47 -39
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/resizimg/trumbowyg.resizimg.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/ruby/trumbowyg.ruby.js +10 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/ruby/trumbowyg.ruby.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/specialchars/trumbowyg.specialchars.js +6 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/specialchars/trumbowyg.specialchars.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/specialchars/ui/sass/trumbowyg.specialchars.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/specialchars/ui/trumbowyg.specialchars.css +3 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/specialchars/ui/trumbowyg.specialchars.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/table/trumbowyg.table.js +93 -58
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/table/trumbowyg.table.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/table/ui/sass/trumbowyg.table.scss +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/table/ui/trumbowyg.table.css +5 -3
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/table/ui/trumbowyg.table.min.css +2 -2
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/template/trumbowyg.template.js +6 -0
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/template/trumbowyg.template.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/upload/trumbowyg.upload.js +51 -29
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/upload/trumbowyg.upload.min.js +1 -1
- data/app/assets/javascripts/activeadmin/trumbowyg/trumbowyg.js +165 -80
- data/app/assets/javascripts/activeadmin/trumbowyg/trumbowyg.min.js +12 -2
- data/app/assets/javascripts/activeadmin/trumbowyg_input.js +3 -7
- data/app/assets/stylesheets/activeadmin/trumbowyg/trumbowyg.scss +69 -57
- data/lib/activeadmin/trumbowyg/version.rb +1 -1
- metadata +13 -121
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/resizimg/resizable-resolveconflict.js +0 -20
- data/app/assets/javascripts/activeadmin/trumbowyg/plugins/resizimg/resizable-resolveconflict.min.js +0 -1
@@ -1 +1 @@
|
|
1
|
-
!function(e){"use strict";var a=function(){return"undefined"!=typeof FileReader}
|
1
|
+
!function(e){"use strict";var a=function(){return"undefined"!=typeof FileReader};e.extend(!0,e.trumbowyg,{langs:{en:{base64:"Image as base64",file:"File",errFileReaderNotSupported:"FileReader is not supported by your browser.",errInvalidImage:"Invalid image file."},cs:{base64:"Vložit obrázek",file:"Soubor"},da:{base64:"Billede som base64",file:"Fil",errFileReaderNotSupported:"FileReader er ikke understøttet af din browser.",errInvalidImage:"Ugyldig billedfil."},et:{base64:"Pilt base64 formaadis",file:"Fail",errFileReaderNotSupported:"Teie veebilehitseja ei toeta FileReader funktsiooni.",errInvalidImage:"Vigane pildifail."},fr:{base64:"Image en base64",file:"Fichier"},hu:{base64:"Kép beszúrás inline",file:"Fájl",errFileReaderNotSupported:"Ez a böngésző nem támogatja a FileReader funkciót.",errInvalidImage:"Érvénytelen képfájl."},ja:{base64:"画像 (Base64形式)",file:"ファイル",errFileReaderNotSupported:"あなたのブラウザーはFileReaderをサポートしていません",errInvalidImage:"画像形式が正しくありません"},ko:{base64:"그림 넣기(base64)",file:"파일",errFileReaderNotSupported:"FileReader가 현재 브라우저를 지원하지 않습니다.",errInvalidImage:"유효하지 않은 파일"},nl:{base64:"Afbeelding inline",file:"Bestand",errFileReaderNotSupported:"Uw browser ondersteunt deze functionaliteit niet.",errInvalidImage:"De gekozen afbeelding is ongeldig."},pt_br:{base64:"Imagem em base64",file:"Arquivo",errFileReaderNotSupported:"FileReader não é suportado pelo seu navegador.",errInvalidImage:"Arquivo de imagem inválido."},ru:{base64:"Изображение как код в base64",file:"Файл",errFileReaderNotSupported:"FileReader не поддерживается вашим браузером.",errInvalidImage:"Недопустимый файл изображения."},tr:{base64:"Base64 olarak resim",file:"Dosya",errFileReaderNotSupported:"FileReader tarayıcınız tarafından desteklenmiyor.",errInvalidImage:"Geçersiz resim dosyası."},zh_cn:{base64:"图片(Base64编码)",file:"文件"},zh_tw:{base64:"圖片(base64編碼)",file:"檔案",errFileReaderNotSupported:"你的瀏覽器不支援FileReader",errInvalidImage:"不正確的檔案格式"}},plugins:{base64:{shouldInit:a,init:function(r){var i={isSupported:a,fn:function(){var a;r.saveRange();var i=r.openModalInsert(r.lang.base64,{file:{type:"file",required:!0,attributes:{accept:"image/*"}},alt:{label:"description",value:r.getRangeText()}},(function(l){var t=new FileReader;t.onloadend=function(a){var n;n=a.target.result,/^data:image\/[a-z]?/i.test(n)?(r.execCmd("insertImage",t.result,!1,!0),e(['img[src="',t.result,'"]:not([alt])'].join(""),r.$box).attr("alt",l.alt),r.closeModal()):r.addErrorOnModalField(e("input[type=file]",i),r.lang.errInvalidImage)},t.readAsDataURL(a)}));e("input[type=file]").on("change",(function(e){a=e.target.files[0]}))}};r.addBtnDef("base64",i)}}}})}(jQuery);
|
data/app/assets/javascripts/activeadmin/trumbowyg/plugins/cleanpaste/trumbowyg.cleanpaste.js
CHANGED
@@ -96,12 +96,48 @@
|
|
96
96
|
plugins: {
|
97
97
|
cleanPaste: {
|
98
98
|
init: function (trumbowyg) {
|
99
|
-
trumbowyg.pasteHandlers.push(function () {
|
99
|
+
trumbowyg.pasteHandlers.push(function (pasteEvent) {
|
100
100
|
setTimeout(function () {
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
101
|
+
try {
|
102
|
+
trumbowyg.saveRange();
|
103
|
+
|
104
|
+
var clipboardData = (pasteEvent.originalEvent || pasteEvent).clipboardData,
|
105
|
+
pastedData = clipboardData.getData('Text'),
|
106
|
+
node = trumbowyg.doc.getSelection().focusNode,
|
107
|
+
range = trumbowyg.doc.createRange(),
|
108
|
+
cleanedPaste = cleanIt(pastedData.trim()),
|
109
|
+
newNode = $(cleanedPaste)[0] || trumbowyg.doc.createTextNode(cleanedPaste);
|
110
|
+
|
111
|
+
if (trumbowyg.$ed.html() === '') {
|
112
|
+
// simply append if there is no content in editor
|
113
|
+
trumbowyg.$ed[0].appendChild(newNode);
|
114
|
+
} else {
|
115
|
+
// insert pasted content behind last focused node
|
116
|
+
range.setStartAfter(node);
|
117
|
+
range.setEndAfter(node);
|
118
|
+
trumbowyg.doc.getSelection().removeAllRanges();
|
119
|
+
trumbowyg.doc.getSelection().addRange(range);
|
120
|
+
|
121
|
+
trumbowyg.range.insertNode(newNode);
|
122
|
+
}
|
123
|
+
|
124
|
+
// now set cursor right after pasted content
|
125
|
+
range = trumbowyg.doc.createRange();
|
126
|
+
range.setStartAfter(newNode);
|
127
|
+
range.setEndAfter(newNode);
|
128
|
+
trumbowyg.doc.getSelection().removeAllRanges();
|
129
|
+
trumbowyg.doc.getSelection().addRange(range);
|
130
|
+
|
131
|
+
// prevent defaults
|
132
|
+
pasteEvent.stopPropagation();
|
133
|
+
pasteEvent.preventDefault();
|
134
|
+
|
135
|
+
// save new node as focused node
|
136
|
+
trumbowyg.saveRange();
|
137
|
+
trumbowyg.syncCode();
|
138
|
+
trumbowyg.$c.trigger('tbwchange');
|
139
|
+
} catch (c) {
|
140
|
+
}
|
105
141
|
}, 0);
|
106
142
|
});
|
107
143
|
}
|
data/app/assets/javascripts/activeadmin/trumbowyg/plugins/cleanpaste/trumbowyg.cleanpaste.min.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e){"use strict";function
|
1
|
+
!function(e){"use strict";e.extend(!0,e.trumbowyg,{plugins:{cleanPaste:{init:function(t){t.pasteHandlers.push((function(r){setTimeout((function(){try{t.saveRange();var a=(r.originalEvent||r).clipboardData.getData("Text"),n=t.doc.getSelection().focusNode,c=t.doc.createRange(),g=((l=(l=(l=(l=(l=(l=(l=(l=(l=a.trim()).replace(/<[^> ]*/g,(function(e){return e.toLowerCase()})).replace(/<[^>]*>/g,(function(e){return e.replace(/ [^=]+=/g,(function(e){return e.toLowerCase()}))})).replace(/<[^>]*>/g,(function(e){return e.replace(/( [^=]+=)([^"][^ >]*)/g,'$1"$2"')}))).replace(/<b(\s+|>)/g,"<strong$1")).replace(/<\/b(\s+|>)/g,"</strong$1")).replace(/<i(\s+|>)/g,"<em$1")).replace(/<\/i(\s+|>)/g,"</em$1")).replace(/<!(?:--[\s\S]*?--\s*)?>\s*/g,"")).replace(/ /gi," ")).replace(/ <\//gi,"</")).replace(/\s+/g," "),(l=(l=(l=(l=(l=l.replace(/^\s*|\s*$/g,"")).replace(/<[^>]*>/g,(function(e){return e.replace(/ ([^=]+)="[^"]*"/g,(function(e,t){return-1!==["alt","href","src","title"].indexOf(t)?e:""}))}))).replace(/<\?xml[^>]*>/g,"")).replace(/<[^ >]+:[^>]*>/g,"")).replace(/<\/[^ >]+:[^>]*>/g,"")).replace(/<(div|span|style|meta|link).*?>/gi,"")),o=e(g)[0]||t.doc.createTextNode(g);""===t.$ed.html()?t.$ed[0].appendChild(o):(c.setStartAfter(n),c.setEndAfter(n),t.doc.getSelection().removeAllRanges(),t.doc.getSelection().addRange(c),t.range.insertNode(o)),(c=t.doc.createRange()).setStartAfter(o),c.setEndAfter(o),t.doc.getSelection().removeAllRanges(),t.doc.getSelection().addRange(c),r.stopPropagation(),r.preventDefault(),t.saveRange(),t.syncCode(),t.$c.trigger("tbwchange")}catch(e){}var l}),0)}))}}}})}(jQuery);
|
@@ -14,38 +14,74 @@
|
|
14
14
|
$.extend(true, $.trumbowyg, {
|
15
15
|
langs: {
|
16
16
|
// jshint camelcase:false
|
17
|
-
cs: {
|
18
|
-
foreColor: 'Barva textu',
|
19
|
-
backColor: 'Barva pozadí'
|
20
|
-
},
|
21
17
|
en: {
|
22
18
|
foreColor: 'Text color',
|
23
19
|
backColor: 'Background color',
|
24
20
|
foreColorRemove: 'Remove text color',
|
25
21
|
backColorRemove: 'Remove background color'
|
26
22
|
},
|
23
|
+
cs: {
|
24
|
+
foreColor: 'Barva textu',
|
25
|
+
backColor: 'Barva pozadí'
|
26
|
+
},
|
27
27
|
da: {
|
28
28
|
foreColor: 'Tekstfarve',
|
29
29
|
backColor: 'Baggrundsfarve'
|
30
30
|
},
|
31
|
+
de: {
|
32
|
+
foreColor: 'Textfarbe',
|
33
|
+
backColor: 'Hintergrundfarbe'
|
34
|
+
},
|
35
|
+
et: {
|
36
|
+
foreColor: 'Teksti värv',
|
37
|
+
backColor: 'Taustavärv',
|
38
|
+
foreColorRemove: 'Eemalda teksti värv',
|
39
|
+
backColorRemove: 'Eemalda taustavärv'
|
40
|
+
},
|
31
41
|
fr: {
|
32
42
|
foreColor: 'Couleur du texte',
|
33
43
|
backColor: 'Couleur de fond',
|
34
44
|
foreColorRemove: 'Supprimer la couleur du texte',
|
35
45
|
backColorRemove: 'Supprimer la couleur de fond'
|
36
46
|
},
|
37
|
-
|
38
|
-
foreColor: '
|
39
|
-
backColor: '
|
47
|
+
hu: {
|
48
|
+
foreColor: 'Betű szín',
|
49
|
+
backColor: 'Háttér szín',
|
50
|
+
foreColorRemove: 'Betű szín eltávolítása',
|
51
|
+
backColorRemove: 'Háttér szín eltávolítása'
|
52
|
+
},
|
53
|
+
ja: {
|
54
|
+
foreColor: '文字色',
|
55
|
+
backColor: '背景色'
|
56
|
+
},
|
57
|
+
ko: {
|
58
|
+
foreColor: '글자색',
|
59
|
+
backColor: '배경색',
|
60
|
+
foreColorRemove: '글자색 지우기',
|
61
|
+
backColorRemove: '배경색 지우기'
|
40
62
|
},
|
41
63
|
nl: {
|
42
64
|
foreColor: 'Tekstkleur',
|
43
65
|
backColor: 'Achtergrondkleur'
|
44
66
|
},
|
67
|
+
pt_br: {
|
68
|
+
foreColor: 'Cor de fonte',
|
69
|
+
backColor: 'Cor de fundo'
|
70
|
+
},
|
71
|
+
ru: {
|
72
|
+
foreColor: 'Цвет текста',
|
73
|
+
backColor: 'Цвет выделения текста'
|
74
|
+
},
|
45
75
|
sk: {
|
46
76
|
foreColor: 'Farba textu',
|
47
77
|
backColor: 'Farba pozadia'
|
48
78
|
},
|
79
|
+
tr: {
|
80
|
+
foreColor: 'Yazı rengi',
|
81
|
+
backColor: 'Arka plan rengi',
|
82
|
+
foreColorRemove: 'Yazı rengini kaldır',
|
83
|
+
backColorRemove: 'Arka plan rengini kaldır'
|
84
|
+
},
|
49
85
|
zh_cn: {
|
50
86
|
foreColor: '文字颜色',
|
51
87
|
backColor: '背景颜色'
|
@@ -54,28 +90,6 @@
|
|
54
90
|
foreColor: '文字顏色',
|
55
91
|
backColor: '背景顏色'
|
56
92
|
},
|
57
|
-
ru: {
|
58
|
-
foreColor: 'Цвет текста',
|
59
|
-
backColor: 'Цвет выделения текста'
|
60
|
-
},
|
61
|
-
ja: {
|
62
|
-
foreColor: '文字色',
|
63
|
-
backColor: '背景色'
|
64
|
-
},
|
65
|
-
tr: {
|
66
|
-
foreColor: 'Yazı rengi',
|
67
|
-
backColor: 'Arkaplan rengi'
|
68
|
-
},
|
69
|
-
pt_br: {
|
70
|
-
foreColor: 'Cor de fonte',
|
71
|
-
backColor: 'Cor de fundo'
|
72
|
-
},
|
73
|
-
ko: {
|
74
|
-
foreColor: '글자색',
|
75
|
-
backColor: '배경색',
|
76
|
-
foreColorRemove: '글자색 지우기',
|
77
|
-
backColorRemove: '배경색 지우기'
|
78
|
-
},
|
79
93
|
}
|
80
94
|
});
|
81
95
|
|
@@ -92,7 +106,7 @@
|
|
92
106
|
} else if (rgb === 'rgba(0, 0, 0, 0)') {
|
93
107
|
return 'transparent';
|
94
108
|
} else {
|
95
|
-
rgb = rgb.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+))?\)$/);
|
109
|
+
rgb = rgb.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d?(.\d+)))?\)$/);
|
96
110
|
return hex(rgb[1]) + hex(rgb[2]) + hex(rgb[3]);
|
97
111
|
}
|
98
112
|
}
|
@@ -1 +1 @@
|
|
1
|
-
!function(o){"use strict";function r(o){return("0"+parseInt(o).toString(16)).slice(-2)}function e(o){return
|
1
|
+
!function(o){"use strict";function r(o){return("0"+parseInt(o).toString(16)).slice(-2)}function e(o){return-1===o.search("rgb")?o.replace("#",""):"rgba(0, 0, 0, 0)"===o?"transparent":r((o=o.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d?(.\d+)))?\)$/))[1])+r(o[2])+r(o[3])}o.extend(!0,o.trumbowyg,{langs:{en:{foreColor:"Text color",backColor:"Background color",foreColorRemove:"Remove text color",backColorRemove:"Remove background color"},cs:{foreColor:"Barva textu",backColor:"Barva pozadí"},da:{foreColor:"Tekstfarve",backColor:"Baggrundsfarve"},de:{foreColor:"Textfarbe",backColor:"Hintergrundfarbe"},et:{foreColor:"Teksti värv",backColor:"Taustavärv",foreColorRemove:"Eemalda teksti värv",backColorRemove:"Eemalda taustavärv"},fr:{foreColor:"Couleur du texte",backColor:"Couleur de fond",foreColorRemove:"Supprimer la couleur du texte",backColorRemove:"Supprimer la couleur de fond"},hu:{foreColor:"Betű szín",backColor:"Háttér szín",foreColorRemove:"Betű szín eltávolítása",backColorRemove:"Háttér szín eltávolítása"},ja:{foreColor:"文字色",backColor:"背景色"},ko:{foreColor:"글자색",backColor:"배경색",foreColorRemove:"글자색 지우기",backColorRemove:"배경색 지우기"},nl:{foreColor:"Tekstkleur",backColor:"Achtergrondkleur"},pt_br:{foreColor:"Cor de fonte",backColor:"Cor de fundo"},ru:{foreColor:"Цвет текста",backColor:"Цвет выделения текста"},sk:{foreColor:"Farba textu",backColor:"Farba pozadia"},tr:{foreColor:"Yazı rengi",backColor:"Arka plan rengi",foreColorRemove:"Yazı rengini kaldır",backColorRemove:"Arka plan rengini kaldır"},zh_cn:{foreColor:"文字颜色",backColor:"背景颜色"},zh_tw:{foreColor:"文字顏色",backColor:"背景顏色"}}});var l={colorList:["ffffff","000000","eeece1","1f497d","4f81bd","c0504d","9bbb59","8064a2","4bacc6","f79646","ffff00","f2f2f2","7f7f7f","ddd9c3","c6d9f0","dbe5f1","f2dcdb","ebf1dd","e5e0ec","dbeef3","fdeada","fff2ca","d8d8d8","595959","c4bd97","8db3e2","b8cce4","e5b9b7","d7e3bc","ccc1d9","b7dde8","fbd5b5","ffe694","bfbfbf","3f3f3f","938953","548dd4","95b3d7","d99694","c3d69b","b2a2c7","b7dde8","fac08f","f2c314","a5a5a5","262626","494429","17365d","366092","953734","76923c","5f497a","92cddc","e36c09","c09100","7f7f7f","0c0c0c","1d1b10","0f243e","244061","632423","4f6128","3f3151","31859b","974806","7f6000"],foreColorList:null,backColorList:null,allowCustomForeColor:!0,allowCustomBackColor:!0,displayAsList:!1};function a(r,e){var l=[],a=e.o.plugins.colors,t=a[r+"List"]||a.colorList;o.each(t,(function(o,t){var c=r+t,f={fn:r,forceCss:!0,hasIcon:!1,text:e.lang["#"+t]||"#"+t,param:"#"+t,style:"background-color: #"+t+";"};a.displayAsList&&"foreColor"===r&&(f.style="color: #"+t+" !important;"),e.addBtnDef(c,f),l.push(c)}));var c=r+"Remove",f={fn:"removeFormat",hasIcon:!1,param:r,style:"background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkQAAfEJMRmwBYhoGBYQtMBYoAADziAp0jtJTgAAAAAElFTkSuQmCC);"};if(a.displayAsList&&(f.style=""),e.addBtnDef(c,f),l.push(c),a["allowCustom"+r.charAt(0).toUpperCase()+r.substr(1)]){var d=r+"Free",n={fn:function(){e.openModalInsert(e.lang[r],{color:{label:r,forceCss:!0,type:"color",value:"#FFFFFF"}},(function(o){return e.execCmd(r,o.color),!0}))},hasIcon:!1,text:"#",style:"text-indent: 0; line-height: 20px; padding: 0 5px;"};e.addBtnDef(d,n),l.push(d)}return l}o.extend(!0,o.trumbowyg,{plugins:{color:{init:function(o){o.o.plugins.colors=o.o.plugins.colors||l;var r=o.o.plugins.colors.displayAsList?o.o.prefix+"dropdown--color-list":"",e={dropdown:a("foreColor",o),dropdownClass:r},t={dropdown:a("backColor",o),dropdownClass:r};o.addBtnDef("foreColor",e),o.addBtnDef("backColor",t)},tagHandler:function(o,r){var l,a=[];if(!o.style)return a;if(""!==o.style.backgroundColor){var t=e(o.style.backgroundColor);r.o.plugins.colors.colorList.indexOf(t)>=0?a.push("backColor"+t):a.push("backColorFree")}return""!==o.style.color?l=e(o.style.color):o.hasAttribute("color")&&(l=e(o.getAttribute("color"))),l&&(r.o.plugins.colors.colorList.indexOf(l)>=0?a.push("foreColor"+l):a.push("foreColorFree")),a}}}})}(jQuery);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Trumbowyg v2.
|
2
|
+
* Trumbowyg v2.25.1 - A lightweight WYSIWYG editor
|
3
3
|
* Trumbowyg plugin stylesheet
|
4
4
|
* ------------------------
|
5
5
|
* @link http://alex-d.github.io/Trumbowyg
|
@@ -37,7 +37,8 @@
|
|
37
37
|
height: 27px;
|
38
38
|
background: inherit;
|
39
39
|
border: 1px solid #fff;
|
40
|
-
box-shadow: #000 0 0 2px;
|
40
|
+
-webkit-box-shadow: #000 0 0 2px;
|
41
|
+
box-shadow: #000 0 0 2px;
|
41
42
|
z-index: 10; }
|
42
43
|
|
43
44
|
.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button) {
|
data/app/assets/javascripts/activeadmin/trumbowyg/plugins/colors/ui/trumbowyg.colors.min.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
/** Trumbowyg v2.
|
2
|
-
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list),.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list){max-width:276px;padding:7px 5px;overflow:initial}.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button{display:block;position:relative;float:left;text-indent:-9999px;height:20px;width:20px;border:1px solid #333;padding:0;margin:2px}.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:focus::after,.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:hover::after,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:focus::after,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:hover::after{content:" ";display:block;position:absolute;top:-5px;left:-5px;width:27px;height:27px;background:inherit;border:1px solid #fff;box-shadow:#000 0 0 2px;z-index:10}.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button){position:relative;color:#fff!important}.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):focus::after,.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):hover::after{content:" ";display:block;position:absolute;top:13px;left:0;width:0;height:0;border:5px solid transparent;border-left-color:#fff}
|
1
|
+
/** Trumbowyg v2.25.1 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
|
2
|
+
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list),.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list){max-width:276px;padding:7px 5px;overflow:initial}.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button{display:block;position:relative;float:left;text-indent:-9999px;height:20px;width:20px;border:1px solid #333;padding:0;margin:2px}.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:focus::after,.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:hover::after,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:focus::after,.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:hover::after{content:" ";display:block;position:absolute;top:-5px;left:-5px;width:27px;height:27px;background:inherit;border:1px solid #fff;-webkit-box-shadow:#000 0 0 2px;box-shadow:#000 0 0 2px;z-index:10}.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button){position:relative;color:#fff!important}.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):focus::after,.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):hover::after{content:" ";display:block;position:absolute;top:13px;left:0;width:0;height:0;border:5px solid transparent;border-left-color:#fff}
|
@@ -90,6 +90,8 @@
|
|
90
90
|
'💙',
|
91
91
|
'💜',
|
92
92
|
'🖤',
|
93
|
+
'🤎',
|
94
|
+
'🤍',
|
93
95
|
'💔',
|
94
96
|
'💕',
|
95
97
|
'💞',
|
@@ -116,7 +118,6 @@
|
|
116
118
|
'♏',
|
117
119
|
'🆔',
|
118
120
|
'⚛',
|
119
|
-
'♾',
|
120
121
|
'🉑',
|
121
122
|
'📴',
|
122
123
|
'📳',
|
@@ -241,6 +242,7 @@
|
|
241
242
|
'🔃',
|
242
243
|
'🎵',
|
243
244
|
'🎶',
|
245
|
+
'♾',
|
244
246
|
'💲',
|
245
247
|
'💱',
|
246
248
|
'©',
|
@@ -257,6 +259,11 @@
|
|
257
259
|
'⚫',
|
258
260
|
'🔴',
|
259
261
|
'🔵',
|
262
|
+
'🟤',
|
263
|
+
'🟣',
|
264
|
+
'🟢',
|
265
|
+
'🟡',
|
266
|
+
'🟠',
|
260
267
|
'🔺',
|
261
268
|
'🔻',
|
262
269
|
'🔸',
|
@@ -273,6 +280,13 @@
|
|
273
280
|
'◻',
|
274
281
|
'⬛',
|
275
282
|
'⬜',
|
283
|
+
'🟧',
|
284
|
+
'🟦',
|
285
|
+
'🟥',
|
286
|
+
'🟫',
|
287
|
+
'🟪',
|
288
|
+
'🟩',
|
289
|
+
'🟨',
|
276
290
|
'🔈',
|
277
291
|
'🔇',
|
278
292
|
'🔉',
|
@@ -321,25 +335,26 @@
|
|
321
335
|
'🎾',
|
322
336
|
'🏐',
|
323
337
|
'🏉',
|
338
|
+
'🥏',
|
324
339
|
'🎱',
|
325
340
|
'🏓',
|
326
341
|
'🏸',
|
327
|
-
'🥅',
|
328
342
|
'🏒',
|
329
343
|
'🏑',
|
330
|
-
'🏏',
|
331
344
|
'🥍',
|
345
|
+
'🏏',
|
346
|
+
'🥅',
|
332
347
|
'⛳',
|
333
|
-
'🥏',
|
334
348
|
'🏹',
|
335
349
|
'🎣',
|
336
350
|
'🥊',
|
337
351
|
'🥋',
|
338
352
|
'🎽',
|
339
353
|
'🛹',
|
354
|
+
'🛷',
|
355
|
+
'🪂',
|
340
356
|
'⛸',
|
341
357
|
'🥌',
|
342
|
-
'🛷',
|
343
358
|
'🎿',
|
344
359
|
'⛷',
|
345
360
|
'🏂',
|
@@ -381,13 +396,18 @@
|
|
381
396
|
'🥁',
|
382
397
|
'🎷',
|
383
398
|
'🎺',
|
399
|
+
'🪕',
|
384
400
|
'🎸',
|
385
401
|
'🎻',
|
386
402
|
'🎲',
|
403
|
+
'♟',
|
387
404
|
'🎯',
|
405
|
+
'🪁',
|
406
|
+
'🪀',
|
388
407
|
'🎳',
|
389
408
|
'🎮',
|
390
409
|
'🎰',
|
410
|
+
'🧩',
|
391
411
|
'⌚',
|
392
412
|
'📱',
|
393
413
|
'📲',
|
@@ -397,8 +417,6 @@
|
|
397
417
|
'🖱',
|
398
418
|
'🖲',
|
399
419
|
'🕹',
|
400
|
-
'♟',
|
401
|
-
'🧩',
|
402
420
|
'🗜',
|
403
421
|
'💽',
|
404
422
|
'💾',
|
@@ -420,6 +438,7 @@
|
|
420
438
|
'🎙',
|
421
439
|
'🎚',
|
422
440
|
'🎛',
|
441
|
+
'🧭',
|
423
442
|
'⏱',
|
424
443
|
'⏲',
|
425
444
|
'⏰',
|
@@ -427,15 +446,12 @@
|
|
427
446
|
'⌛',
|
428
447
|
'⏳',
|
429
448
|
'📡',
|
430
|
-
'🧭',
|
431
449
|
'🔋',
|
432
450
|
'🔌',
|
433
|
-
'🧲',
|
434
451
|
'💡',
|
435
452
|
'🔦',
|
436
453
|
'🕯',
|
437
454
|
'🧯',
|
438
|
-
'🗑',
|
439
455
|
'🛢',
|
440
456
|
'💸',
|
441
457
|
'💵',
|
@@ -445,17 +461,20 @@
|
|
445
461
|
'💰',
|
446
462
|
'💳',
|
447
463
|
'💎',
|
448
|
-
'🧿',
|
449
|
-
'🧱',
|
450
464
|
'🧰',
|
451
465
|
'🔧',
|
452
466
|
'🔨',
|
453
467
|
'🛠',
|
454
468
|
'⛏',
|
455
469
|
'🔩',
|
470
|
+
'🧱',
|
456
471
|
'⛓',
|
472
|
+
'🧲',
|
457
473
|
'🔫',
|
458
474
|
'💣',
|
475
|
+
'🧨',
|
476
|
+
'🪓',
|
477
|
+
'🪒',
|
459
478
|
'🔪',
|
460
479
|
'🗡',
|
461
480
|
'🛡',
|
@@ -463,32 +482,37 @@
|
|
463
482
|
'⚰',
|
464
483
|
'⚱',
|
465
484
|
'🏺',
|
485
|
+
'🪔',
|
466
486
|
'🔮',
|
467
487
|
'📿',
|
488
|
+
'🧿',
|
468
489
|
'💈',
|
469
|
-
'🧪',
|
470
|
-
'🧫',
|
471
|
-
'🧬',
|
472
|
-
'🧮',
|
473
490
|
'🔭',
|
474
491
|
'🔬',
|
475
492
|
'🕳',
|
493
|
+
'🦯',
|
494
|
+
'🩺',
|
495
|
+
'🩹',
|
476
496
|
'💊',
|
477
497
|
'💉',
|
498
|
+
'🩸',
|
499
|
+
'🧬',
|
500
|
+
'🦠',
|
501
|
+
'🧫',
|
502
|
+
'🧪',
|
478
503
|
'🌡',
|
504
|
+
'🪑',
|
505
|
+
'🧹',
|
506
|
+
'🧺',
|
507
|
+
'🧻',
|
479
508
|
'🚽',
|
480
509
|
'🚰',
|
481
510
|
'🚿',
|
482
511
|
'🛁',
|
483
512
|
'🛀',
|
484
|
-
'🧹',
|
485
|
-
'🧺',
|
486
|
-
'🧻',
|
487
513
|
'🧼',
|
488
514
|
'🧽',
|
489
515
|
'🧴',
|
490
|
-
'🧵',
|
491
|
-
'🧶',
|
492
516
|
'🛎',
|
493
517
|
'🔑',
|
494
518
|
'🗝',
|
@@ -527,8 +551,8 @@
|
|
527
551
|
'📜',
|
528
552
|
'📃',
|
529
553
|
'📄',
|
530
|
-
'🧾',
|
531
554
|
'📑',
|
555
|
+
'🧾',
|
532
556
|
'📊',
|
533
557
|
'📈',
|
534
558
|
'📉',
|
@@ -536,6 +560,7 @@
|
|
536
560
|
'🗓',
|
537
561
|
'📆',
|
538
562
|
'📅',
|
563
|
+
'🗑',
|
539
564
|
'📇',
|
540
565
|
'🗃',
|
541
566
|
'🗳',
|
@@ -556,12 +581,13 @@
|
|
556
581
|
'📚',
|
557
582
|
'📖',
|
558
583
|
'🔖',
|
584
|
+
'🧷',
|
559
585
|
'🔗',
|
560
586
|
'📎',
|
561
587
|
'🖇',
|
562
588
|
'📐',
|
563
589
|
'📏',
|
564
|
-
'&#
|
590
|
+
'🧮',
|
565
591
|
'📌',
|
566
592
|
'📍',
|
567
593
|
'🖊',
|
@@ -574,17 +600,16 @@
|
|
574
600
|
'🔎',
|
575
601
|
'🔏',
|
576
602
|
'🔐',
|
603
|
+
'🔒',
|
604
|
+
'🔓',
|
577
605
|
'🐶',
|
578
606
|
'🐱',
|
579
607
|
'🐭',
|
580
608
|
'🐹',
|
581
609
|
'🐰',
|
582
610
|
'🦊',
|
583
|
-
'🦝',
|
584
611
|
'🐻',
|
585
612
|
'🐼',
|
586
|
-
'🦘',
|
587
|
-
'🦡',
|
588
613
|
'🐨',
|
589
614
|
'🐯',
|
590
615
|
'🦁',
|
@@ -604,11 +629,8 @@
|
|
604
629
|
'🐣',
|
605
630
|
'🐥',
|
606
631
|
'🦆',
|
607
|
-
'🦢',
|
608
632
|
'🦅',
|
609
633
|
'🦉',
|
610
|
-
'🦜',
|
611
|
-
'🦚',
|
612
634
|
'🦇',
|
613
635
|
'🐺',
|
614
636
|
'🐗',
|
@@ -621,12 +643,11 @@
|
|
621
643
|
'🐚',
|
622
644
|
'🐞',
|
623
645
|
'🐜',
|
646
|
+
'🦟',
|
624
647
|
'🦗',
|
625
648
|
'🕷',
|
626
649
|
'🕸',
|
627
650
|
'🦂',
|
628
|
-
'🦟',
|
629
|
-
'🦠',
|
630
651
|
'🐢',
|
631
652
|
'🐍',
|
632
653
|
'🦎',
|
@@ -635,8 +656,9 @@
|
|
635
656
|
'🐙',
|
636
657
|
'🦑',
|
637
658
|
'🦐',
|
638
|
-
'🦀',
|
639
659
|
'🦞',
|
660
|
+
'🦪',
|
661
|
+
'🦀',
|
640
662
|
'🐡',
|
641
663
|
'🐠',
|
642
664
|
'🐟',
|
@@ -649,29 +671,41 @@
|
|
649
671
|
'🐆',
|
650
672
|
'🦓',
|
651
673
|
'🦍',
|
674
|
+
'🦧',
|
652
675
|
'🐘',
|
653
|
-
'🦏',
|
654
676
|
'🦛',
|
677
|
+
'🦏',
|
655
678
|
'🐪',
|
656
679
|
'🐫',
|
657
680
|
'🦒',
|
658
|
-
'&#
|
681
|
+
'🦘',
|
659
682
|
'🐃',
|
660
683
|
'🐂',
|
661
684
|
'🐄',
|
662
685
|
'🐎',
|
663
686
|
'🐖',
|
664
687
|
'🐏',
|
688
|
+
'🦙',
|
665
689
|
'🐑',
|
666
690
|
'🐐',
|
667
691
|
'🦌',
|
668
692
|
'🐕',
|
693
|
+
'🦮',
|
669
694
|
'🐩',
|
670
695
|
'🐈',
|
671
696
|
'🐓',
|
672
697
|
'🦃',
|
698
|
+
'🦚',
|
699
|
+
'🦜',
|
700
|
+
'🦢',
|
701
|
+
'🦩',
|
673
702
|
'🕊',
|
674
703
|
'🐇',
|
704
|
+
'🦥',
|
705
|
+
'🦦',
|
706
|
+
'🦨',
|
707
|
+
'🦝',
|
708
|
+
'🦡',
|
675
709
|
'🐁',
|
676
710
|
'🐀',
|
677
711
|
'🐿',
|
@@ -719,6 +753,7 @@
|
|
719
753
|
'🌎',
|
720
754
|
'🌍',
|
721
755
|
'🌏',
|
756
|
+
'🪐',
|
722
757
|
'💫',
|
723
758
|
'⭐',
|
724
759
|
'🌟',
|
@@ -767,17 +802,20 @@
|
|
767
802
|
'🌶',
|
768
803
|
'🌽',
|
769
804
|
'🥕',
|
805
|
+
'🧅',
|
806
|
+
'🧄',
|
770
807
|
'🥔',
|
771
808
|
'🍠',
|
772
809
|
'🥐',
|
810
|
+
'🥯',
|
773
811
|
'🍞',
|
774
812
|
'🥖',
|
775
813
|
'🥨',
|
776
|
-
'🥯',
|
777
814
|
'🧀',
|
778
815
|
'🥚',
|
779
816
|
'🍳',
|
780
817
|
'🥞',
|
818
|
+
'🧇',
|
781
819
|
'🥓',
|
782
820
|
'🥩',
|
783
821
|
'🍗',
|
@@ -787,6 +825,7 @@
|
|
787
825
|
'🍟',
|
788
826
|
'🍕',
|
789
827
|
'🥪',
|
828
|
+
'🧆',
|
790
829
|
'🥙',
|
791
830
|
'🌮',
|
792
831
|
'🌯',
|
@@ -799,38 +838,41 @@
|
|
799
838
|
'🍛',
|
800
839
|
'🍣',
|
801
840
|
'🍱',
|
841
|
+
'🥟',
|
802
842
|
'🍤',
|
803
843
|
'🍙',
|
804
844
|
'🍚',
|
805
845
|
'🍘',
|
806
846
|
'🍥',
|
807
847
|
'🥠',
|
848
|
+
'🥮',
|
808
849
|
'🍢',
|
809
850
|
'🍡',
|
810
851
|
'🍧',
|
811
852
|
'🍨',
|
812
853
|
'🍦',
|
813
854
|
'🥧',
|
855
|
+
'🧁',
|
814
856
|
'🍰',
|
815
857
|
'🎂',
|
816
|
-
'🥮',
|
817
|
-
'🧁',
|
818
858
|
'🍮',
|
819
859
|
'🍭',
|
820
860
|
'🍬',
|
821
861
|
'🍫',
|
822
862
|
'🍿',
|
823
|
-
'🧂',
|
824
863
|
'🍩',
|
825
|
-
'🥟',
|
826
864
|
'🍪',
|
827
865
|
'🌰',
|
828
866
|
'🥜',
|
829
867
|
'🍯',
|
868
|
+
'🧈',
|
830
869
|
'🥛',
|
831
870
|
'🍼',
|
832
871
|
'🍵',
|
872
|
+
'🧉',
|
833
873
|
'🥤',
|
874
|
+
'🧃',
|
875
|
+
'🧊',
|
834
876
|
'🍶',
|
835
877
|
'🍺',
|
836
878
|
'🍻',
|
@@ -846,6 +888,7 @@
|
|
846
888
|
'🥣',
|
847
889
|
'🥡',
|
848
890
|
'🥢',
|
891
|
+
'🧂',
|
849
892
|
'😀',
|
850
893
|
'😃',
|
851
894
|
'😄',
|
@@ -862,8 +905,8 @@
|
|
862
905
|
'😉',
|
863
906
|
'😌',
|
864
907
|
'😍',
|
865
|
-
'😘',
|
866
908
|
'🥰',
|
909
|
+
'😘',
|
867
910
|
'😗',
|
868
911
|
'😙',
|
869
912
|
'😚',
|
@@ -889,6 +932,7 @@
|
|
889
932
|
'😖',
|
890
933
|
'😫',
|
891
934
|
'😩',
|
935
|
+
'🥺',
|
892
936
|
'😢',
|
893
937
|
'😭',
|
894
938
|
'😤',
|
@@ -897,17 +941,17 @@
|
|
897
941
|
'🤬',
|
898
942
|
'🤯',
|
899
943
|
'😳',
|
944
|
+
'🥵',
|
945
|
+
'🥶',
|
900
946
|
'😱',
|
901
947
|
'😨',
|
902
948
|
'😰',
|
903
|
-
'🥵',
|
904
|
-
'🥶',
|
905
|
-
'🥺',
|
906
949
|
'😥',
|
907
950
|
'😓',
|
908
951
|
'🤗',
|
909
952
|
'🤔',
|
910
953
|
'🤭',
|
954
|
+
'🥱',
|
911
955
|
'🤫',
|
912
956
|
'🤥',
|
913
957
|
'😶',
|
@@ -971,6 +1015,7 @@
|
|
971
1015
|
'🤟',
|
972
1016
|
'🤘',
|
973
1017
|
'👌',
|
1018
|
+
'🤏',
|
974
1019
|
'👈',
|
975
1020
|
'👉',
|
976
1021
|
'👆',
|
@@ -983,23 +1028,25 @@
|
|
983
1028
|
'👋',
|
984
1029
|
'🤙',
|
985
1030
|
'💪',
|
986
|
-
'&#
|
987
|
-
'🦶',
|
1031
|
+
'🦾',
|
988
1032
|
'🖕',
|
989
1033
|
'✍',
|
990
1034
|
'🙏',
|
991
|
-
'&#
|
1035
|
+
'🦶',
|
1036
|
+
'🦵',
|
1037
|
+
'🦿',
|
992
1038
|
'💄',
|
993
1039
|
'💋',
|
994
1040
|
'👄',
|
1041
|
+
'🦷',
|
1042
|
+
'🦴',
|
995
1043
|
'👅',
|
996
1044
|
'👂',
|
1045
|
+
'🦻',
|
997
1046
|
'👃',
|
998
1047
|
'👣',
|
999
1048
|
'👀',
|
1000
1049
|
'🧠',
|
1001
|
-
'🦴',
|
1002
|
-
'🦷',
|
1003
1050
|
'🗣',
|
1004
1051
|
'👤',
|
1005
1052
|
'👥',
|
@@ -1026,10 +1073,10 @@
|
|
1026
1073
|
'🤵',
|
1027
1074
|
'👸',
|
1028
1075
|
'🤴',
|
1029
|
-
'🤶',
|
1030
|
-
'🎅',
|
1031
1076
|
'🦸',
|
1032
1077
|
'🦹',
|
1078
|
+
'🤶',
|
1079
|
+
'🎅',
|
1033
1080
|
'🧙',
|
1034
1081
|
'🧝',
|
1035
1082
|
'🧛',
|
@@ -1045,6 +1092,7 @@
|
|
1045
1092
|
'🙅',
|
1046
1093
|
'🙆',
|
1047
1094
|
'🙋',
|
1095
|
+
'🧏',
|
1048
1096
|
'🤦',
|
1049
1097
|
'🤷',
|
1050
1098
|
'🙎',
|
@@ -1060,28 +1108,38 @@
|
|
1060
1108
|
'🕴',
|
1061
1109
|
'🚶',
|
1062
1110
|
'🏃',
|
1111
|
+
'🧍',
|
1112
|
+
'🧎',
|
1063
1113
|
'👫',
|
1064
1114
|
'👭',
|
1065
1115
|
'👬',
|
1066
1116
|
'💑',
|
1067
1117
|
'💏',
|
1068
1118
|
'👪',
|
1119
|
+
'🧶',
|
1120
|
+
'🧵',
|
1069
1121
|
'🧥',
|
1122
|
+
'🥼',
|
1123
|
+
'🦺',
|
1070
1124
|
'👚',
|
1071
1125
|
'👕',
|
1072
1126
|
'👖',
|
1127
|
+
'🩳',
|
1073
1128
|
'👔',
|
1074
1129
|
'👗',
|
1075
1130
|
'👙',
|
1131
|
+
'🩱',
|
1076
1132
|
'👘',
|
1077
|
-
'&#
|
1133
|
+
'🥻',
|
1134
|
+
'🥿',
|
1078
1135
|
'👠',
|
1079
1136
|
'👡',
|
1080
1137
|
'👢',
|
1138
|
+
'🩰',
|
1081
1139
|
'👞',
|
1082
1140
|
'👟',
|
1083
1141
|
'🥾',
|
1084
|
-
'&#
|
1142
|
+
'🩲',
|
1085
1143
|
'🧦',
|
1086
1144
|
'🧤',
|
1087
1145
|
'🧣',
|
@@ -1091,45 +1149,22 @@
|
|
1091
1149
|
'🎓',
|
1092
1150
|
'⛑',
|
1093
1151
|
'👑',
|
1152
|
+
'💍',
|
1094
1153
|
'👝',
|
1095
1154
|
'👛',
|
1096
1155
|
'👜',
|
1097
1156
|
'💼',
|
1098
1157
|
'🎒',
|
1158
|
+
'🧳',
|
1099
1159
|
'👓',
|
1100
1160
|
'🕶',
|
1101
1161
|
'🥽',
|
1162
|
+
'🤿',
|
1102
1163
|
'🌂',
|
1103
|
-
'🦰',
|
1104
1164
|
'🦱',
|
1165
|
+
'🦰',
|
1105
1166
|
'🦳',
|
1106
1167
|
'🦲',
|
1107
|
-
'🇿',
|
1108
|
-
'🇾',
|
1109
|
-
'🇽',
|
1110
|
-
'🇼',
|
1111
|
-
'🇻',
|
1112
|
-
'🇺',
|
1113
|
-
'🇹',
|
1114
|
-
'🇸',
|
1115
|
-
'🇷',
|
1116
|
-
'🇶',
|
1117
|
-
'🇵',
|
1118
|
-
'🇴',
|
1119
|
-
'🇳',
|
1120
|
-
'🇲',
|
1121
|
-
'🇱',
|
1122
|
-
'🇰',
|
1123
|
-
'🇯',
|
1124
|
-
'🇮',
|
1125
|
-
'🇭',
|
1126
|
-
'🇬',
|
1127
|
-
'🇫',
|
1128
|
-
'🇪',
|
1129
|
-
'🇩',
|
1130
|
-
'🇨',
|
1131
|
-
'🇧',
|
1132
|
-
'🇦',
|
1133
1168
|
'🚗',
|
1134
1169
|
'🚕',
|
1135
1170
|
'🚙',
|
@@ -1143,10 +1178,13 @@
|
|
1143
1178
|
'🚚',
|
1144
1179
|
'🚛',
|
1145
1180
|
'🚜',
|
1146
|
-
'&#
|
1147
|
-
'🚲',
|
1181
|
+
'🛺',
|
1148
1182
|
'🛵',
|
1149
1183
|
'🏍',
|
1184
|
+
'🛴',
|
1185
|
+
'🚲',
|
1186
|
+
'🦼',
|
1187
|
+
'🦽',
|
1150
1188
|
'🚨',
|
1151
1189
|
'🚔',
|
1152
1190
|
'🚍',
|
@@ -1171,7 +1209,6 @@
|
|
1171
1209
|
'🛬',
|
1172
1210
|
'🛩',
|
1173
1211
|
'💺',
|
1174
|
-
'🧳',
|
1175
1212
|
'🛰',
|
1176
1213
|
'🚀',
|
1177
1214
|
'🛸',
|
@@ -1229,6 +1266,7 @@
|
|
1229
1266
|
'🏛',
|
1230
1267
|
'⛪',
|
1231
1268
|
'🕌',
|
1269
|
+
'🛕',
|
1232
1270
|
'🕍',
|
1233
1271
|
'🕋',
|
1234
1272
|
'⛩',
|
@@ -1242,16 +1280,39 @@
|
|
1242
1280
|
'🌠',
|
1243
1281
|
'🎇',
|
1244
1282
|
'🎆',
|
1245
|
-
'🧨',
|
1246
1283
|
'🌇',
|
1247
1284
|
'🌆',
|
1248
1285
|
'🏙',
|
1249
1286
|
'🌃',
|
1250
1287
|
'🌌',
|
1251
1288
|
'🌉',
|
1252
|
-
'🔒',
|
1253
|
-
'🔓',
|
1254
1289
|
'🌁',
|
1290
|
+
'🇿',
|
1291
|
+
'🇾',
|
1292
|
+
'🇽',
|
1293
|
+
'🇼',
|
1294
|
+
'🇻',
|
1295
|
+
'🇺',
|
1296
|
+
'🇹',
|
1297
|
+
'🇸',
|
1298
|
+
'🇷',
|
1299
|
+
'🇶',
|
1300
|
+
'🇵',
|
1301
|
+
'🇴',
|
1302
|
+
'🇳',
|
1303
|
+
'🇲',
|
1304
|
+
'🇱',
|
1305
|
+
'🇰',
|
1306
|
+
'🇯',
|
1307
|
+
'🇮',
|
1308
|
+
'🇭',
|
1309
|
+
'🇬',
|
1310
|
+
'🇫',
|
1311
|
+
'🇪',
|
1312
|
+
'🇩',
|
1313
|
+
'🇨',
|
1314
|
+
'🇧',
|
1315
|
+
'🇦',
|
1255
1316
|
'🏳',
|
1256
1317
|
'🏴',
|
1257
1318
|
'🏁',
|
@@ -1278,23 +1339,29 @@
|
|
1278
1339
|
de: {
|
1279
1340
|
emoji: 'Emoticon einfügen'
|
1280
1341
|
},
|
1342
|
+
et: {
|
1343
|
+
emoji: 'Lisa emotikon'
|
1344
|
+
},
|
1281
1345
|
fr: {
|
1282
1346
|
emoji: 'Ajouter un emoji'
|
1283
1347
|
},
|
1284
|
-
|
1285
|
-
emoji: '
|
1286
|
-
},
|
1287
|
-
ru: {
|
1288
|
-
emoji: 'Вставить emoji'
|
1348
|
+
hu: {
|
1349
|
+
emoji: 'Emoji beszúrás'
|
1289
1350
|
},
|
1290
1351
|
ja: {
|
1291
1352
|
emoji: '絵文字の挿入'
|
1292
1353
|
},
|
1354
|
+
ko: {
|
1355
|
+
emoji: '이모지 넣기'
|
1356
|
+
},
|
1357
|
+
ru: {
|
1358
|
+
emoji: 'Вставить emoji'
|
1359
|
+
},
|
1293
1360
|
tr: {
|
1294
1361
|
emoji: 'Emoji ekle'
|
1295
1362
|
},
|
1296
|
-
|
1297
|
-
emoji: '
|
1363
|
+
zh_cn: {
|
1364
|
+
emoji: '添加表情'
|
1298
1365
|
},
|
1299
1366
|
},
|
1300
1367
|
// jshint camelcase:true
|