@ckeditor/ckeditor5-special-characters 39.0.1 → 40.0.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.
Files changed (82) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +3 -3
  3. package/build/special-characters.js.map +1 -0
  4. package/build/translations/pt-br.js +1 -1
  5. package/lang/translations/ar.po +1 -0
  6. package/lang/translations/az.po +1 -0
  7. package/lang/translations/bg.po +1 -0
  8. package/lang/translations/bn.po +1 -0
  9. package/lang/translations/ca.po +1 -0
  10. package/lang/translations/cs.po +1 -0
  11. package/lang/translations/da.po +1 -0
  12. package/lang/translations/de.po +1 -0
  13. package/lang/translations/el.po +1 -0
  14. package/lang/translations/en-au.po +1 -0
  15. package/lang/translations/en.po +1 -0
  16. package/lang/translations/es.po +1 -0
  17. package/lang/translations/et.po +1 -0
  18. package/lang/translations/fa.po +1 -0
  19. package/lang/translations/fi.po +1 -0
  20. package/lang/translations/fr.po +1 -0
  21. package/lang/translations/gl.po +1 -0
  22. package/lang/translations/he.po +1 -0
  23. package/lang/translations/hi.po +1 -0
  24. package/lang/translations/hr.po +1 -0
  25. package/lang/translations/hu.po +1 -0
  26. package/lang/translations/id.po +1 -0
  27. package/lang/translations/it.po +1 -0
  28. package/lang/translations/ja.po +1 -0
  29. package/lang/translations/ko.po +1 -0
  30. package/lang/translations/lt.po +1 -0
  31. package/lang/translations/lv.po +1 -0
  32. package/lang/translations/ms.po +1 -0
  33. package/lang/translations/nl.po +1 -0
  34. package/lang/translations/no.po +1 -0
  35. package/lang/translations/pl.po +1 -0
  36. package/lang/translations/pt-br.po +42 -41
  37. package/lang/translations/pt.po +1 -0
  38. package/lang/translations/ro.po +1 -0
  39. package/lang/translations/ru.po +1 -0
  40. package/lang/translations/sk.po +1 -0
  41. package/lang/translations/sq.po +1 -0
  42. package/lang/translations/sr-latn.po +1 -0
  43. package/lang/translations/sr.po +1 -0
  44. package/lang/translations/sv.po +1 -0
  45. package/lang/translations/th.po +1 -0
  46. package/lang/translations/tk.po +1 -0
  47. package/lang/translations/tr.po +1 -0
  48. package/lang/translations/uk.po +1 -0
  49. package/lang/translations/ur.po +1 -0
  50. package/lang/translations/uz.po +1 -0
  51. package/lang/translations/vi.po +1 -0
  52. package/lang/translations/zh-cn.po +1 -0
  53. package/lang/translations/zh.po +1 -0
  54. package/package.json +2 -6
  55. package/src/augmentation.d.ts +24 -24
  56. package/src/augmentation.js +5 -5
  57. package/src/index.d.ts +16 -16
  58. package/src/index.js +15 -15
  59. package/src/specialcharacters.d.ts +96 -96
  60. package/src/specialcharacters.js +206 -206
  61. package/src/specialcharactersarrows.d.ts +30 -30
  62. package/src/specialcharactersarrows.js +60 -60
  63. package/src/specialcharactersconfig.d.ts +51 -51
  64. package/src/specialcharactersconfig.js +5 -5
  65. package/src/specialcharacterscurrency.d.ts +30 -30
  66. package/src/specialcharacterscurrency.js +74 -74
  67. package/src/specialcharactersessentials.d.ts +35 -35
  68. package/src/specialcharactersessentials.js +45 -45
  69. package/src/specialcharacterslatin.d.ts +30 -30
  70. package/src/specialcharacterslatin.js +166 -166
  71. package/src/specialcharactersmathematical.d.ts +30 -30
  72. package/src/specialcharactersmathematical.js +82 -82
  73. package/src/specialcharacterstext.d.ts +30 -30
  74. package/src/specialcharacterstext.js +65 -65
  75. package/src/ui/charactergridview.d.ts +94 -94
  76. package/src/ui/charactergridview.js +129 -129
  77. package/src/ui/characterinfoview.d.ts +35 -35
  78. package/src/ui/characterinfoview.js +71 -71
  79. package/src/ui/specialcharactersnavigationview.d.ts +59 -59
  80. package/src/ui/specialcharactersnavigationview.js +95 -95
  81. package/src/ui/specialcharactersview.d.ts +65 -65
  82. package/src/ui/specialcharactersview.js +78 -78
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 special characters feature** – https://github.com/ckeditor/ckeditor5-special-characters <br>
4
+ **CKEditor&nbsp;5 special characters feature** – https://github.com/ckeditor/ckeditor5-special-characters <br>
5
5
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- CKEditor 5 special characters feature
1
+ CKEditor&nbsp;5 special characters feature
2
2
  ===========================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-special-characters.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-special-characters)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package implements the special characters feature for CKEditor 5.
8
+ This package implements the special characters feature for CKEditor&nbsp;5.
9
9
 
10
10
  ## Demo
11
11
 
@@ -13,7 +13,7 @@ Check out the demo in the [special character feature guide](https://ckeditor.com
13
13
 
14
14
  ## Documentation
15
15
 
16
- See the [`@ckeditor/ckeditor5-special-characters` package](https://ckeditor.com/docs/ckeditor5/latest/api/special-characters.html) page as well as the [special characters feature](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html) guide in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
16
+ See the [`@ckeditor/ckeditor5-special-characters` package](https://ckeditor.com/docs/ckeditor5/latest/api/special-characters.html) page as well as the [special characters feature](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html) guide in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
17
17
 
18
18
  ## License
19
19
 
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack://CKEditor5.specialCharacters/./theme/charactergrid.css","webpack://CKEditor5.specialCharacters/./theme/characterinfo.css","webpack://CKEditor5.specialCharacters/./theme/specialcharacters.css","webpack://CKEditor5.specialCharacters/../node_modules/css-loader/dist/runtime/api.js","webpack://CKEditor5.specialCharacters/../node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack://CKEditor5.specialCharacters/./theme/icons/specialcharacters.svg","webpack://CKEditor5.specialCharacters/./theme/charactergrid.css?da30","webpack://CKEditor5.specialCharacters/./theme/characterinfo.css?0ce1","webpack://CKEditor5.specialCharacters/./theme/specialcharacters.css?81a1","webpack://CKEditor5.specialCharacters/../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://CKEditor5.specialCharacters/./src/specialcharacters.js","webpack://CKEditor5.specialCharacters/./src/specialcharactersarrows.js","webpack://CKEditor5.specialCharacters/./src/specialcharacterscurrency.js","webpack://CKEditor5.specialCharacters/./src/specialcharactersessentials.js","webpack://CKEditor5.specialCharacters/./src/specialcharacterslatin.js","webpack://CKEditor5.specialCharacters/./src/specialcharactersmathematical.js","webpack://CKEditor5.specialCharacters/./src/specialcharacterstext.js","webpack://CKEditor5.specialCharacters/./src/ui/charactergridview.js","webpack://CKEditor5.specialCharacters/./src/ui/characterinfoview.js","webpack://CKEditor5.specialCharacters/./src/ui/specialcharactersnavigationview.js","webpack://CKEditor5.specialCharacters/./src/ui/specialcharactersview.js","webpack://CKEditor5.specialCharacters/delegated \"./src/core.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.specialCharacters/delegated \"./src/typing.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.specialCharacters/delegated \"./src/ui.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.specialCharacters/delegated \"./src/utils.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.specialCharacters/external var \"CKEditor5.dll\"","webpack://CKEditor5.specialCharacters/webpack/bootstrap","webpack://CKEditor5.specialCharacters/webpack/runtime/compat get default export","webpack://CKEditor5.specialCharacters/webpack/runtime/define property getters","webpack://CKEditor5.specialCharacters/webpack/runtime/hasOwnProperty shorthand","webpack://CKEditor5.specialCharacters/webpack/runtime/make namespace object","webpack://CKEditor5.specialCharacters/webpack/runtime/nonce","webpack://CKEditor5.specialCharacters/./src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAC4H;AAC7B;AAC/F,8BAA8B,mFAA2B,CAAC,wGAAqC;AAC/F;AACA,gEAAgE,eAAe,gDAAgD,aAAa,MAAM,mCAAmC,sBAAsB,iBAAiB,kBAAkB,gBAAgB,YAAY,oCAAoC,sBAAsB,aAAa,gDAAgD,oCAAoC,qCAAqC,0DAA0D,oCAAoC,gDAAgD,qCAAqC,+CAA+C,SAAS,gBAAgB,0CAA0C,8CAA8C,6CAA6C,UAAU,+BAA+B,yCAAyC,8IAA8I,SAAS,kGAAkG,iEAAiE,+CAA+C,kBAAkB,WAAW,OAAO,wzBAAwzB,oBAAoB,qCAAqC,oBAAoB,KAAK,GAAG,4OAA4O,qCAAqC,WAAW,wCAAwC,GAAG,2BAA2B,qBAAqB,uBAAuB,iBAAiB,sBAAsB,6BAA6B,mBAAmB,KAAK,mCAAmC,6CAA6C,iEAAiE,2CAA2C,+BAA+B,8CAA8C,OAAO,KAAK,kCAAkC,gDAAgD,iDAAiD,oDAAoD,qDAAqD,uBAAuB,iBAAiB,sCAAsC,gBAAgB,uEAAuE,6EAA6E,4GAA4G,OAAO,oGAAoG,wDAAwD,oBAAoB,2BAA2B,OAAO,KAAK,GAAG,iNAAiN,0CAA0C,qBAAqB,KAAK,GAAG,qBAAqB;AAC7gI;AACA,iEAAe,uBAAuB,EAAC;;;;;;;;;;;;;;;;;;;;ACPvC;AAC4H;AAC7B;AAC/F,8BAA8B,mFAA2B,CAAC,wGAAqC;AAC/F;AACA,gEAAgE,iDAAiD,aAAa,8BAA8B,wDAAwD,wBAAwB,oCAAoC,yBAAyB,+CAA+C,gBAAgB,gBAAgB,uBAAuB,+CAA+C,WAAW,oCAAoC,sBAAsB,iBAAiB,OAAO,umBAAumB,kBAAkB,mCAAmC,GAAG,4OAA4O,2BAA2B,6DAA6D,sDAAsD,aAAa,gCAAgC,2CAA2C,KAAK,kCAAkC,uBAAuB,8BAA8B,uBAAuB,KAAK,kCAAkC,kBAAkB,KAAK,6BAA6B,uBAAuB,KAAK,GAAG,iNAAiN,0CAA0C,qBAAqB,KAAK,GAAG,qBAAqB;AACtqE;AACA,iEAAe,uBAAuB,EAAC;;;;;;;;;;;;;;;;;;;;ACPvC;AAC4H;AAC7B;AAC/F,8BAA8B,mFAA2B,CAAC,wGAAqC;AAC/F;AACA,yFAAyF,gBAAgB,gBAAgB,uBAAuB,sEAAsE,iBAAiB,kBAAkB,gBAAgB,oCAAoC,qCAAqC,gBAAgB,6DAA6D,gBAAgB,wBAAwB,OAAO,0kBAA0kB,2DAA2D,0CAA0C,qBAAqB,uBAAuB,8BAA8B,uBAAuB,KAAK,4CAA4C,2HAA2H,uBAAuB,yBAAyB,KAAK,6BAA6B,uBAAuB,qCAAqC,gCAAgC,yBAAyB,OAAO,KAAK,GAAG,iNAAiN,0CAA0C,qBAAqB,KAAK,GAAG,qBAAqB;AAC74D;AACA,iEAAe,uBAAuB,EAAC;;;;;;;;;;;;ACP1B;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;;AAEA;AACA,4CAA4C,qBAAqB;AACjE;;AAEA;AACA,KAAK;AACL,KAAK;AACL;;;AAGA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,sBAAsB,iBAAiB;AACvC;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,qBAAqB,qBAAqB;AAC1C;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;;;;;;;;;;ACjEa;;AAEb,kCAAkC;;AAElC,8BAA8B;;AAE9B,kDAAkD,gBAAgB,gEAAgE,wDAAwD,6DAA6D,sDAAsD;;AAE7S,uCAAuC,uDAAuD,uCAAuC,SAAS,OAAO,oBAAoB;;AAEzK,yCAAyC,8FAA8F,wBAAwB,eAAe,eAAe,gBAAgB,YAAY,MAAM,wBAAwB,+BAA+B,aAAa,qBAAqB,uCAAuC,cAAc,WAAW,YAAY,UAAU,MAAM,mDAAmD,UAAU,sBAAsB;;AAEve,gCAAgC;;AAEhC;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,uDAAuD,cAAc;AACrE;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;;;;;;;;;;;;;;;ACnCA,iEAAe,k7BAAk7B;;;;;;;;;;;;;;;;;;ACAl2B;AAC/F,YAAkL;;AAElL,eAAe,+CAA+C;;AAE9D;AACA;;AAEA,aAAa,0GAAG,CAAC,8JAAO;;;;AAIxB,iEAAe,qKAAc,MAAM;;;;;;;;;;;;;;;;;;ACZ4D;AAC/F,YAAkL;;AAElL,eAAe,+CAA+C;;AAE9D;AACA;;AAEA,aAAa,0GAAG,CAAC,8JAAO;;;;AAIxB,iEAAe,qKAAc,MAAM;;;;;;;;;;;;;;;;;;ACZ4D;AAC/F,YAAsL;;AAEtL,eAAe,+CAA+C;;AAE9D;AACA;;AAEA,aAAa,0GAAG,CAAC,kKAAO;;;;AAIxB,iEAAe,yKAAc,MAAM;;;;;;;;;;;ACZtB;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA,wDAAwD;;AAExD;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;;AAEA,kBAAkB,wBAAwB;AAC1C;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA,kBAAkB,iBAAiB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,gBAAgB,KAAwC,GAAG,sBAAiB,GAAG,CAAI;;AAEnF;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;;AAEH;AACA;AACA,IAAI;AACJ;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA,qEAAqE,qBAAqB,cAAc;;AAExG;;AAEA;AACA;AACA,IAAI;AACJ;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,IAAI;AACJ;AACA;;AAEA;AACA,yDAAyD;AACzD,IAAI;;AAEJ;;;AAGA;AACA;AACA,IAAI;AACJ;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM;AACN;AACA;AACA;AACA;;AAEA;AACA,2BAA2B;AAC3B;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,oBAAoB,4BAA4B;AAChD;AACA;AACA;AACA;;AAEA;;AAEA,qBAAqB,6BAA6B;AAClD;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;AC5QA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAE4C;AACE;AACI;AACE;AAC+B;AAC5B;AACA;AACQ;;AAEU;AACjC;;AAExC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,gCAAgC,sDAAM;AACrD;AACA;AACA;AACA;AACA,WAAW,wDAAM;AACjB;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc,sBAAsB;AACpC;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc,4BAA4B;AAC1C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,wBAAwB,gEAAc;AACtC;;AAEA;AACA;AACA,UAAU,0EAAqB;AAC/B;AACA,KAAK;;AAEL;;AAEA;AACA;AACA,oCAAoC,uBAAuB;AAC3D;AACA,KAAK;;AAEL;AACA;AACA;;AAEA,uCAAuC,iEAAqB;AAC5D;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,MAAM;AACN,KAAK;;AAEL;AACA,IAAI;AACJ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,QAAQ;AACpB,YAAY,gFAAgF;AAC5F;AACA;AACA;AACA;AACA;AACA;AACA;AAC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AAyB,qDAAqD;AAC9E;AACA;AACA,cAAc;AACd;AACA,wBAAwB,iEAAgB;;AAExC,EAAE,4EAA0B;AAC5B;AACA;AACA;AACA,0BAA0B,+EACL;AACrB;AACA;AACA;AACA,IAAI;;AAEJ;AACA,wBAAwB,yBAAyB;AACjD;AACA;AACA,aAAa,QAAQ;AACrB,aAAa,QAAQ;AACrB,aAAa,QAAQ;AACrB;;AAEA;AACA,uFAAuF;AACvF;AACA;AACA;AACA,aAAa,QAAQ;AACrB,aAAa,QAAQ;AACrB,aAAa,QAAQ;AACrB;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB,YAAY,QAAQ;AACpB,cAAc;AACd;AACA;AACA,mBAAmB,wDAAU;;AAE7B;AACA;AACA;AACA;AACA,IAAI;;AAEJ;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA,IAAI;;AAEJ;AACA,6BAA6B,kBAAkB;AAC/C,IAAI;;AAEJ;AACA,2BAA2B,kBAAkB;AAC7C,IAAI;;AAEJ;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,0CAA0C,iBAAiB;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;;AAEJ;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,oCAAoC,aAAa;AACjD;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;AC1LA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEwC;;AAED;;AAEvC;AACA;AACA;AACA;AACA;AACA;AACe,gCAAgC,kDAAI;AACnD;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,cAAc,aAAa;AAC3B;AACA;;AAEA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA,cAAc,aAAa;AAC3B;AACA;;AAEA;AACA,kCAAkC,iBAAiB;AACnD;AACA;AACA;AACA;AACA,cAAc,QAAQ;AACtB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,aAAa;AACb;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;;;;;;;;;;;;;;;;;AC9GA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEiD;AAC2C;;AAE5F;AACA;AACA;AACA;AACA;AACA;AACe,8CAA8C,4DAAc;AAC3E;AACA,gCAAgC;AAChC;AACA;AACA,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,uEAAuE,yBAAyB;AAChG;AACA,WAAW;AACX;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,YAAY,mBAAmB;AAC/B,cAAc;AACd;AACA;AACA;AACA;AACA,mBAAmB,gEAAc;AACjC;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,IAAI;;AAEJ;AACA;AACA,IAAI;;AAEJ;;AAEA,EAAE,mEAAiB;;AAEnB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,YAAY,8CAA8C;AAC1D,YAAY,mBAAmB;AAC/B,cAAc;AACd;AACA;AACA,wBAAwB,2DAAU;;AAElC;AACA;AACA;AACA,eAAe,mDAAK;AACpB;AACA;AACA,MAAM;AACN;;AAEA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;;;;;;;ACrIA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEqD;AACgB;;AAErE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,oCAAoC,kDAAI;AACvD;AACA;AACA;AACA,YAAY,4BAA4B;AACxC,YAAY,8FAA8F;AAC1G,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA,0BAA0B,6DAAY;;AAEtC;AACA,yBAAyB,qDAAqD;AAC9E;AACA;AACA,cAAc;AACd;AACA,wBAAwB,iEAAgB;;AAExC;AACA,mCAAmC,cAAc;AACjD;AACA;AACA;AACA,cAAc;AACd;AACA,0BAA0B,yDAAW;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;;AAEJ;AACA;AACA;AACA,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;;AAEJ;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,oCAAoC,aAAa;AACjD;AACA;AACA;AACA;AACA;;;;;;;;;;;AC9IA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;;ACAA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEmE;AACY;AACJ;AACgB;AACd;AACU;AACJ","file":"special-characters.js","sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".ck.ck-character-grid{max-width:100%}.ck.ck-character-grid .ck-character-grid__tiles{display:grid}:root{--ck-character-grid-tile-size:24px}.ck.ck-character-grid{max-height:200px;overflow-x:hidden;overflow-y:auto;width:350px}@media screen and (max-width:600px){.ck.ck-character-grid{width:190px}}.ck.ck-character-grid .ck-character-grid__tiles{grid-gap:var(--ck-spacing-standard);grid-template-columns:repeat(10,1fr);margin:var(--ck-spacing-standard) var(--ck-spacing-large)}@media screen and (max-width:600px){.ck.ck-character-grid .ck-character-grid__tiles{grid-template-columns:repeat(5,1fr)}}.ck.ck-character-grid .ck-character-grid__tile{border:0;font-size:1.2em;height:var(--ck-character-grid-tile-size);min-height:var(--ck-character-grid-tile-size);min-width:var(--ck-character-grid-tile-size);padding:0;transition:box-shadow .2s ease;width:var(--ck-character-grid-tile-size)}.ck.ck-character-grid .ck-character-grid__tile:focus:not(.ck-disabled),.ck.ck-character-grid .ck-character-grid__tile:hover:not(.ck-disabled){border:0;box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}.ck.ck-character-grid .ck-character-grid__tile .ck-button__label{line-height:var(--ck-character-grid-tile-size);text-align:center;width:100%}\", \"\",{\"version\":3,\"sources\":[\"webpack://./theme/charactergrid.css\",\"webpack://./../ckeditor5-theme-lark/theme/ckeditor5-special-characters/charactergrid.css\",\"webpack://./../ckeditor5-ui/theme/mixins/_rwd.css\"],\"names\":[],\"mappings\":\"AAKA,sBACC,cAKD,CAHC,gDACC,YACD,CCFD,MACC,kCACD,CAEA,sBAIC,gBAAiB,CAFjB,iBAAkB,CADlB,eAAgB,CAEhB,WAyCD,CClDC,oCDMD,sBAOE,WAqCF,CChDC,CDcA,gDAGC,mCAAoC,CAFpC,oCAAsC,CACtC,yDAMD,CCxBA,oCDgBA,gDAME,mCAEF,CCtBA,CDwBA,+CAQC,QAAS,CAHT,eAAgB,CAHhB,yCAA0C,CAE1C,6CAA8C,CAD9C,4CAA6C,CAG7C,SAAU,CACV,8BAA+B,CAN/B,wCAsBD,CAbC,8IAGC,QAAS,CACT,iGACD,CAGA,iEACC,8CAA+C,CAE/C,iBAAkB,CADlB,UAED\",\"sourcesContent\":[\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n.ck.ck-character-grid {\\n\\tmax-width: 100%;\\n\\t\\n\\t& .ck-character-grid__tiles {\\n\\t\\tdisplay: grid;\\n\\t}\\n}\\n\",\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@import \\\"@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css\\\";\\n@import \\\"../mixins/_rounded.css\\\";\\n\\n:root {\\n\\t--ck-character-grid-tile-size: 24px;\\n}\\n\\n.ck.ck-character-grid {\\n\\toverflow-y: auto;\\n\\toverflow-x: hidden;\\n\\twidth: 350px;\\n\\tmax-height: 200px;\\n\\n\\t@mixin ck-media-phone {\\n\\t\\twidth: 190px;\\n\\t}\\n\\n\\t& .ck-character-grid__tiles {\\n\\t\\tgrid-template-columns: repeat(10, 1fr);\\n\\t\\tmargin: var(--ck-spacing-standard) var(--ck-spacing-large);\\n\\t\\tgrid-gap: var(--ck-spacing-standard);\\n\\n\\t\\t@mixin ck-media-phone {\\n\\t\\t\\tgrid-template-columns: repeat(5, 1fr);\\n\\t\\t}\\n\\t}\\n\\n\\t& .ck-character-grid__tile {\\n\\t\\twidth: var(--ck-character-grid-tile-size);\\n\\t\\theight: var(--ck-character-grid-tile-size);\\n\\t\\tmin-width: var(--ck-character-grid-tile-size);\\n\\t\\tmin-height: var(--ck-character-grid-tile-size);\\n\\t\\tfont-size: 1.2em;\\n\\t\\tpadding: 0;\\n\\t\\ttransition: .2s ease box-shadow;\\n\\t\\tborder: 0;\\n\\n\\t\\t&:focus:not( .ck-disabled ),\\n\\t\\t&:hover:not( .ck-disabled ) {\\n\\t\\t\\t/* Disable the default .ck-button's border ring. */\\n\\t\\t\\tborder: 0;\\n\\t\\t\\tbox-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);\\n\\t\\t}\\n\\n\\t\\t/* Make sure the glyph is rendered in the center of the button */\\n\\t\\t& .ck-button__label {\\n\\t\\t\\tline-height: var(--ck-character-grid-tile-size);\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\ttext-align: center;\\n\\t\\t}\\n\\t}\\n}\\n\",\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@define-mixin ck-media-phone {\\n\\t@media screen and (max-width: 600px) {\\n\\t\\t@mixin-content;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".ck.ck-character-info{border-top:1px solid var(--ck-color-base-border);display:flex;justify-content:space-between;padding:var(--ck-spacing-small) var(--ck-spacing-large)}.ck.ck-character-info>*{font-size:var(--ck-font-size-small);text-transform:uppercase}.ck.ck-character-info .ck-character-info__name{max-width:280px;overflow:hidden;text-overflow:ellipsis}.ck.ck-character-info .ck-character-info__code{opacity:.6}@media screen and (max-width:600px){.ck.ck-character-info{max-width:190px}}\", \"\",{\"version\":3,\"sources\":[\"webpack://./theme/characterinfo.css\",\"webpack://./../ckeditor5-theme-lark/theme/ckeditor5-special-characters/characterinfo.css\",\"webpack://./../ckeditor5-ui/theme/mixins/_rwd.css\"],\"names\":[],\"mappings\":\"AAKA,sBCIC,gDAAiD,CDHjD,YAAa,CACb,6BAA8B,CCC9B,uDDAD,CCGC,wBAEC,mCAAoC,CADpC,wBAED,CAEA,+CACC,eAAgB,CAEhB,eAAgB,CADhB,sBAED,CAEA,+CACC,UACD,CClBA,oCDCD,sBAoBE,eAEF,CCrBC\",\"sourcesContent\":[\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n.ck.ck-character-info {\\n\\tdisplay: flex;\\n\\tjustify-content: space-between;\\n}\\n\",\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@import \\\"@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css\\\";\\n\\n.ck.ck-character-info {\\n\\tpadding: var(--ck-spacing-small) var(--ck-spacing-large);\\n\\tborder-top: 1px solid var(--ck-color-base-border);\\n\\n\\t& > * {\\n\\t\\ttext-transform: uppercase;\\n\\t\\tfont-size: var(--ck-font-size-small);\\n\\t}\\n\\n\\t& .ck-character-info__name {\\n\\t\\tmax-width: 280px;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\toverflow: hidden;\\n\\t}\\n\\n\\t& .ck-character-info__code {\\n\\t\\topacity: .6;\\n\\t}\\n\\n\\t@mixin ck-media-phone {\\n\\t\\tmax-width: 190px;\\n\\t}\\n}\\n\",\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@define-mixin ck-media-phone {\\n\\t@media screen and (max-width: 600px) {\\n\\t\\t@mixin-content;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".ck.ck-special-characters-navigation>.ck-label{max-width:160px;overflow:hidden;text-overflow:ellipsis}.ck.ck-special-characters-navigation>.ck-dropdown .ck-dropdown__panel{max-height:250px;overflow-x:hidden;overflow-y:auto}@media screen and (max-width:600px){.ck.ck-special-characters-navigation{max-width:190px}.ck.ck-special-characters-navigation>.ck-form__header__label{overflow:hidden;text-overflow:ellipsis}}\", \"\",{\"version\":3,\"sources\":[\"webpack://./../ckeditor5-theme-lark/theme/ckeditor5-special-characters/specialcharacters.css\",\"webpack://./../ckeditor5-ui/theme/mixins/_rwd.css\"],\"names\":[],\"mappings\":\"AAUC,+CACC,eAAgB,CAEhB,eAAgB,CADhB,sBAED,CAEA,sEAEC,gBAAiB,CAEjB,iBAAkB,CADlB,eAED,CCfA,oCDED,qCAgBE,eAOF,CALE,6DAEC,eAAgB,CADhB,sBAED,CCrBD\",\"sourcesContent\":[\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@import \\\"@ckeditor/ckeditor5-ui/theme/mixins/_dir.css\\\";\\n@import \\\"@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css\\\";\\n\\n.ck.ck-special-characters-navigation {\\n\\n\\t& > .ck-label {\\n\\t\\tmax-width: 160px;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\toverflow: hidden;\\n\\t}\\n\\n\\t& > .ck-dropdown .ck-dropdown__panel {\\n\\t\\t/* There could be dozens of categories available. Use scroll to prevent a 10e6px dropdown. */\\n\\t\\tmax-height: 250px;\\n\\t\\toverflow-y: auto;\\n\\t\\toverflow-x: hidden;\\n\\t}\\n\\n\\t@mixin ck-media-phone {\\n\\t\\tmax-width: 190px;\\n\\n\\t\\t& > .ck-form__header__label {\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\toverflow: hidden;\\n\\t\\t}\\n\\t}\\n}\\n\",\"/*\\n * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\\n */\\n\\n@define-mixin ck-media-phone {\\n\\t@media screen and (max-width: 600px) {\\n\\t\\t@mixin-content;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","export default \"<svg viewBox=\\\"0 0 20 20\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 2.5a7.47 7.47 0 0 1 4.231 1.31 7.268 7.268 0 0 1 2.703 3.454 7.128 7.128 0 0 1 .199 4.353c-.39 1.436-1.475 2.72-2.633 3.677h2.013c0-.226.092-.443.254-.603a.876.876 0 0 1 1.229 0c.163.16.254.377.254.603v.853c0 .209-.078.41-.22.567a.873.873 0 0 1-.547.28l-.101.006h-4.695a.517.517 0 0 1-.516-.518v-1.265c0-.21.128-.398.317-.489a5.601 5.601 0 0 0 2.492-2.371 5.459 5.459 0 0 0 .552-3.693 5.53 5.53 0 0 0-1.955-3.2A5.71 5.71 0 0 0 10 4.206 5.708 5.708 0 0 0 6.419 5.46 5.527 5.527 0 0 0 4.46 8.663a5.457 5.457 0 0 0 .554 3.695 5.6 5.6 0 0 0 2.497 2.37.55.55 0 0 1 .317.49v1.264c0 .286-.23.518-.516.518H2.618a.877.877 0 0 1-.614-.25.845.845 0 0 1-.254-.603v-.853c0-.226.091-.443.254-.603a.876.876 0 0 1 1.228 0c.163.16.255.377.255.603h1.925c-1.158-.958-2.155-2.241-2.545-3.678a7.128 7.128 0 0 1 .199-4.352 7.268 7.268 0 0 1 2.703-3.455A7.475 7.475 0 0 1 10 2.5z\\\"/></svg>\";","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./charactergrid.css\";\n\nvar options = {\"injectType\":\"singletonStyleTag\",\"attributes\":{\"data-cke\":true}};\n\noptions.insert = \"head\";\noptions.singleton = true;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./characterinfo.css\";\n\nvar options = {\"injectType\":\"singletonStyleTag\",\"attributes\":{\"data-cke\":true}};\n\noptions.insert = \"head\";\noptions.singleton = true;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./specialcharacters.css\";\n\nvar options = {\"injectType\":\"singletonStyleTag\",\"attributes\":{\"data-cke\":true}};\n\noptions.insert = \"head\";\noptions.singleton = true;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharacters\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\nimport { Typing } from 'ckeditor5/src/typing';\nimport { createDropdown } from 'ckeditor5/src/ui';\nimport { CKEditorError } from 'ckeditor5/src/utils';\nimport SpecialCharactersNavigationView from './ui/specialcharactersnavigationview';\nimport CharacterGridView from './ui/charactergridview';\nimport CharacterInfoView from './ui/characterinfoview';\nimport SpecialCharactersView from './ui/specialcharactersview';\n\nimport specialCharactersIcon from '../theme/icons/specialcharacters.svg';\nimport '../theme/specialcharacters.css';\n\nconst ALL_SPECIAL_CHARACTERS_GROUP = 'All';\n\n/**\n * The special characters feature.\n *\n * Introduces the `'specialCharacters'` dropdown.\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharacters extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get requires() {\n\t\treturn [ Typing ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharacters';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tconstructor( editor ) {\n\t\tsuper( editor );\n\n\t\t/**\n\t\t * Registered characters. A pair of a character name and its symbol.\n\t\t *\n\t\t * @private\n\t\t * @member {Map.<String, String>} #_characters\n\t\t */\n\t\tthis._characters = new Map();\n\n\t\t/**\n\t\t * Registered groups. Each group contains a collection with symbol names.\n\t\t *\n\t\t * @private\n\t\t * @member {Map.<String, Set.<String>>} #_groups\n\t\t */\n\t\tthis._groups = new Map();\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\tconst inputCommand = editor.commands.get( 'input' );\n\n\t\t// Add the `specialCharacters` dropdown button to feature components.\n\t\teditor.ui.componentFactory.add( 'specialCharacters', locale => {\n\t\t\tconst dropdownView = createDropdown( locale );\n\t\t\tlet dropdownPanelContent;\n\n\t\t\tdropdownView.buttonView.set( {\n\t\t\t\tlabel: t( 'Special characters' ),\n\t\t\t\ticon: specialCharactersIcon,\n\t\t\t\ttooltip: true\n\t\t\t} );\n\n\t\t\tdropdownView.bind( 'isEnabled' ).to( inputCommand );\n\n\t\t\t// Insert a special character when a tile was clicked.\n\t\t\tdropdownView.on( 'execute', ( evt, data ) => {\n\t\t\t\teditor.execute( 'insertText', { text: data.character } );\n\t\t\t\teditor.editing.view.focus();\n\t\t\t} );\n\n\t\t\tdropdownView.on( 'change:isOpen', () => {\n\t\t\t\tif ( !dropdownPanelContent ) {\n\t\t\t\t\tdropdownPanelContent = this._createDropdownPanelContent( locale, dropdownView );\n\n\t\t\t\t\tconst specialCharactersView = new SpecialCharactersView(\n\t\t\t\t\t\tlocale,\n\t\t\t\t\t\tdropdownPanelContent.navigationView,\n\t\t\t\t\t\tdropdownPanelContent.gridView,\n\t\t\t\t\t\tdropdownPanelContent.infoView\n\t\t\t\t\t);\n\n\t\t\t\t\tdropdownView.panelView.children.add( specialCharactersView );\n\t\t\t\t}\n\n\t\t\t\tdropdownPanelContent.infoView.set( {\n\t\t\t\t\tcharacter: null,\n\t\t\t\t\tname: null\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\treturn dropdownView;\n\t\t} );\n\t}\n\n\t/**\n\t * Adds a collection of special characters to the specified group. The title of a special character must be unique.\n\t *\n\t * **Note:** The \"All\" category name is reserved by the plugin and cannot be used as a new name for a special\n\t * characters category.\n\t *\n\t * @param {String} groupName\n\t * @param {Array.<module:special-characters/specialcharacters~SpecialCharacterDefinition>} items\n\t */\n\taddItems( groupName, items ) {\n\t\tif ( groupName === ALL_SPECIAL_CHARACTERS_GROUP ) {\n\t\t\t/**\n\t\t\t * The name \"All\" for a special category group cannot be used because it is a special category that displays all\n\t\t\t * available special characters.\n\t\t\t *\n\t\t\t * @error special-character-invalid-group-name\n\t\t\t */\n\t\t\tthrow new CKEditorError(\n\t\t\t\t`special-character-invalid-group-name: The name \"${ ALL_SPECIAL_CHARACTERS_GROUP }\" is reserved and cannot be used.`\n\t\t\t);\n\t\t}\n\n\t\tconst group = this._getGroup( groupName );\n\n\t\tfor ( const item of items ) {\n\t\t\tgroup.add( item.title );\n\t\t\tthis._characters.set( item.title, item.character );\n\t\t}\n\t}\n\n\t/**\n\t * Returns an iterator of special characters groups.\n\t *\n\t * @returns {Iterable.<String>}\n\t */\n\tgetGroups() {\n\t\treturn this._groups.keys();\n\t}\n\n\t/**\n\t * Returns a collection of special characters symbol names (titles).\n\t *\n\t * @param {String} groupName\n\t * @returns {Set.<String>|undefined}\n\t */\n\tgetCharactersForGroup( groupName ) {\n\t\tif ( groupName === ALL_SPECIAL_CHARACTERS_GROUP ) {\n\t\t\treturn new Set( this._characters.keys() );\n\t\t}\n\n\t\treturn this._groups.get( groupName );\n\t}\n\n\t/**\n\t * Returns the symbol of a special character for the specified name. If the special character could not be found, `undefined`\n\t * is returned.\n\t *\n\t * @param {String} title The title of a special character.\n\t * @returns {String|undefined}\n\t */\n\tgetCharacter( title ) {\n\t\treturn this._characters.get( title );\n\t}\n\n\t/**\n\t * Returns a group of special characters. If the group with the specified name does not exist, it will be created.\n\t *\n\t * @private\n\t * @param {String} groupName The name of the group to create.\n\t */\n\t_getGroup( groupName ) {\n\t\tif ( !this._groups.has( groupName ) ) {\n\t\t\tthis._groups.set( groupName, new Set() );\n\t\t}\n\n\t\treturn this._groups.get( groupName );\n\t}\n\n\t/**\n\t * Updates the symbol grid depending on the currently selected character group.\n\t *\n\t * @private\n\t * @param {String} currentGroupName\n\t * @param {module:special-characters/ui/charactergridview~CharacterGridView} gridView\n\t */\n\t_updateGrid( currentGroupName, gridView ) {\n\t\t// Updating the grid starts with removing all tiles belonging to the old group.\n\t\tgridView.tiles.clear();\n\n\t\tconst characterTitles = this.getCharactersForGroup( currentGroupName );\n\n\t\tfor ( const title of characterTitles ) {\n\t\t\tconst character = this.getCharacter( title );\n\n\t\t\tgridView.tiles.add( gridView.createTile( character, title ) );\n\t\t}\n\t}\n\n\t/**\n\t * Initializes the dropdown, used for lazy loading.\n\t *\n\t * @private\n\t * @param {module:utils/locale~Locale} locale\n\t * @param {module:ui/dropdown/dropdownview~DropdownView} dropdownView\n\t * @returns {Object} Returns an object with `navigationView`, `gridView` and `infoView` properties, containing UI parts.\n\t */\n\t_createDropdownPanelContent( locale, dropdownView ) {\n\t\tconst specialCharsGroups = [ ...this.getGroups() ];\n\n\t\t// Add a special group that shows all available special characters.\n\t\tspecialCharsGroups.unshift( ALL_SPECIAL_CHARACTERS_GROUP );\n\n\t\tconst navigationView = new SpecialCharactersNavigationView( locale, specialCharsGroups );\n\t\tconst gridView = new CharacterGridView( locale );\n\t\tconst infoView = new CharacterInfoView( locale );\n\n\t\tgridView.delegate( 'execute' ).to( dropdownView );\n\n\t\tgridView.on( 'tileHover', ( evt, data ) => {\n\t\t\tinfoView.set( data );\n\t\t} );\n\n\t\t// Update the grid of special characters when a user changed the character group.\n\t\tnavigationView.on( 'execute', () => {\n\t\t\tthis._updateGrid( navigationView.currentGroupName, gridView );\n\t\t} );\n\n\t\t// Set the initial content of the special characters grid.\n\t\tthis._updateGrid( navigationView.currentGroupName, gridView );\n\n\t\treturn { navigationView, gridView, infoView };\n\t}\n}\n\n/**\n * @typedef {Object} module:special-characters/specialcharacters~SpecialCharacterDefinition\n *\n * @property {String} title A unique name of the character (e.g. \"greek small letter epsilon\").\n * @property {String} character A human-readable character displayed as the label (e.g. \"ε\").\n */\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharactersarrows\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\n/**\n * A plugin that provides special characters for the \"Arrows\" category.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersArrows ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersArrows extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharactersArrows';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\teditor.plugins.get( 'SpecialCharacters' ).addItems( 'Arrows', [\n\t\t\t{ title: t( 'leftwards simple arrow' ), character: '←' },\n\t\t\t{ title: t( 'rightwards simple arrow' ), character: '→' },\n\t\t\t{ title: t( 'upwards simple arrow' ), character: '↑' },\n\t\t\t{ title: t( 'downwards simple arrow' ), character: '↓' },\n\t\t\t{ title: t( 'leftwards double arrow' ), character: '⇐' },\n\t\t\t{ title: t( 'rightwards double arrow' ), character: '⇒' },\n\t\t\t{ title: t( 'upwards double arrow' ), character: '⇑' },\n\t\t\t{ title: t( 'downwards double arrow' ), character: '⇓' },\n\t\t\t{ title: t( 'leftwards dashed arrow' ), character: '⇠' },\n\t\t\t{ title: t( 'rightwards dashed arrow' ), character: '⇢' },\n\t\t\t{ title: t( 'upwards dashed arrow' ), character: '⇡' },\n\t\t\t{ title: t( 'downwards dashed arrow' ), character: '⇣' },\n\t\t\t{ title: t( 'leftwards arrow to bar' ), character: '⇤' },\n\t\t\t{ title: t( 'rightwards arrow to bar' ), character: '⇥' },\n\t\t\t{ title: t( 'upwards arrow to bar' ), character: '⤒' },\n\t\t\t{ title: t( 'downwards arrow to bar' ), character: '⤓' },\n\t\t\t{ title: t( 'up down arrow with base' ), character: '↨' },\n\t\t\t{ title: t( 'back with leftwards arrow above' ), character: '🔙' },\n\t\t\t{ title: t( 'end with leftwards arrow above' ), character: '🔚' },\n\t\t\t{ title: t( 'on with exclamation mark with left right arrow above' ), character: '🔛' },\n\t\t\t{ title: t( 'soon with rightwards arrow above' ), character: '🔜' },\n\t\t\t{ title: t( 'top with upwards arrow above' ), character: '🔝' }\n\t\t] );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharacterscurrency\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\n/**\n * A plugin that provides special characters for the \"Currency\" category.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersCurrency ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersCurrency extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharactersCurrency';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\teditor.plugins.get( 'SpecialCharacters' ).addItems( 'Currency', [\n\t\t\t{ character: '$', title: t( 'Dollar sign' ) },\n\t\t\t{ character: '€', title: t( 'Euro sign' ) },\n\t\t\t{ character: '¥', title: t( 'Yen sign' ) },\n\t\t\t{ character: '£', title: t( 'Pound sign' ) },\n\t\t\t{ character: '¢', title: t( 'Cent sign' ) },\n\t\t\t{ character: '₠', title: t( 'Euro-currency sign' ) },\n\t\t\t{ character: '₡', title: t( 'Colon sign' ) },\n\t\t\t{ character: '₢', title: t( 'Cruzeiro sign' ) },\n\t\t\t{ character: '₣', title: t( 'French franc sign' ) },\n\t\t\t{ character: '₤', title: t( 'Lira sign' ) },\n\t\t\t{ character: '¤', title: t( 'Currency sign' ) },\n\t\t\t{ character: '₿', title: t( 'Bitcoin sign' ) },\n\t\t\t{ character: '₥', title: t( 'Mill sign' ) },\n\t\t\t{ character: '₦', title: t( 'Naira sign' ) },\n\t\t\t{ character: '₧', title: t( 'Peseta sign' ) },\n\t\t\t{ character: '₨', title: t( 'Rupee sign' ) },\n\t\t\t{ character: '₩', title: t( 'Won sign' ) },\n\t\t\t{ character: '₪', title: t( 'New sheqel sign' ) },\n\t\t\t{ character: '₫', title: t( 'Dong sign' ) },\n\t\t\t{ character: '₭', title: t( 'Kip sign' ) },\n\t\t\t{ character: '₮', title: t( 'Tugrik sign' ) },\n\t\t\t{ character: '₯', title: t( 'Drachma sign' ) },\n\t\t\t{ character: '₰', title: t( 'German penny sign' ) },\n\t\t\t{ character: '₱', title: t( 'Peso sign' ) },\n\t\t\t{ character: '₲', title: t( 'Guarani sign' ) },\n\t\t\t{ character: '₳', title: t( 'Austral sign' ) },\n\t\t\t{ character: '₴', title: t( 'Hryvnia sign' ) },\n\t\t\t{ character: '₵', title: t( 'Cedi sign' ) },\n\t\t\t{ character: '₶', title: t( 'Livre tournois sign' ) },\n\t\t\t{ character: '₷', title: t( 'Spesmilo sign' ) },\n\t\t\t{ character: '₸', title: t( 'Tenge sign' ) },\n\t\t\t{ character: '₹', title: t( 'Indian rupee sign' ) },\n\t\t\t{ character: '₺', title: t( 'Turkish lira sign' ) },\n\t\t\t{ character: '₻', title: t( 'Nordic mark sign' ) },\n\t\t\t{ character: '₼', title: t( 'Manat sign' ) },\n\t\t\t{ character: '₽', title: t( 'Ruble sign' ) }\n\t\t] );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharactersessentials\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\nimport SpecialCharactersCurrency from './specialcharacterscurrency';\nimport SpecialCharactersMathematical from './specialcharactersmathematical';\nimport SpecialCharactersArrows from './specialcharactersarrows';\nimport SpecialCharactersLatin from './specialcharacterslatin';\nimport SpecialCharactersText from './specialcharacterstext';\n\n/**\n * A plugin combining a basic set of characters for the special characters plugin.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersEssentials ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersEssentials extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get requires() {\n\t\treturn [\n\t\t\tSpecialCharactersCurrency,\n\t\t\tSpecialCharactersText,\n\t\t\tSpecialCharactersMathematical,\n\t\t\tSpecialCharactersArrows,\n\t\t\tSpecialCharactersLatin\n\t\t];\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharacterslatin\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\n/**\n * A plugin that provides special characters for the \"Latin\" category.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersLatin ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersLatin extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharactersLatin';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\teditor.plugins.get( 'SpecialCharacters' ).addItems( 'Latin', [\n\t\t\t{ character: 'Ā', title: t( 'Latin capital letter a with macron' ) },\n\t\t\t{ character: 'ā', title: t( 'Latin small letter a with macron' ) },\n\t\t\t{ character: 'Ă', title: t( 'Latin capital letter a with breve' ) },\n\t\t\t{ character: 'ă', title: t( 'Latin small letter a with breve' ) },\n\t\t\t{ character: 'Ą', title: t( 'Latin capital letter a with ogonek' ) },\n\t\t\t{ character: 'ą', title: t( 'Latin small letter a with ogonek' ) },\n\t\t\t{ character: 'Ć', title: t( 'Latin capital letter c with acute' ) },\n\t\t\t{ character: 'ć', title: t( 'Latin small letter c with acute' ) },\n\t\t\t{ character: 'Ĉ', title: t( 'Latin capital letter c with circumflex' ) },\n\t\t\t{ character: 'ĉ', title: t( 'Latin small letter c with circumflex' ) },\n\t\t\t{ character: 'Ċ', title: t( 'Latin capital letter c with dot above' ) },\n\t\t\t{ character: 'ċ', title: t( 'Latin small letter c with dot above' ) },\n\t\t\t{ character: 'Č', title: t( 'Latin capital letter c with caron' ) },\n\t\t\t{ character: 'č', title: t( 'Latin small letter c with caron' ) },\n\t\t\t{ character: 'Ď', title: t( 'Latin capital letter d with caron' ) },\n\t\t\t{ character: 'ď', title: t( 'Latin small letter d with caron' ) },\n\t\t\t{ character: 'Đ', title: t( 'Latin capital letter d with stroke' ) },\n\t\t\t{ character: 'đ', title: t( 'Latin small letter d with stroke' ) },\n\t\t\t{ character: 'Ē', title: t( 'Latin capital letter e with macron' ) },\n\t\t\t{ character: 'ē', title: t( 'Latin small letter e with macron' ) },\n\t\t\t{ character: 'Ĕ', title: t( 'Latin capital letter e with breve' ) },\n\t\t\t{ character: 'ĕ', title: t( 'Latin small letter e with breve' ) },\n\t\t\t{ character: 'Ė', title: t( 'Latin capital letter e with dot above' ) },\n\t\t\t{ character: 'ė', title: t( 'Latin small letter e with dot above' ) },\n\t\t\t{ character: 'Ę', title: t( 'Latin capital letter e with ogonek' ) },\n\t\t\t{ character: 'ę', title: t( 'Latin small letter e with ogonek' ) },\n\t\t\t{ character: 'Ě', title: t( 'Latin capital letter e with caron' ) },\n\t\t\t{ character: 'ě', title: t( 'Latin small letter e with caron' ) },\n\t\t\t{ character: 'Ĝ', title: t( 'Latin capital letter g with circumflex' ) },\n\t\t\t{ character: 'ĝ', title: t( 'Latin small letter g with circumflex' ) },\n\t\t\t{ character: 'Ğ', title: t( 'Latin capital letter g with breve' ) },\n\t\t\t{ character: 'ğ', title: t( 'Latin small letter g with breve' ) },\n\t\t\t{ character: 'Ġ', title: t( 'Latin capital letter g with dot above' ) },\n\t\t\t{ character: 'ġ', title: t( 'Latin small letter g with dot above' ) },\n\t\t\t{ character: 'Ģ', title: t( 'Latin capital letter g with cedilla' ) },\n\t\t\t{ character: 'ģ', title: t( 'Latin small letter g with cedilla' ) },\n\t\t\t{ character: 'Ĥ', title: t( 'Latin capital letter h with circumflex' ) },\n\t\t\t{ character: 'ĥ', title: t( 'Latin small letter h with circumflex' ) },\n\t\t\t{ character: 'Ħ', title: t( 'Latin capital letter h with stroke' ) },\n\t\t\t{ character: 'ħ', title: t( 'Latin small letter h with stroke' ) },\n\t\t\t{ character: 'Ĩ', title: t( 'Latin capital letter i with tilde' ) },\n\t\t\t{ character: 'ĩ', title: t( 'Latin small letter i with tilde' ) },\n\t\t\t{ character: 'Ī', title: t( 'Latin capital letter i with macron' ) },\n\t\t\t{ character: 'ī', title: t( 'Latin small letter i with macron' ) },\n\t\t\t{ character: 'Ĭ', title: t( 'Latin capital letter i with breve' ) },\n\t\t\t{ character: 'ĭ', title: t( 'Latin small letter i with breve' ) },\n\t\t\t{ character: 'Į', title: t( 'Latin capital letter i with ogonek' ) },\n\t\t\t{ character: 'į', title: t( 'Latin small letter i with ogonek' ) },\n\t\t\t{ character: 'İ', title: t( 'Latin capital letter i with dot above' ) },\n\t\t\t{ character: 'ı', title: t( 'Latin small letter dotless i' ) },\n\t\t\t{ character: 'IJ', title: t( 'Latin capital ligature ij' ) },\n\t\t\t{ character: 'ij', title: t( 'Latin small ligature ij' ) },\n\t\t\t{ character: 'Ĵ', title: t( 'Latin capital letter j with circumflex' ) },\n\t\t\t{ character: 'ĵ', title: t( 'Latin small letter j with circumflex' ) },\n\t\t\t{ character: 'Ķ', title: t( 'Latin capital letter k with cedilla' ) },\n\t\t\t{ character: 'ķ', title: t( 'Latin small letter k with cedilla' ) },\n\t\t\t{ character: 'ĸ', title: t( 'Latin small letter kra' ) },\n\t\t\t{ character: 'Ĺ', title: t( 'Latin capital letter l with acute' ) },\n\t\t\t{ character: 'ĺ', title: t( 'Latin small letter l with acute' ) },\n\t\t\t{ character: 'Ļ', title: t( 'Latin capital letter l with cedilla' ) },\n\t\t\t{ character: 'ļ', title: t( 'Latin small letter l with cedilla' ) },\n\t\t\t{ character: 'Ľ', title: t( 'Latin capital letter l with caron' ) },\n\t\t\t{ character: 'ľ', title: t( 'Latin small letter l with caron' ) },\n\t\t\t{ character: 'Ŀ', title: t( 'Latin capital letter l with middle dot' ) },\n\t\t\t{ character: 'ŀ', title: t( 'Latin small letter l with middle dot' ) },\n\t\t\t{ character: 'Ł', title: t( 'Latin capital letter l with stroke' ) },\n\t\t\t{ character: 'ł', title: t( 'Latin small letter l with stroke' ) },\n\t\t\t{ character: 'Ń', title: t( 'Latin capital letter n with acute' ) },\n\t\t\t{ character: 'ń', title: t( 'Latin small letter n with acute' ) },\n\t\t\t{ character: 'Ņ', title: t( 'Latin capital letter n with cedilla' ) },\n\t\t\t{ character: 'ņ', title: t( 'Latin small letter n with cedilla' ) },\n\t\t\t{ character: 'Ň', title: t( 'Latin capital letter n with caron' ) },\n\t\t\t{ character: 'ň', title: t( 'Latin small letter n with caron' ) },\n\t\t\t{ character: 'ʼn', title: t( 'Latin small letter n preceded by apostrophe' ) },\n\t\t\t{ character: 'Ŋ', title: t( 'Latin capital letter eng' ) },\n\t\t\t{ character: 'ŋ', title: t( 'Latin small letter eng' ) },\n\t\t\t{ character: 'Ō', title: t( 'Latin capital letter o with macron' ) },\n\t\t\t{ character: 'ō', title: t( 'Latin small letter o with macron' ) },\n\t\t\t{ character: 'Ŏ', title: t( 'Latin capital letter o with breve' ) },\n\t\t\t{ character: 'ŏ', title: t( 'Latin small letter o with breve' ) },\n\t\t\t{ character: 'Ő', title: t( 'Latin capital letter o with double acute' ) },\n\t\t\t{ character: 'ő', title: t( 'Latin small letter o with double acute' ) },\n\t\t\t{ character: 'Œ', title: t( 'Latin capital ligature oe' ) },\n\t\t\t{ character: 'œ', title: t( 'Latin small ligature oe' ) },\n\t\t\t{ character: 'Ŕ', title: t( 'Latin capital letter r with acute' ) },\n\t\t\t{ character: 'ŕ', title: t( 'Latin small letter r with acute' ) },\n\t\t\t{ character: 'Ŗ', title: t( 'Latin capital letter r with cedilla' ) },\n\t\t\t{ character: 'ŗ', title: t( 'Latin small letter r with cedilla' ) },\n\t\t\t{ character: 'Ř', title: t( 'Latin capital letter r with caron' ) },\n\t\t\t{ character: 'ř', title: t( 'Latin small letter r with caron' ) },\n\t\t\t{ character: 'Ś', title: t( 'Latin capital letter s with acute' ) },\n\t\t\t{ character: 'ś', title: t( 'Latin small letter s with acute' ) },\n\t\t\t{ character: 'Ŝ', title: t( 'Latin capital letter s with circumflex' ) },\n\t\t\t{ character: 'ŝ', title: t( 'Latin small letter s with circumflex' ) },\n\t\t\t{ character: 'Ş', title: t( 'Latin capital letter s with cedilla' ) },\n\t\t\t{ character: 'ş', title: t( 'Latin small letter s with cedilla' ) },\n\t\t\t{ character: 'Š', title: t( 'Latin capital letter s with caron' ) },\n\t\t\t{ character: 'š', title: t( 'Latin small letter s with caron' ) },\n\t\t\t{ character: 'Ţ', title: t( 'Latin capital letter t with cedilla' ) },\n\t\t\t{ character: 'ţ', title: t( 'Latin small letter t with cedilla' ) },\n\t\t\t{ character: 'Ť', title: t( 'Latin capital letter t with caron' ) },\n\t\t\t{ character: 'ť', title: t( 'Latin small letter t with caron' ) },\n\t\t\t{ character: 'Ŧ', title: t( 'Latin capital letter t with stroke' ) },\n\t\t\t{ character: 'ŧ', title: t( 'Latin small letter t with stroke' ) },\n\t\t\t{ character: 'Ũ', title: t( 'Latin capital letter u with tilde' ) },\n\t\t\t{ character: 'ũ', title: t( 'Latin small letter u with tilde' ) },\n\t\t\t{ character: 'Ū', title: t( 'Latin capital letter u with macron' ) },\n\t\t\t{ character: 'ū', title: t( 'Latin small letter u with macron' ) },\n\t\t\t{ character: 'Ŭ', title: t( 'Latin capital letter u with breve' ) },\n\t\t\t{ character: 'ŭ', title: t( 'Latin small letter u with breve' ) },\n\t\t\t{ character: 'Ů', title: t( 'Latin capital letter u with ring above' ) },\n\t\t\t{ character: 'ů', title: t( 'Latin small letter u with ring above' ) },\n\t\t\t{ character: 'Ű', title: t( 'Latin capital letter u with double acute' ) },\n\t\t\t{ character: 'ű', title: t( 'Latin small letter u with double acute' ) },\n\t\t\t{ character: 'Ų', title: t( 'Latin capital letter u with ogonek' ) },\n\t\t\t{ character: 'ų', title: t( 'Latin small letter u with ogonek' ) },\n\t\t\t{ character: 'Ŵ', title: t( 'Latin capital letter w with circumflex' ) },\n\t\t\t{ character: 'ŵ', title: t( 'Latin small letter w with circumflex' ) },\n\t\t\t{ character: 'Ŷ', title: t( 'Latin capital letter y with circumflex' ) },\n\t\t\t{ character: 'ŷ', title: t( 'Latin small letter y with circumflex' ) },\n\t\t\t{ character: 'Ÿ', title: t( 'Latin capital letter y with diaeresis' ) },\n\t\t\t{ character: 'Ź', title: t( 'Latin capital letter z with acute' ) },\n\t\t\t{ character: 'ź', title: t( 'Latin small letter z with acute' ) },\n\t\t\t{ character: 'Ż', title: t( 'Latin capital letter z with dot above' ) },\n\t\t\t{ character: 'ż', title: t( 'Latin small letter z with dot above' ) },\n\t\t\t{ character: 'Ž', title: t( 'Latin capital letter z with caron' ) },\n\t\t\t{ character: 'ž', title: t( 'Latin small letter z with caron' ) },\n\t\t\t{ character: 'ſ', title: t( 'Latin small letter long s' ) }\n\t\t] );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharactersmathematical\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\n/**\n * A plugin that provides special characters for the \"Mathematical\" category.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersMathematical ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersMathematical extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharactersMathematical';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\teditor.plugins.get( 'SpecialCharacters' ).addItems( 'Mathematical', [\n\t\t\t{ character: '<', title: t( 'Less-than sign' ) },\n\t\t\t{ character: '>', title: t( 'Greater-than sign' ) },\n\t\t\t{ character: '≤', title: t( 'Less-than or equal to' ) },\n\t\t\t{ character: '≥', title: t( 'Greater-than or equal to' ) },\n\t\t\t{ character: '–', title: t( 'En dash' ) },\n\t\t\t{ character: '—', title: t( 'Em dash' ) },\n\t\t\t{ character: '¯', title: t( 'Macron' ) },\n\t\t\t{ character: '‾', title: t( 'Overline' ) },\n\t\t\t{ character: '°', title: t( 'Degree sign' ) },\n\t\t\t{ character: '−', title: t( 'Minus sign' ) },\n\t\t\t{ character: '±', title: t( 'Plus-minus sign' ) },\n\t\t\t{ character: '÷', title: t( 'Division sign' ) },\n\t\t\t{ character: '⁄', title: t( 'Fraction slash' ) },\n\t\t\t{ character: '×', title: t( 'Multiplication sign' ) },\n\t\t\t{ character: 'ƒ', title: t( 'Latin small letter f with hook' ) },\n\t\t\t{ character: '∫', title: t( 'Integral' ) },\n\t\t\t{ character: '∑', title: t( 'N-ary summation' ) },\n\t\t\t{ character: '∞', title: t( 'Infinity' ) },\n\t\t\t{ character: '√', title: t( 'Square root' ) },\n\t\t\t{ character: '∼', title: t( 'Tilde operator' ) },\n\t\t\t{ character: '≅', title: t( 'Approximately equal to' ) },\n\t\t\t{ character: '≈', title: t( 'Almost equal to' ) },\n\t\t\t{ character: '≠', title: t( 'Not equal to' ) },\n\t\t\t{ character: '≡', title: t( 'Identical to' ) },\n\t\t\t{ character: '∈', title: t( 'Element of' ) },\n\t\t\t{ character: '∉', title: t( 'Not an element of' ) },\n\t\t\t{ character: '∋', title: t( 'Contains as member' ) },\n\t\t\t{ character: '∏', title: t( 'N-ary product' ) },\n\t\t\t{ character: '∧', title: t( 'Logical and' ) },\n\t\t\t{ character: '∨', title: t( 'Logical or' ) },\n\t\t\t{ character: '¬', title: t( 'Not sign' ) },\n\t\t\t{ character: '∩', title: t( 'Intersection' ) },\n\t\t\t{ character: '∪', title: t( 'Union' ) },\n\t\t\t{ character: '∂', title: t( 'Partial differential' ) },\n\t\t\t{ character: '∀', title: t( 'For all' ) },\n\t\t\t{ character: '∃', title: t( 'There exists' ) },\n\t\t\t{ character: '∅', title: t( 'Empty set' ) },\n\t\t\t{ character: '∇', title: t( 'Nabla' ) },\n\t\t\t{ character: '∗', title: t( 'Asterisk operator' ) },\n\t\t\t{ character: '∝', title: t( 'Proportional to' ) },\n\t\t\t{ character: '∠', title: t( 'Angle' ) },\n\t\t\t{ character: '¼', title: t( 'Vulgar fraction one quarter' ) },\n\t\t\t{ character: '½', title: t( 'Vulgar fraction one half' ) },\n\t\t\t{ character: '¾', title: t( 'Vulgar fraction three quarters' ) }\n\t\t] );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/specialcharacterstext\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\n/**\n * A plugin that provides special characters for the \"Text\" category.\n *\n *\t\tClassicEditor\n *\t\t\t.create( {\n *\t\t\t\tplugins: [ ..., SpecialCharacters, SpecialCharactersText ],\n *\t\t\t} )\n *\t\t\t.then( ... )\n *\t\t\t.catch( ... );\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class SpecialCharactersText extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'SpecialCharactersText';\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.t;\n\n\t\teditor.plugins.get( 'SpecialCharacters' ).addItems( 'Text', [\n\t\t\t{ character: '‹', title: t( 'Single left-pointing angle quotation mark' ) },\n\t\t\t{ character: '›', title: t( 'Single right-pointing angle quotation mark' ) },\n\t\t\t{ character: '«', title: t( 'Left-pointing double angle quotation mark' ) },\n\t\t\t{ character: '»', title: t( 'Right-pointing double angle quotation mark' ) },\n\t\t\t{ character: '‘', title: t( 'Left single quotation mark' ) },\n\t\t\t{ character: '’', title: t( 'Right single quotation mark' ) },\n\t\t\t{ character: '“', title: t( 'Left double quotation mark' ) },\n\t\t\t{ character: '”', title: t( 'Right double quotation mark' ) },\n\t\t\t{ character: '‚', title: t( 'Single low-9 quotation mark' ) },\n\t\t\t{ character: '„', title: t( 'Double low-9 quotation mark' ) },\n\t\t\t{ character: '¡', title: t( 'Inverted exclamation mark' ) },\n\t\t\t{ character: '¿', title: t( 'Inverted question mark' ) },\n\t\t\t{ character: '‥', title: t( 'Two dot leader' ) },\n\t\t\t{ character: '…', title: t( 'Horizontal ellipsis' ) },\n\t\t\t{ character: '‡', title: t( 'Double dagger' ) },\n\t\t\t{ character: '‰', title: t( 'Per mille sign' ) },\n\t\t\t{ character: '‱', title: t( 'Per ten thousand sign' ) },\n\t\t\t{ character: '‼', title: t( 'Double exclamation mark' ) },\n\t\t\t{ character: '⁈', title: t( 'Question exclamation mark' ) },\n\t\t\t{ character: '⁉', title: t( 'Exclamation question mark' ) },\n\t\t\t{ character: '⁇', title: t( 'Double question mark' ) },\n\t\t\t{ character: '©', title: t( 'Copyright sign' ) },\n\t\t\t{ character: '®', title: t( 'Registered sign' ) },\n\t\t\t{ character: '™', title: t( 'Trade mark sign' ) },\n\t\t\t{ character: '§', title: t( 'Section sign' ) },\n\t\t\t{ character: '¶', title: t( 'Paragraph sign' ) },\n\t\t\t{ character: '⁋', title: t( 'Reversed paragraph sign' ) }\n\t\t] );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/ui/charactergridview\n */\n\nimport { View, ButtonView, addKeyboardHandlingForGrid } from 'ckeditor5/src/ui';\n\nimport { KeystrokeHandler, FocusTracker, global } from 'ckeditor5/src/utils';\n\nimport '../../theme/charactergrid.css';\n\n/**\n * A grid of character tiles. It allows browsing special characters and selecting the character to\n * be inserted into the content.\n *\n * @extends module:ui/view~View\n */\nexport default class CharacterGridView extends View {\n\t/**\n\t * Creates an instance of a character grid containing tiles representing special characters.\n\t *\n\t * @param {module:utils/locale~Locale} locale The localization services instance.\n\t */\n\tconstructor( locale ) {\n\t\tsuper( locale );\n\n\t\t/**\n\t\t * A collection of the child tile views. Each tile represents a particular character.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:ui/viewcollection~ViewCollection}\n\t\t */\n\t\tthis.tiles = this.createCollection();\n\n\t\tthis.setTemplate( {\n\t\t\ttag: 'div',\n\t\t\tchildren: [\n\t\t\t\t{\n\t\t\t\t\ttag: 'div',\n\t\t\t\t\tattributes: {\n\t\t\t\t\t\tclass: [\n\t\t\t\t\t\t\t'ck',\n\t\t\t\t\t\t\t'ck-character-grid__tiles'\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\tchildren: this.tiles\n\t\t\t\t}\n\t\t\t],\n\t\t\tattributes: {\n\t\t\t\tclass: [\n\t\t\t\t\t'ck',\n\t\t\t\t\t'ck-character-grid'\n\t\t\t\t]\n\t\t\t}\n\t\t} );\n\n\t\t/**\n\t\t * Tracks information about the DOM focus in the grid.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:utils/focustracker~FocusTracker}\n\t\t */\n\t\tthis.focusTracker = new FocusTracker();\n\n\t\t/**\n\t\t * An instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:utils/keystrokehandler~KeystrokeHandler}\n\t\t */\n\t\tthis.keystrokes = new KeystrokeHandler();\n\n\t\taddKeyboardHandlingForGrid( {\n\t\t\tkeystrokeHandler: this.keystrokes,\n\t\t\tfocusTracker: this.focusTracker,\n\t\t\tgridItems: this.tiles,\n\t\t\tnumberOfColumns: () => global.window\n\t\t\t\t.getComputedStyle( this.element.firstChild ) // Responsive .ck-character-grid__tiles\n\t\t\t\t.getPropertyValue( 'grid-template-columns' )\n\t\t\t\t.split( ' ' )\n\t\t\t\t.length\n\t\t} );\n\n\t\t/**\n\t\t * Fired when any of {@link #tiles grid tiles} is clicked.\n\t\t *\n\t\t * @event execute\n\t\t * @param {Object} data Additional information about the event.\n\t\t * @param {String} data.name The name of the tile that caused the event (e.g. \"greek small letter epsilon\").\n\t\t * @param {String} data.character A human-readable character displayed as the label (e.g. \"ε\").\n\t\t */\n\n\t\t/**\n\t\t * Fired when a mouse or another pointing device caused the cursor to move onto any {@link #tiles grid tile}\n\t\t * (similar to the native `mouseover` DOM event).\n\t\t *\n\t\t * @event tileHover\n\t\t * @param {Object} data Additional information about the event.\n\t\t * @param {String} data.name The name of the tile that caused the event (e.g. \"greek small letter epsilon\").\n\t\t * @param {String} data.character A human-readable character displayed as the label (e.g. \"ε\").\n\t\t */\n\t}\n\n\t/**\n\t * Creates a new tile for the grid.\n\t *\n\t * @param {String} character A human-readable character displayed as the label (e.g. \"ε\").\n\t * @param {String} name The name of the character (e.g. \"greek small letter epsilon\").\n\t * @returns {module:ui/button/buttonview~ButtonView}\n\t */\n\tcreateTile( character, name ) {\n\t\tconst tile = new ButtonView( this.locale );\n\n\t\ttile.set( {\n\t\t\tlabel: character,\n\t\t\twithText: true,\n\t\t\tclass: 'ck-character-grid__tile'\n\t\t} );\n\n\t\t// Labels are vital for the users to understand what character they're looking at.\n\t\t// For now we're using native title attribute for that, see #5817.\n\t\ttile.extendTemplate( {\n\t\t\tattributes: {\n\t\t\t\ttitle: name\n\t\t\t},\n\t\t\ton: {\n\t\t\t\tmouseover: tile.bindTemplate.to( 'mouseover' )\n\t\t\t}\n\t\t} );\n\n\t\ttile.on( 'mouseover', () => {\n\t\t\tthis.fire( 'tileHover', { name, character } );\n\t\t} );\n\n\t\ttile.on( 'execute', () => {\n\t\t\tthis.fire( 'execute', { name, character } );\n\t\t} );\n\n\t\treturn tile;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\trender() {\n\t\tsuper.render();\n\n\t\tfor ( const item of this.tiles ) {\n\t\t\tthis.focusTracker.add( item.element );\n\t\t}\n\n\t\tthis.tiles.on( 'change', ( eventInfo, { added, removed } ) => {\n\t\t\tif ( added.length > 0 ) {\n\t\t\t\tfor ( const item of added ) {\n\t\t\t\t\tthis.focusTracker.add( item.element );\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( removed.length > 0 ) {\n\t\t\t\tfor ( const item of removed ) {\n\t\t\t\t\tthis.focusTracker.remove( item.element );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\tthis.keystrokes.listenTo( this.element );\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tdestroy() {\n\t\tsuper.destroy();\n\n\t\tthis.keystrokes.destroy();\n\t}\n\n\t/**\n\t * Focuses the first focusable in {@link #tiles}.\n\t */\n\tfocus() {\n\t\tthis.tiles.get( 0 ).focus();\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/ui/characterinfoview\n */\n\nimport { View } from 'ckeditor5/src/ui';\n\nimport '../../theme/characterinfo.css';\n\n/**\n * The view displaying detailed information about a special character glyph, e.g. upon\n * hovering it with a mouse.\n *\n * @extends module:ui/view~View\n */\nexport default class CharacterInfoView extends View {\n\tconstructor( locale ) {\n\t\tsuper( locale );\n\n\t\tconst bind = this.bindTemplate;\n\n\t\t/**\n\t\t * The character whose information is displayed by the view. For instance,\n\t\t * \"∑\" or \"¿\".\n\t\t *\n\t\t * @observable\n\t\t * @member {String|null} #character\n\t\t */\n\t\tthis.set( 'character', null );\n\n\t\t/**\n\t\t * The name of the {@link #character}. For instance,\n\t\t * \"N-ary summation\" or \"Inverted question mark\".\n\t\t *\n\t\t * @observable\n\t\t * @member {String|null} #name\n\t\t */\n\t\tthis.set( 'name', null );\n\n\t\t/**\n\t\t * The \"Unicode string\" of the {@link #character}. For instance,\n\t\t * \"U+0061\".\n\t\t *\n\t\t * @observable\n\t\t * @readonly\n\t\t * @member {String} #code\n\t\t */\n\t\tthis.bind( 'code' ).to( this, 'character', characterToUnicodeString );\n\n\t\tthis.setTemplate( {\n\t\t\ttag: 'div',\n\t\t\tchildren: [\n\t\t\t\t{\n\t\t\t\t\ttag: 'span',\n\t\t\t\t\tattributes: {\n\t\t\t\t\t\tclass: [\n\t\t\t\t\t\t\t'ck-character-info__name'\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t// Note: ZWSP to prevent vertical collapsing.\n\t\t\t\t\t\t\ttext: bind.to( 'name', name => name ? name : '\\u200B' )\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttag: 'span',\n\t\t\t\t\tattributes: {\n\t\t\t\t\t\tclass: [\n\t\t\t\t\t\t\t'ck-character-info__code'\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttext: bind.to( 'code' )\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t],\n\t\t\tattributes: {\n\t\t\t\tclass: [\n\t\t\t\t\t'ck',\n\t\t\t\t\t'ck-character-info'\n\t\t\t\t]\n\t\t\t}\n\t\t} );\n\t}\n}\n\n// Converts a character into a \"Unicode string\", for instance:\n//\n//\t\"$\" -> \"U+0024\"\n//\n// Returns an empty string when the character is `null`.\n//\n// @param {String} character\n// @returns {String}\nfunction characterToUnicodeString( character ) {\n\tif ( character === null ) {\n\t\treturn '';\n\t}\n\n\tconst hexCode = character.codePointAt( 0 ).toString( 16 );\n\n\treturn 'U+' + ( '0000' + hexCode ).slice( -4 );\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/ui/specialcharactersnavigationview\n */\n\nimport { Collection } from 'ckeditor5/src/utils';\nimport { Model, FormHeaderView, createDropdown, addListToDropdown } from 'ckeditor5/src/ui';\n\n/**\n * A class representing the navigation part of the special characters UI. It is responsible\n * for describing the feature and allowing the user to select a particular character group.\n *\n * @extends module:ui/formheader/formheaderview~FormHeaderView\n */\nexport default class SpecialCharactersNavigationView extends FormHeaderView {\n\t/**\n\t * Creates an instance of the {@link module:special-characters/ui/specialcharactersnavigationview~SpecialCharactersNavigationView}\n\t * class.\n\t *\n\t * @param {module:utils/locale~Locale} locale The localization services instance.\n\t * @param {Iterable.<String>} groupNames The names of the character groups.\n\t */\n\tconstructor( locale, groupNames ) {\n\t\tsuper( locale );\n\n\t\tconst t = locale.t;\n\n\t\tthis.set( 'class', 'ck-special-characters-navigation' );\n\n\t\t/**\n\t\t * A dropdown that allows selecting a group of special characters to be displayed.\n\t\t *\n\t\t * @member {module:ui/dropdown/dropdownview~DropdownView}\n\t\t */\n\t\tthis.groupDropdownView = this._createGroupDropdown( groupNames );\n\t\tthis.groupDropdownView.panelPosition = locale.uiLanguageDirection === 'rtl' ? 'se' : 'sw';\n\n\t\t/**\n\t\t * @inheritDoc\n\t\t */\n\t\tthis.label = t( 'Special characters' );\n\n\t\t/**\n\t\t * @inheritDoc\n\t\t */\n\t\tthis.children.add( this.groupDropdownView );\n\t}\n\n\t/**\n\t * Returns the name of the character group currently selected in the {@link #groupDropdownView}.\n\t *\n\t * @type {String}\n\t */\n\tget currentGroupName() {\n\t\treturn this.groupDropdownView.value;\n\t}\n\n\t/**\n\t * Focuses the character categories dropdown.\n\t */\n\tfocus() {\n\t\tthis.groupDropdownView.focus();\n\t}\n\n\t/**\n\t * Returns a dropdown that allows selecting character groups.\n\t *\n\t * @private\n\t * @param {Iterable.<String>} groupNames The names of the character groups.\n\t * @returns {module:ui/dropdown/dropdownview~DropdownView}\n\t */\n\t_createGroupDropdown( groupNames ) {\n\t\tconst locale = this.locale;\n\t\tconst t = locale.t;\n\t\tconst dropdown = createDropdown( locale );\n\t\tconst groupDefinitions = this._getCharacterGroupListItemDefinitions( dropdown, groupNames );\n\n\t\tdropdown.set( 'value', groupDefinitions.first.model.label );\n\n\t\tdropdown.buttonView.bind( 'label' ).to( dropdown, 'value' );\n\n\t\tdropdown.buttonView.set( {\n\t\t\tisOn: false,\n\t\t\twithText: true,\n\t\t\ttooltip: t( 'Character categories' ),\n\t\t\tclass: [ 'ck-dropdown__button_label-width_auto' ]\n\t\t} );\n\n\t\tdropdown.on( 'execute', evt => {\n\t\t\tdropdown.value = evt.source.label;\n\t\t} );\n\n\t\tdropdown.delegate( 'execute' ).to( this );\n\n\t\taddListToDropdown( dropdown, groupDefinitions );\n\n\t\treturn dropdown;\n\t}\n\n\t/**\n\t * Returns list item definitions to be used in the character group dropdown\n\t * representing specific character groups.\n\t *\n\t * @private\n\t * @param {module:ui/dropdown/dropdownview~DropdownView} dropdown\n\t * @param {Iterable.<String>} groupNames The names of the character groups.\n\t * @returns {Iterable.<module:ui/dropdown/utils~ListDropdownItemDefinition>}\n\t */\n\t_getCharacterGroupListItemDefinitions( dropdown, groupNames ) {\n\t\tconst groupDefs = new Collection();\n\n\t\tfor ( const name of groupNames ) {\n\t\t\tconst definition = {\n\t\t\t\ttype: 'button',\n\t\t\t\tmodel: new Model( {\n\t\t\t\t\tlabel: name,\n\t\t\t\t\twithText: true\n\t\t\t\t} )\n\t\t\t};\n\n\t\t\tdefinition.model.bind( 'isOn' ).to( dropdown, 'value', value => {\n\t\t\t\treturn value === definition.model.label;\n\t\t\t} );\n\n\t\t\tgroupDefs.add( definition );\n\t\t}\n\n\t\treturn groupDefs;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters/ui/specialcharactersview\n */\n\nimport { View, FocusCycler } from 'ckeditor5/src/ui';\nimport { FocusTracker, KeystrokeHandler } from 'ckeditor5/src/utils';\n\n/**\n * A view that glues pieces of the special characters dropdown panel together:\n *\n * * the navigation view (allows selecting the category),\n * * the grid view (displays characters as a grid),\n * * and the info view (displays detailed info about a specific character).\n *\n * @extends module:ui/view~View\n */\nexport default class SpecialCharactersView extends View {\n\t/**\n\t * Creates an instance of the `SpecialCharactersView`.\n\t *\n\t * @param {module:utils/locale~Locale} locale The localization services instance.\n\t * @param {module:special-characters/ui/specialcharactersnavigationview~SpecialCharactersNavigationView} navigationView\n\t * @param {module:special-characters/ui/charactergridview~CharacterGridView} gridView\n\t * @param {module:special-characters/ui/characterinfoview~CharacterInfoView} infoView\n\t */\n\tconstructor( locale, navigationView, gridView, infoView ) {\n\t\tsuper( locale );\n\n\t\t/**\n\t\t * A collection of the focusable children of the view.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:ui/viewcollection~ViewCollection}\n\t\t */\n\t\tthis.items = this.createCollection();\n\n\t\t/**\n\t\t * Tracks information about the DOM focus in the view.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:utils/focustracker~FocusTracker}\n\t\t */\n\t\tthis.focusTracker = new FocusTracker();\n\n\t\t/**\n\t\t * An instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.\n\t\t *\n\t\t * @readonly\n\t\t * @member {module:utils/keystrokehandler~KeystrokeHandler}\n\t\t */\n\t\tthis.keystrokes = new KeystrokeHandler();\n\n\t\t/**\n\t\t * Helps cycling over focusable {@link #items} in the view.\n\t\t *\n\t\t * @readonly\n\t\t * @protected\n\t\t * @member {module:ui/focuscycler~FocusCycler}\n\t\t */\n\t\tthis._focusCycler = new FocusCycler( {\n\t\t\tfocusables: this.items,\n\t\t\tfocusTracker: this.focusTracker,\n\t\t\tkeystrokeHandler: this.keystrokes,\n\t\t\tactions: {\n\t\t\t\tfocusPrevious: 'shift + tab',\n\t\t\t\tfocusNext: 'tab'\n\t\t\t}\n\t\t} );\n\n\t\t/**\n\t\t * An instance of the `SpecialCharactersNavigationView`.\n\t\t *\n\t\t * @member {module:special-characters/ui/specialcharactersnavigationview~SpecialCharactersNavigationView}\n\t\t */\n\t\tthis.navigationView = navigationView;\n\n\t\t/**\n\t\t * An instance of the `CharacterGridView`.\n\t\t *\n\t\t * @member {module:special-characters/ui/charactergridview~CharacterGridView}\n\t\t */\n\t\tthis.gridView = gridView;\n\n\t\t/**\n\t\t * An instance of the `CharacterInfoView`.\n\t\t *\n\t\t * @member {module:special-characters/ui/characterinfoview~CharacterInfoView}\n\t\t */\n\t\tthis.infoView = infoView;\n\n\t\tthis.setTemplate( {\n\t\t\ttag: 'div',\n\t\t\tchildren: [\n\t\t\t\tthis.navigationView,\n\t\t\t\tthis.gridView,\n\t\t\t\tthis.infoView\n\t\t\t],\n\t\t\tattributes: {\n\t\t\t\t// Avoid focus loss when the user clicks the area of the grid that is not a button.\n\t\t\t\t// https://github.com/ckeditor/ckeditor5/pull/12319#issuecomment-1231779819\n\t\t\t\ttabindex: '-1'\n\t\t\t}\n\t\t} );\n\n\t\tthis.items.add( this.navigationView.groupDropdownView.buttonView );\n\t\tthis.items.add( this.gridView );\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\trender() {\n\t\tsuper.render();\n\n\t\tthis.focusTracker.add( this.navigationView.groupDropdownView.buttonView.element );\n\t\tthis.focusTracker.add( this.gridView.element );\n\n\t\t// Start listening for the keystrokes coming from #element.\n\t\tthis.keystrokes.listenTo( this.element );\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tdestroy() {\n\t\tsuper.destroy();\n\n\t\tthis.focusTracker.destroy();\n\t\tthis.keystrokes.destroy();\n\t}\n\n\t/**\n\t * Focuses the first focusable in {@link #items}.\n\t */\n\tfocus() {\n\t\tthis.navigationView.focus();\n\t}\n}\n","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/core.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/typing.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/ui.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/utils.js\");","module.exports = CKEditor5.dll;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module special-characters\n */\n\nexport { default as SpecialCharacters } from './specialcharacters';\nexport { default as SpecialCharactersArrows } from './specialcharactersarrows';\nexport { default as SpecialCharactersText } from './specialcharacterstext';\nexport { default as SpecialCharactersMathematical } from './specialcharactersmathematical';\nexport { default as SpecialCharactersLatin } from './specialcharacterslatin';\nexport { default as SpecialCharactersEssentials } from './specialcharactersessentials';\nexport { default as SpecialCharactersCurrency } from './specialcharacterscurrency';\n"],"sourceRoot":""}
@@ -1 +1 @@
1
- !function(a){const o=a["pt-br"]=a["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{All:"Tudo","Almost equal to":"Quase igual a",Angle:"Ângulo","Approximately equal to":"Aproximadamente igual a",Arrows:"Setas","Asterisk operator":"Operador asterisco","Austral sign":"Símbolo de Austral","back with leftwards arrow above":"volta com a seta esquerda acima","Bitcoin sign":"Símbolo do Bitcoin","Cedi sign":"Símbolo de Cedi","Cent sign":"Símbolo de Centavo","Character categories":"Categoria de caracteres","Colon sign":"Sinal de dois pontos","Contains as member":"Contém como membro","Copyright sign":"Símbolo de direitos reservados","Cruzeiro sign":"Símbolo do Cruzeiro",Currency:"Moeda","Currency sign":"Símbolo de moeda","Degree sign":"Sinal de grau","Division sign":"Sinal de divisão","Dollar sign":"Símbolo do dólar","Dong sign":"Símbolo do Dong","Double dagger":"Adaga dupla","Double exclamation mark":"Sinal do ponto de exclamação duplo","Double low-9 quotation mark":"Aspas duplas baixas simples","Double question mark":"Ponto de interrogação duplo","downwards arrow to bar":"seta para baixo para barra","downwards dashed arrow":"Seta tracejada para baixo","downwards double arrow":"Seta dupla para baixo","downwards simple arrow":"seta simples para baixo","Drachma sign":"Sinal de Dracma","Element of":"Elemento de","Em dash":"Travessão","Empty set":"Conjunto vazio","En dash":"Traço","end with leftwards arrow above":"termina com a seta esquerda acima","Euro sign":"Símbolo do Euro","Euro-currency sign":"Símbolo da Moeda do Euro","Exclamation question mark":"Ponto de exclamação","For all":"Para todos","Fraction slash":"Barra de fração","French franc sign":"Símbolo do Franco Francês","German penny sign":"Símbolo do Centavo Alemão","Greater-than or equal to":"Maior que ou igual a","Greater-than sign":"Sinal maior que","Guarani sign":"Símbolo de Guarani","Horizontal ellipsis":"Elipse horizontal","Hryvnia sign":"Símbolo de Hryvnia","Identical to":"Idêntico a","Indian rupee sign":"Símbolo da Rupia Indiana",Infinity:"Infinito",Integral:"Integral",Intersection:"Interseção","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Kip sign":"Símbolo do Kip",Latin:"Latim","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin capital letter a with macron":"Símbolo latim maiúsculo A com macron","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin capital letter e with macron":"Símbolo latim maiúsculo E com macron","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin capital letter i with macron":"Símbolo latim maiúsculo I com macron","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin capital letter o with macron":"Símbolo latim maiúsculo I com macron","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin capital letter u with macron":"Símbolo latim maiúsculo I com macron","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin small letter a with macron":"Símbolo latim minúsculo A com macron","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin small letter e with macron":"Símbolo latim minúsculo E com macron","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin small letter f with hook":"Símbolo latim minúsculo F com gancho","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin small letter i with macron":"Símbolo latim minúsculo I com macron","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin small letter long s":"Símbolo latim minúsculo long s","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin small letter o with macron":"Símbolo latim minúsculo O com macron","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin small letter u with macron":"Símbolo latim minúsculo U com macron","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Left double quotation mark":"Aspas dupla esquerda","Left single quotation mark":"Aspas simples esquerda","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","leftwards arrow to bar":"seta para a esquerda para barra","leftwards dashed arrow":"Seta tracejada para esquerda","leftwards double arrow":"Seta dupla para esquerda","leftwards simple arrow":"seta simples para a esquerda","Less-than or equal to":"Menor que ou igual a","Less-than sign":"Sinal menor que","Lira sign":"Símbolo da Lira","Livre tournois sign":"Símbolo de Livre tournois","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR",Macron:"Macron","Manat sign":"Símbolo do Manat",Mathematical:"Matemática","Mill sign":"Símbolo de Mill","Minus sign":"Sinal de menos","Multiplication sign":"Sinal de multiplicação","N-ary product":"Símbolo Produto N-ário","N-ary summation":"Somatório",Nabla:"Nabla","Naira sign":"Símbolo de Naira","New sheqel sign":"Símbolo do Novo Sheqel","Nordic mark sign":"Símbolo da Marca Nórdica","Not an element of":"Não é um elemento de","Not equal to":"Diferente de","Not sign":"Sinal de não","on with exclamation mark with left right arrow above":"com ponto de exclamação com a seta esquerda direita acima",Overline:"Sobrepor","Paragraph sign":"Símbolo de parágrafo","Partial differential":"Diferencial parcial","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Peseta sign":"Símbolo de Peseta","Peso sign":"Sinal de Peso","Plus-minus sign":"Sinal de mais ou menos","Pound sign":"Símbolo de Libra","Proportional to":"Proporcional a","Question exclamation mark":"Ponto de interrogação","Registered sign":"Símbolo de registrado","Reversed paragraph sign":"Símbolo de parágrafo reverso","Right double quotation mark":"Aspas dupla direita","Right single quotation mark":"Aspas simples direita","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","rightwards arrow to bar":"seta para a direita para barra","rightwards dashed arrow":"Seta tracejada para direita","rightwards double arrow":"Seta dupla para direita","rightwards simple arrow":"seta simples para a direita","Ruble sign":"Símbolo do Rublo Russo","Rupee sign":"Símbolo da Rupia","Section sign":"Símbolo de seleção","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single low-9 quotation mark":"Aspas baixas simples","Single right-pointing angle quotation mark":"Aspas angulares simples direita","soon with rightwards arrow above":"Símbolo soon com a seta para a direita acima","Special characters":"Caracteres especiais","Spesmilo sign":"Símbolo do Spesmilo","Square root":"Raiz quadrada","Tenge sign":"Símbolo do Tenge",Text:"Texto","There exists":"Existe","Tilde operator":"Operador til","top with upwards arrow above":"Símbolo topo com a seta para cima acima","Trade mark sign":"Símbolo de marca registrada","Tugrik sign":"Símbolo de Tugrik","Turkish lira sign":"Símbolo da Lira Turca","Two dot leader":"Dois pontos",Union:"União","up down arrow with base":"seta para baixo com base","upwards arrow to bar":"seta para cima para barra","upwards dashed arrow":"Seta tracejada para cima","upwards double arrow":"Seta dupla para cima","upwards simple arrow":"seta simples para cima","Vulgar fraction one half":"Fração um meio","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction three quarters":"Fração três quartos","Won sign":"Símbolo do Won","Yen sign":"Símbolo do Yen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const o=a["pt-br"]=a["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{All:"Tudo","Almost equal to":"Quase igual a",Angle:"Ângulo","Approximately equal to":"Aproximadamente igual a",Arrows:"Setas","Asterisk operator":"Operador asterisco","Austral sign":"Símbolo de Austral","back with leftwards arrow above":"símbolo BACK com a seta para esquerda acima","Bitcoin sign":"Símbolo do Bitcoin","Cedi sign":"Símbolo de Cedi","Cent sign":"Símbolo de Centavo","Character categories":"Categoria de caracteres","Colon sign":"Sinal de dois pontos","Contains as member":"Contém como membro","Copyright sign":"Símbolo de direitos reservados","Cruzeiro sign":"Símbolo do Cruzeiro",Currency:"Moeda","Currency sign":"Símbolo de moeda","Degree sign":"Sinal de grau","Division sign":"Sinal de divisão","Dollar sign":"Símbolo do Dólar","Dong sign":"Símbolo do Dong","Double dagger":"Adaga dupla","Double exclamation mark":"Sinal do ponto de exclamação duplo","Double low-9 quotation mark":"Aspas duplas baixas simples","Double question mark":"Ponto de interrogação duplo","downwards arrow to bar":"seta a baixo para barra","downwards dashed arrow":"seta tracejada para baixo","downwards double arrow":"seta dupla para baixo","downwards simple arrow":"seta simples para baixo","Drachma sign":"Sinal de Dracma","Element of":"Elemento de","Em dash":"Travessão","Empty set":"Conjunto vazio","En dash":"Traço","end with leftwards arrow above":"símbolo END com a seta para esquerda acima","Euro sign":"Símbolo do Euro","Euro-currency sign":"Símbolo da moeda Euro","Exclamation question mark":"Ponto de exclamação com interrogação","For all":"Para todos","Fraction slash":"Barra de fração","French franc sign":"Símbolo do Franco Francês","German penny sign":"Símbolo do Centavo Alemão","Greater-than or equal to":"Maior que ou igual a","Greater-than sign":"Sinal maior que","Guarani sign":"Símbolo do Guarani","Horizontal ellipsis":"Elipse horizontal","Hryvnia sign":"Símbolo de Hryvnia","Identical to":"Idêntico a","Indian rupee sign":"Símbolo da Rupia Indiana",Infinity:"Infinito",Integral:"Integral",Intersection:"Interseção","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Kip sign":"Símbolo do Kip",Latin:"Latim","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin capital letter a with macron":"Símbolo latim maiúsculo A com mácron","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin capital letter e with macron":"Símbolo latim maiúsculo E com mácron","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin capital letter i with macron":"Símbolo latim maiúsculo I com mácron","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin capital letter o with macron":"Símbolo latim maiúsculo I com mácron","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin capital letter u with macron":"Símbolo latim maiúsculo I com mácron","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin small letter a with macron":"Símbolo latim minúsculo A com mácron","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin small letter e with macron":"Símbolo latim minúsculo E com mácron","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin small letter f with hook":"Latim minúsculo F com gancho","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin small letter i with macron":"Símbolo latim minúsculo I com mácron","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin small letter long s":"Símbolo latim minúsculo long s","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin small letter o with macron":"Símbolo latim minúsculo O com mácron","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin small letter u with macron":"Símbolo latim minúsculo U com mácron","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Left double quotation mark":"Aspas dupla esquerda","Left single quotation mark":"Aspas simples esquerda","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","leftwards arrow to bar":"seta à esquerda para barra","leftwards dashed arrow":"seta tracejada para esquerda","leftwards double arrow":"seta dupla para esquerda","leftwards simple arrow":"seta simples para a esquerda","Less-than or equal to":"Menor que ou igual a","Less-than sign":"Sinal menor que","Lira sign":"Símbolo da Lira","Livre tournois sign":"Símbolo de Livre tournois","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR",Macron:"Mácron","Manat sign":"Símbolo do Manat",Mathematical:"Matemática","Mill sign":"Símbolo de Mill","Minus sign":"Sinal de menos","Multiplication sign":"Sinal de multiplicação","N-ary product":"Produto Cartesiano","N-ary summation":"Somatório",Nabla:"Nabla","Naira sign":"Símbolo de Naira","New sheqel sign":"Símbolo do Novo Sheqel","Nordic mark sign":"Símbolo do Marco Nórdico","Not an element of":"Não é um elemento de","Not equal to":"Diferente de","Not sign":"Sinal de não","on with exclamation mark with left right arrow above":"símbolo ON com ponto de exclamação e seta para esquerda e direita acima",Overline:"Linha acima","Paragraph sign":"Símbolo de parágrafo","Partial differential":"Diferencial parcial","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Peseta sign":"Símbolo de Peseta","Peso sign":"Símbolo do Peso","Plus-minus sign":"Sinal de mais ou menos","Pound sign":"Símbolo de Libra","Proportional to":"Proporcional a","Question exclamation mark":"Ponto de interrogação com exclamação","Registered sign":"Símbolo de registrado","Reversed paragraph sign":"Símbolo de parágrafo invertido","Right double quotation mark":"Aspas dupla direita","Right single quotation mark":"Aspas simples direita","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","rightwards arrow to bar":"seta à direita para barra","rightwards dashed arrow":"seta tracejada para direita","rightwards double arrow":"seta dupla para direita","rightwards simple arrow":"seta simples para a direita","Ruble sign":"Símbolo do Rublo Russo","Rupee sign":"Símbolo da Rupia","Section sign":"Símbolo de secção","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single low-9 quotation mark":"Aspas baixas simples","Single right-pointing angle quotation mark":"Aspas angulares simples direita","soon with rightwards arrow above":"símbolo SOON com a seta para a direita acima","Special characters":"Caracteres especiais","Spesmilo sign":"Símbolo do Spesmilo","Square root":"Raiz quadrada","Tenge sign":"Símbolo do Tenge",Text:"Texto","There exists":"Existe","Tilde operator":"Operador til","top with upwards arrow above":"símbolo TOP com a seta para cima acima","Trade mark sign":"Símbolo de marca registrada","Tugrik sign":"Símbolo de Tugrik","Turkish lira sign":"Símbolo da Lira Turca","Two dot leader":"Dois pontos",Union:"União","up down arrow with base":"seta para cima e para baixo com base","upwards arrow to bar":"seta a cima para barra","upwards dashed arrow":"seta tracejada para cima","upwards double arrow":"seta dupla para cima","upwards simple arrow":"seta simples para cima","Vulgar fraction one half":"Fração um meio","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction three quarters":"Fração três quartos","Won sign":"Símbolo do Won","Yen sign":"Símbolo do Yen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
16
16
  "Language: ar\n"
17
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Azerbaijani (https://app.transifex.com/ckeditor/teams/11143/az/)\n"
16
16
  "Language: az\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
16
16
  "Language: bg\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
16
16
  "Language: bn\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
16
16
  "Language: ca\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
16
16
  "Language: cs\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
16
16
  "Language: da\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
16
16
  "Language: de\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
16
16
  "Language: el\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
16
16
  "Language: en_AU\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language: \n"
16
16
  "Language-Team: \n"
17
17
  "Plural-Forms: \n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
16
16
  "Language: es\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
16
16
  "Language: et\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Persian (https://app.transifex.com/ckeditor/teams/11143/fa/)\n"
16
16
  "Language: fa\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
16
16
  "Language: fi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
16
16
  "Language: gl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
16
16
  "Language: hi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
16
  "Language: hr\n"
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
16
  "Language: hu\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
16
  "Language: id\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Name of the special characters plugins, visible in a dropdown and as a button tooltip."
20
21
  msgid "Special characters"