@ckeditor/ckeditor5-case-change 42.0.2-alpha.2 → 43.0.0-alpha.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 (98) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/build/case-change.js +1 -1
  3. package/build/translations/sr-latn.js +1 -0
  4. package/dist/index.js +1 -1
  5. package/dist/translations/ar.js +1 -1
  6. package/dist/translations/ar.umd.js +1 -1
  7. package/dist/translations/bg.js +1 -1
  8. package/dist/translations/bg.umd.js +1 -1
  9. package/dist/translations/bn.js +1 -1
  10. package/dist/translations/bn.umd.js +1 -1
  11. package/dist/translations/ca.js +1 -1
  12. package/dist/translations/ca.umd.js +1 -1
  13. package/dist/translations/cs.js +1 -1
  14. package/dist/translations/cs.umd.js +1 -1
  15. package/dist/translations/da.js +1 -1
  16. package/dist/translations/da.umd.js +1 -1
  17. package/dist/translations/de.js +1 -1
  18. package/dist/translations/de.umd.js +1 -1
  19. package/dist/translations/el.js +1 -1
  20. package/dist/translations/el.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es-co.js +1 -1
  23. package/dist/translations/es-co.umd.js +1 -1
  24. package/dist/translations/es.js +1 -1
  25. package/dist/translations/es.umd.js +1 -1
  26. package/dist/translations/et.js +1 -1
  27. package/dist/translations/et.umd.js +1 -1
  28. package/dist/translations/fi.js +1 -1
  29. package/dist/translations/fi.umd.js +1 -1
  30. package/dist/translations/fr.js +1 -1
  31. package/dist/translations/fr.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.d.ts +8 -0
  71. package/dist/translations/sr-latn.js +23 -0
  72. package/dist/translations/sr-latn.umd.js +23 -0
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/uk.js +1 -1
  82. package/dist/translations/uk.umd.js +1 -1
  83. package/dist/translations/vi.js +1 -1
  84. package/dist/translations/vi.umd.js +1 -1
  85. package/dist/translations/zh-cn.js +1 -1
  86. package/dist/translations/zh-cn.umd.js +1 -1
  87. package/dist/translations/zh.js +1 -1
  88. package/dist/translations/zh.umd.js +1 -1
  89. package/dist/utils/common-translations.d.ts +13 -0
  90. package/lang/translations/sr-latn.po +42 -0
  91. package/package.json +6 -6
  92. package/src/casechange.js +1 -1
  93. package/src/casechangecommand.js +1 -1
  94. package/src/casechangeediting.js +1 -1
  95. package/src/casechangeui.js +1 -1
  96. package/src/index.js +1 -1
  97. package/src/utils/common-translations.d.ts +9 -0
  98. package/src/utils/common-translations.js +23 -0
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'tr':{'dictionary':{'Case\x20change':'Büyük/küçük\x20harf\x20değişikliği','UPPERCASE':'BÜYÜK\x20HARF','lowercase':'küçük\x20harf','Title\x20Case':'Yalnızca\x20İlk\x20Harfler\x20Büyük','Change\x20text\x20case':'Metnin\x20harf\x20durumunu\x20değiştir','Changed\x20case\x20to\x20%0':'Büyük\x20harf/küçük\x20harf\x20durumu\x20%0\x20olarak\x20değiştirildi'},'getPluralForm':_0x2966b=>_0x2966b>0x1}};
23
+ export default{'tr':{'dictionary':{'Case\x20change':'Büyük/küçük\x20harf\x20değişikliği','UPPERCASE':'BÜYÜK\x20HARF','lowercase':'küçük\x20harf','Title\x20Case':'Yalnızca\x20İlk\x20Harfler\x20Büyük','Change\x20text\x20case':'Metnin\x20harf\x20durumunu\x20değiştir','Changed\x20case\x20to\x20%0':'Büyük\x20harf/küçük\x20harf\x20durumu\x20%0\x20olarak\x20değiştirildi'},'getPluralForm':_0x25e93b=>_0x25e93b>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3555e7=>{const {tr:{dictionary:_0x33c34e,getPluralForm:_0x289178}}={'tr':{'dictionary':{'Case\x20change':'Büyük/küçük\x20harf\x20değişikliği','UPPERCASE':'BÜYÜK\x20HARF','lowercase':'küçük\x20harf','Title\x20Case':'Yalnızca\x20İlk\x20Harfler\x20Büyük','Change\x20text\x20case':'Metnin\x20harf\x20durumunu\x20değiştir','Changed\x20case\x20to\x20%0':'Büyük\x20harf/küçük\x20harf\x20durumu\x20%0\x20olarak\x20değiştirildi'},'getPluralForm':_0x13e9f5=>_0x13e9f5>0x1}};_0x3555e7['tr']||={'dictionary':{},'getPluralForm':null},_0x3555e7['tr']['dictionary']=Object['assign'](_0x3555e7['tr']['dictionary'],_0x33c34e),_0x3555e7['tr']['getPluralForm']=_0x289178;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xe916ee=>{const {tr:{dictionary:_0x4cfa88,getPluralForm:_0x5b770a}}={'tr':{'dictionary':{'Case\x20change':'Büyük/küçük\x20harf\x20değişikliği','UPPERCASE':'BÜYÜK\x20HARF','lowercase':'küçük\x20harf','Title\x20Case':'Yalnızca\x20İlk\x20Harfler\x20Büyük','Change\x20text\x20case':'Metnin\x20harf\x20durumunu\x20değiştir','Changed\x20case\x20to\x20%0':'Büyük\x20harf/küçük\x20harf\x20durumu\x20%0\x20olarak\x20değiştirildi'},'getPluralForm':_0x592126=>_0x592126>0x1}};_0xe916ee['tr']||={'dictionary':{},'getPluralForm':null},_0xe916ee['tr']['dictionary']=Object['assign'](_0xe916ee['tr']['dictionary'],_0x4cfa88),_0xe916ee['tr']['getPluralForm']=_0x5b770a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uk':{'dictionary':{'Case\x20change':'Зміна\x20регістру','UPPERCASE':'ВЕЛИКІ\x20ЛІТЕРИ','lowercase':'малі\x20літери','Title\x20Case':'Регістр\x20назви','Change\x20text\x20case':'Змінити\x20регістр\x20тексту','Changed\x20case\x20to\x20%0':'Регістр\x20змінено\x20на\x20%0'},'getPluralForm':_0x438b8a=>_0x438b8a%0x1==0x0&&_0x438b8a%0xa==0x1&&_0x438b8a%0x64!=0xb?0x0:_0x438b8a%0x1==0x0&&_0x438b8a%0xa>=0x2&&_0x438b8a%0xa<=0x4&&(_0x438b8a%0x64<0xc||_0x438b8a%0x64>0xe)?0x1:_0x438b8a%0x1==0x0&&(_0x438b8a%0xa==0x0||_0x438b8a%0xa>=0x5&&_0x438b8a%0xa<=0x9||_0x438b8a%0x64>=0xb&&_0x438b8a%0x64<=0xe)?0x2:0x3}};
23
+ export default{'uk':{'dictionary':{'Case\x20change':'Зміна\x20регістру','UPPERCASE':'ВЕЛИКІ\x20ЛІТЕРИ','lowercase':'малі\x20літери','Title\x20Case':'Регістр\x20назви','Change\x20text\x20case':'Змінити\x20регістр\x20тексту','Changed\x20case\x20to\x20%0':'Регістр\x20змінено\x20на\x20%0'},'getPluralForm':_0x20d9ec=>_0x20d9ec%0x1==0x0&&_0x20d9ec%0xa==0x1&&_0x20d9ec%0x64!=0xb?0x0:_0x20d9ec%0x1==0x0&&_0x20d9ec%0xa>=0x2&&_0x20d9ec%0xa<=0x4&&(_0x20d9ec%0x64<0xc||_0x20d9ec%0x64>0xe)?0x1:_0x20d9ec%0x1==0x0&&(_0x20d9ec%0xa==0x0||_0x20d9ec%0xa>=0x5&&_0x20d9ec%0xa<=0x9||_0x20d9ec%0x64>=0xb&&_0x20d9ec%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x745b37=>{const {uk:{dictionary:_0x150618,getPluralForm:_0x920f7b}}={'uk':{'dictionary':{'Case\x20change':'Зміна\x20регістру','UPPERCASE':'ВЕЛИКІ\x20ЛІТЕРИ','lowercase':'малі\x20літери','Title\x20Case':'Регістр\x20назви','Change\x20text\x20case':'Змінити\x20регістр\x20тексту','Changed\x20case\x20to\x20%0':'Регістр\x20змінено\x20на\x20%0'},'getPluralForm':_0x3a39a6=>_0x3a39a6%0x1==0x0&&_0x3a39a6%0xa==0x1&&_0x3a39a6%0x64!=0xb?0x0:_0x3a39a6%0x1==0x0&&_0x3a39a6%0xa>=0x2&&_0x3a39a6%0xa<=0x4&&(_0x3a39a6%0x64<0xc||_0x3a39a6%0x64>0xe)?0x1:_0x3a39a6%0x1==0x0&&(_0x3a39a6%0xa==0x0||_0x3a39a6%0xa>=0x5&&_0x3a39a6%0xa<=0x9||_0x3a39a6%0x64>=0xb&&_0x3a39a6%0x64<=0xe)?0x2:0x3}};_0x745b37['uk']||={'dictionary':{},'getPluralForm':null},_0x745b37['uk']['dictionary']=Object['assign'](_0x745b37['uk']['dictionary'],_0x150618),_0x745b37['uk']['getPluralForm']=_0x920f7b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x558889=>{const {uk:{dictionary:_0x2a2bb6,getPluralForm:_0x458221}}={'uk':{'dictionary':{'Case\x20change':'Зміна\x20регістру','UPPERCASE':'ВЕЛИКІ\x20ЛІТЕРИ','lowercase':'малі\x20літери','Title\x20Case':'Регістр\x20назви','Change\x20text\x20case':'Змінити\x20регістр\x20тексту','Changed\x20case\x20to\x20%0':'Регістр\x20змінено\x20на\x20%0'},'getPluralForm':_0xb07aa5=>_0xb07aa5%0x1==0x0&&_0xb07aa5%0xa==0x1&&_0xb07aa5%0x64!=0xb?0x0:_0xb07aa5%0x1==0x0&&_0xb07aa5%0xa>=0x2&&_0xb07aa5%0xa<=0x4&&(_0xb07aa5%0x64<0xc||_0xb07aa5%0x64>0xe)?0x1:_0xb07aa5%0x1==0x0&&(_0xb07aa5%0xa==0x0||_0xb07aa5%0xa>=0x5&&_0xb07aa5%0xa<=0x9||_0xb07aa5%0x64>=0xb&&_0xb07aa5%0x64<=0xe)?0x2:0x3}};_0x558889['uk']||={'dictionary':{},'getPluralForm':null},_0x558889['uk']['dictionary']=Object['assign'](_0x558889['uk']['dictionary'],_0x2a2bb6),_0x558889['uk']['getPluralForm']=_0x458221;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'vi':{'dictionary':{'Case\x20change':'Thay\x20đổi\x20chữ\x20hoa,\x20chữ\x20thường','UPPERCASE':'CHỮ\x20HOA','lowercase':'chữ\x20thường','Title\x20Case':'Viết\x20Hoa\x20Đầu\x20Mỗi\x20Từ','Change\x20text\x20case':'Thay\x20đổi\x20chữ\x20hoa/thường','Changed\x20case\x20to\x20%0':'Đã\x20đổi\x20loại\x20chữ\x20thành\x20%0'},'getPluralForm':_0x53b4df=>0x0}};
23
+ export default{'vi':{'dictionary':{'Case\x20change':'Thay\x20đổi\x20chữ\x20hoa,\x20chữ\x20thường','UPPERCASE':'CHỮ\x20HOA','lowercase':'chữ\x20thường','Title\x20Case':'Viết\x20Hoa\x20Đầu\x20Mỗi\x20Từ','Change\x20text\x20case':'Thay\x20đổi\x20chữ\x20hoa/thường','Changed\x20case\x20to\x20%0':'Đã\x20đổi\x20loại\x20chữ\x20thành\x20%0'},'getPluralForm':_0x43065a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5c45e7=>{const {vi:{dictionary:_0x1e866e,getPluralForm:_0x458beb}}={'vi':{'dictionary':{'Case\x20change':'Thay\x20đổi\x20chữ\x20hoa,\x20chữ\x20thường','UPPERCASE':'CHỮ\x20HOA','lowercase':'chữ\x20thường','Title\x20Case':'Viết\x20Hoa\x20Đầu\x20Mỗi\x20Từ','Change\x20text\x20case':'Thay\x20đổi\x20chữ\x20hoa/thường','Changed\x20case\x20to\x20%0':'Đã\x20đổi\x20loại\x20chữ\x20thành\x20%0'},'getPluralForm':_0x762dd7=>0x0}};_0x5c45e7['vi']||={'dictionary':{},'getPluralForm':null},_0x5c45e7['vi']['dictionary']=Object['assign'](_0x5c45e7['vi']['dictionary'],_0x1e866e),_0x5c45e7['vi']['getPluralForm']=_0x458beb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5df1d9=>{const {vi:{dictionary:_0x114569,getPluralForm:_0x433453}}={'vi':{'dictionary':{'Case\x20change':'Thay\x20đổi\x20chữ\x20hoa,\x20chữ\x20thường','UPPERCASE':'CHỮ\x20HOA','lowercase':'chữ\x20thường','Title\x20Case':'Viết\x20Hoa\x20Đầu\x20Mỗi\x20Từ','Change\x20text\x20case':'Thay\x20đổi\x20chữ\x20hoa/thường','Changed\x20case\x20to\x20%0':'Đã\x20đổi\x20loại\x20chữ\x20thành\x20%0'},'getPluralForm':_0x5a7a8b=>0x0}};_0x5df1d9['vi']||={'dictionary':{},'getPluralForm':null},_0x5df1d9['vi']['dictionary']=Object['assign'](_0x5df1d9['vi']['dictionary'],_0x114569),_0x5df1d9['vi']['getPluralForm']=_0x433453;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh-cn':{'dictionary':{'Case\x20change':'改变大小写','UPPERCASE':'大写','lowercase':'小写','Title\x20Case':'标题大小写','Change\x20text\x20case':'更改文本大小写','Changed\x20case\x20to\x20%0':'大小写格式更改为\x20%0'},'getPluralForm':_0x14c115=>0x0}};
23
+ export default{'zh-cn':{'dictionary':{'Case\x20change':'改变大小写','UPPERCASE':'大写','lowercase':'小写','Title\x20Case':'标题大小写','Change\x20text\x20case':'更改文本大小写','Changed\x20case\x20to\x20%0':'大小写格式更改为\x20%0'},'getPluralForm':_0x1f3bcb=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x436b5e=>{const {'zh-cn':{dictionary:_0x281ee2,getPluralForm:_0x11d875}}={'zh-cn':{'dictionary':{'Case\x20change':'改变大小写','UPPERCASE':'大写','lowercase':'小写','Title\x20Case':'标题大小写','Change\x20text\x20case':'更改文本大小写','Changed\x20case\x20to\x20%0':'大小写格式更改为\x20%0'},'getPluralForm':_0x27eb85=>0x0}};_0x436b5e['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x436b5e['zh-cn']['dictionary']=Object['assign'](_0x436b5e['zh-cn']['dictionary'],_0x281ee2),_0x436b5e['zh-cn']['getPluralForm']=_0x11d875;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x376a85=>{const {'zh-cn':{dictionary:_0x50d21f,getPluralForm:_0x3a7006}}={'zh-cn':{'dictionary':{'Case\x20change':'改变大小写','UPPERCASE':'大写','lowercase':'小写','Title\x20Case':'标题大小写','Change\x20text\x20case':'更改文本大小写','Changed\x20case\x20to\x20%0':'大小写格式更改为\x20%0'},'getPluralForm':_0x1c85ce=>0x0}};_0x376a85['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x376a85['zh-cn']['dictionary']=Object['assign'](_0x376a85['zh-cn']['dictionary'],_0x50d21f),_0x376a85['zh-cn']['getPluralForm']=_0x3a7006;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh':{'dictionary':{'Case\x20change':'變更大小寫','UPPERCASE':'大寫','lowercase':'小寫','Title\x20Case':'標題大小寫','Change\x20text\x20case':'更改文字大小寫','Changed\x20case\x20to\x20%0':'大小寫已變更為\x20%0'},'getPluralForm':_0x26f56a=>0x0}};
23
+ export default{'zh':{'dictionary':{'Case\x20change':'變更大小寫','UPPERCASE':'大寫','lowercase':'小寫','Title\x20Case':'標題大小寫','Change\x20text\x20case':'更改文字大小寫','Changed\x20case\x20to\x20%0':'大小寫已變更為\x20%0'},'getPluralForm':_0x54087f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5f0d2d=>{const {zh:{dictionary:_0xe5a62d,getPluralForm:_0x16dbaf}}={'zh':{'dictionary':{'Case\x20change':'變更大小寫','UPPERCASE':'大寫','lowercase':'小寫','Title\x20Case':'標題大小寫','Change\x20text\x20case':'更改文字大小寫','Changed\x20case\x20to\x20%0':'大小寫已變更為\x20%0'},'getPluralForm':_0x46bbb9=>0x0}};_0x5f0d2d['zh']||={'dictionary':{},'getPluralForm':null},_0x5f0d2d['zh']['dictionary']=Object['assign'](_0x5f0d2d['zh']['dictionary'],_0xe5a62d),_0x5f0d2d['zh']['getPluralForm']=_0x16dbaf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x39a53a=>{const {zh:{dictionary:_0x11a6bf,getPluralForm:_0x5e3c08}}={'zh':{'dictionary':{'Case\x20change':'變更大小寫','UPPERCASE':'大寫','lowercase':'小寫','Title\x20Case':'標題大小寫','Change\x20text\x20case':'更改文字大小寫','Changed\x20case\x20to\x20%0':'大小寫已變更為\x20%0'},'getPluralForm':_0x555f3f=>0x0}};_0x39a53a['zh']||={'dictionary':{},'getPluralForm':null},_0x39a53a['zh']['dictionary']=Object['assign'](_0x39a53a['zh']['dictionary'],_0x11a6bf),_0x39a53a['zh']['getPluralForm']=_0x5e3c08;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module case-change/utils/common-translations
11
+ */
12
+ import type { Locale } from 'ckeditor5/src/utils.js';
13
+ export declare function getTranslation(locale: Locale, id: string, ...args: Array<any>): string;
@@ -0,0 +1,42 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
16
+ "Language: sr@latin\n"
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"
19
+
20
+ msgctxt "Tooltip for the case change dropdown."
21
+ msgid "Case change"
22
+ msgstr "Promena slova"
23
+
24
+ msgctxt "A label for the button that converts the text to uppercase (for example: word -> WORD)."
25
+ msgid "UPPERCASE"
26
+ msgstr "VELIKA SLOVA"
27
+
28
+ msgctxt "A label for the button that converts the text to lowercase (for example: WORD -> word)."
29
+ msgid "lowercase"
30
+ msgstr "mala slova"
31
+
32
+ msgctxt "A label for the button that converts the text to title case (for example: the word -> The Word)."
33
+ msgid "Title Case"
34
+ msgstr "Naslov case"
35
+
36
+ msgctxt "Keystroke description for assistive technologies: keystroke for changing text case."
37
+ msgid "Change text case"
38
+ msgstr "Promenite velika i mala slova"
39
+
40
+ msgctxt "Aria status message indicating case change -of selected text. Example: 'Changed case to lowercase'."
41
+ msgid "Changed case to %0"
42
+ msgstr "Promenjena slova u %0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-case-change",
3
- "version": "42.0.2-alpha.2",
3
+ "version": "43.0.0-alpha.0",
4
4
  "description": "Case change feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -27,11 +27,11 @@
27
27
  "type": "module",
28
28
  "main": "src/index.js",
29
29
  "dependencies": {
30
- "@ckeditor/ckeditor5-core": "42.0.2-alpha.2",
31
- "@ckeditor/ckeditor5-ui": "42.0.2-alpha.2",
32
- "@ckeditor/ckeditor5-utils": "42.0.2-alpha.2",
33
- "ckeditor5": "42.0.2-alpha.2",
34
- "ckeditor5-collaboration": "42.0.2-alpha.2"
30
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.0",
31
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.0",
32
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.0",
33
+ "ckeditor5": "43.0.0-alpha.0",
34
+ "ckeditor5-collaboration": "43.0.0-alpha.0"
35
35
  },
36
36
  "license": "SEE LICENSE IN LICENSE.md",
37
37
  "author": "CKSource (http://cksource.com/)",
package/src/casechange.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x21be43=_0x148c;(function(_0x2b2f7c,_0x574206){const _0x45ae79=_0x148c,_0x3c997e=_0x2b2f7c();while(!![]){try{const _0x33bfbb=parseInt(_0x45ae79(0xae))/0x1+-parseInt(_0x45ae79(0xb6))/0x2*(-parseInt(_0x45ae79(0xb0))/0x3)+parseInt(_0x45ae79(0xc1))/0x4+parseInt(_0x45ae79(0xba))/0x5+parseInt(_0x45ae79(0xca))/0x6*(parseInt(_0x45ae79(0xb4))/0x7)+-parseInt(_0x45ae79(0xaf))/0x8*(-parseInt(_0x45ae79(0xb2))/0x9)+parseInt(_0x45ae79(0xc2))/0xa*(-parseInt(_0x45ae79(0xc8))/0xb);if(_0x33bfbb===_0x574206)break;else _0x3c997e['push'](_0x3c997e['shift']());}catch(_0x43a38c){_0x3c997e['push'](_0x3c997e['shift']());}}}(_0x34ec,0xc3418));import{Plugin as _0x374732}from'ckeditor5/src/core.js';import{CKEditorError as _0x1d6b3d}from'ckeditor5/src/utils.js';function _0x148c(_0x2cac5f,_0x1350e9){const _0x34ecba=_0x34ec();return _0x148c=function(_0x148c3e,_0x190ffc){_0x148c3e=_0x148c3e-0xae;let _0x140d98=_0x34ecba[_0x148c3e];return _0x140d98;},_0x148c(_0x2cac5f,_0x1350e9);}import _0x13a0a4 from'./casechangeediting.js';import _0x2a4e0c from'./casechangeui.js';function _0x34ec(){const _0x1fc14a=['caseChangeLicenseKeyInvalid','editor','case-change-trial-license-key-reached-limit-changes','requires','193812bgRCMv','15243950pKocjk','init','caseChangeLicenseKeyValid','CaseChange','caseChangeLicenseKeyTrial','destroy','11xBecKK','_licenseKeyCheckInterval','1817382hobwMM','669259IQIplQ','48vmEydq','62679EKptYk','info','856305uBVdnO','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20case\x20change\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','7ItiPVs','pluginName','62fUoNNI','get','licenseKey','config','425005pMJiGf','case-change-invalid-license-key','caseChangeLicenseKeyTrialLimit:operations'];_0x34ec=function(){return _0x1fc14a;};return _0x34ec();}export default class a extends _0x374732{static get[_0x21be43(0xc0)](){return[_0x13a0a4,_0x2a4e0c];}static get[_0x21be43(0xb5)](){const _0x373b91=_0x21be43;return _0x373b91(0xc5);}constructor(_0x52d9ac){const _0x213418=_0x21be43;super(_0x52d9ac),this[_0x213418(0xc9)]=null;}[_0x21be43(0xc3)](){const _0x29a064=_0x21be43,_0x496994=this[_0x29a064(0xbe)];this[_0x29a064(0xb8)]=_0x496994[_0x29a064(0xb9)][_0x29a064(0xb7)](_0x29a064(0xb8));const _0xfffe14=this[_0x29a064(0xbe)];this[_0x29a064(0xc9)]=setInterval(()=>{const _0x438bbb=_0x29a064;let _0x3e1f8a;for(const _0x2c8d3f in _0xfffe14){const _0x50fc86=_0x2c8d3f,_0x421685=_0xfffe14[_0x50fc86];if(_0x438bbb(0xc6)===_0x421685||_0x438bbb(0xbd)===_0x421685||_0x438bbb(0xc4)===_0x421685||_0x438bbb(0xbc)===_0x421685){delete _0xfffe14[_0x50fc86],_0x3e1f8a=_0x421685;break;}}if(_0x438bbb(0xbd)===_0x3e1f8a)throw clearInterval(this[_0x438bbb(0xc9)]),new _0x1d6b3d(_0x438bbb(0xbb),null);if(_0x438bbb(0xc6)===_0x3e1f8a&&console[_0x438bbb(0xb1)](_0x438bbb(0xb3)),_0x438bbb(0xbc)===_0x3e1f8a)throw clearInterval(this[_0x438bbb(0xc9)]),new _0x1d6b3d(_0x438bbb(0xbf),null);_0x438bbb(0xc4)===_0x3e1f8a&&clearInterval(this[_0x438bbb(0xc9)]);},0x3e8);}[_0x21be43(0xc7)](){const _0x1916a6=_0x21be43;this[_0x1916a6(0xc9)]&&clearInterval(this[_0x1916a6(0xc9)]);}}
23
+ const _0x288243=_0x475e;function _0x475e(_0x4c8e77,_0x255923){const _0x1e7c1a=_0x1e7c();return _0x475e=function(_0x475e2d,_0x28a46b){_0x475e2d=_0x475e2d-0xe2;let _0x32629a=_0x1e7c1a[_0x475e2d];return _0x32629a;},_0x475e(_0x4c8e77,_0x255923);}(function(_0x30b697,_0x65bf3){const _0x4d00f7=_0x475e,_0x4190ff=_0x30b697();while(!![]){try{const _0xe588ed=parseInt(_0x4d00f7(0xe5))/0x1*(-parseInt(_0x4d00f7(0xf8))/0x2)+parseInt(_0x4d00f7(0xec))/0x3+-parseInt(_0x4d00f7(0xeb))/0x4*(-parseInt(_0x4d00f7(0xf7))/0x5)+parseInt(_0x4d00f7(0xf6))/0x6+parseInt(_0x4d00f7(0xe3))/0x7+-parseInt(_0x4d00f7(0xf3))/0x8*(parseInt(_0x4d00f7(0xe7))/0x9)+parseInt(_0x4d00f7(0xe9))/0xa;if(_0xe588ed===_0x65bf3)break;else _0x4190ff['push'](_0x4190ff['shift']());}catch(_0x756f19){_0x4190ff['push'](_0x4190ff['shift']());}}}(_0x1e7c,0xe00b2));import{Plugin as _0x4c073b}from'ckeditor5/src/core.js';function _0x1e7c(){const _0x382ab1=['707422yBvoNx','caseChangeLicenseKeyTrial','pluginName','caseChangeLicenseKeyTrialLimit:operations','CaseChange','case-change-trial-license-key-reached-limit-changes','caseChangeLicenseKeyValid','5147744WkPsed','destroy','3wORCSl','_licenseKeyCheckInterval','9CqUsFU','editor','622590SDpLpQ','case-change-invalid-license-key','4wDgifj','2135472rZqYzt','config','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20case\x20change\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','caseChangeLicenseKeyInvalid','licenseKey','init','get','13805816SwlYSd','info','requires','7546134USZoVb','4686890debdee'];_0x1e7c=function(){return _0x382ab1;};return _0x1e7c();}import{CKEditorError as _0x1adfa0}from'ckeditor5/src/utils.js';import _0x3be781 from'./casechangeediting.js';import _0x3a34eb from'./casechangeui.js';export default class a extends _0x4c073b{static get[_0x288243(0xf5)](){return[_0x3be781,_0x3a34eb];}static get[_0x288243(0xfa)](){const _0x57229d=_0x288243;return _0x57229d(0xfc);}constructor(_0x11de41){const _0x2e5d15=_0x288243;super(_0x11de41),this[_0x2e5d15(0xe6)]=null;}[_0x288243(0xf1)](){const _0x48fa57=_0x288243,_0x574528=this[_0x48fa57(0xe8)];this[_0x48fa57(0xf0)]=_0x574528[_0x48fa57(0xed)][_0x48fa57(0xf2)](_0x48fa57(0xf0));const _0x54a96e=this[_0x48fa57(0xe8)];this[_0x48fa57(0xe6)]=setInterval(()=>{const _0x48b37c=_0x48fa57;let _0x1cac3b;for(const _0x3731ef in _0x54a96e){const _0x347246=_0x3731ef,_0x10249e=_0x54a96e[_0x347246];if(_0x48b37c(0xf9)===_0x10249e||_0x48b37c(0xef)===_0x10249e||_0x48b37c(0xe2)===_0x10249e||_0x48b37c(0xfb)===_0x10249e){delete _0x54a96e[_0x347246],_0x1cac3b=_0x10249e;break;}}if(_0x48b37c(0xef)===_0x1cac3b)throw clearInterval(this[_0x48b37c(0xe6)]),new _0x1adfa0(_0x48b37c(0xea),null);if(_0x48b37c(0xf9)===_0x1cac3b&&console[_0x48b37c(0xf4)](_0x48b37c(0xee)),_0x48b37c(0xfb)===_0x1cac3b)throw clearInterval(this[_0x48b37c(0xe6)]),new _0x1adfa0(_0x48b37c(0xfd),null);_0x48b37c(0xe2)===_0x1cac3b&&clearInterval(this[_0x48b37c(0xe6)]);},0x3e8);}[_0x288243(0xe4)](){const _0x3f8338=_0x288243;this[_0x3f8338(0xe6)]&&clearInterval(this[_0x3f8338(0xe6)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2f53(_0x192775,_0x5d354f){const _0x4a96a0=_0x4a96();return _0x2f53=function(_0x2f53dc,_0x491208){_0x2f53dc=_0x2f53dc-0xf1;let _0x5aff8c=_0x4a96a0[_0x2f53dc];return _0x5aff8c;},_0x2f53(_0x192775,_0x5d354f);}function _0x4a96(){const _0xcf58dd=['has','getIntersection','setSelection','element','88468gNJffL','getChildren','from','getWalker','createRangeOn','$textProxy','selection','_modifyContent','_getAffectedRanges','getFirstPosition','add','checkChild','getAttributes','document','parent','isEnabled','item','$text','reduce','createRangeIn','4120880WuMFli','_findAncestorTextBlock','refresh','isCollapsed','10TvxKqH','230MNPlUj','endOffset','startOffset','_getTextNodesRangeLimited','_replaceTextNodeData','substring','392115NXoCAq','isLimit','schema','editor','1484634PEFcpC','createSelection','createText','getRanges','model','_getElementTextContent','execute','getItems','_getElementsAllowingText','change','573512IzGyCz','58977uGPArY','data','_transformCallback','3448438hQSZOA','39sLtZAJ','insertContent'];_0x4a96=function(){return _0xcf58dd;};return _0x4a96();}const _0x53ff94=_0x2f53;(function(_0x338244,_0x3670aa){const _0x56eda9=_0x2f53,_0x47b03d=_0x338244();while(!![]){try{const _0x5e59dc=-parseInt(_0x56eda9(0x117))/0x1+parseInt(_0x56eda9(0x125))/0x2+parseInt(_0x56eda9(0xf2))/0x3*(-parseInt(_0x56eda9(0xf8))/0x4)+-parseInt(_0x56eda9(0x110))/0x5*(parseInt(_0x56eda9(0x11b))/0x6)+parseInt(_0x56eda9(0xf1))/0x7+parseInt(_0x56eda9(0x10c))/0x8+-parseInt(_0x56eda9(0x126))/0x9*(-parseInt(_0x56eda9(0x111))/0xa);if(_0x5e59dc===_0x3670aa)break;else _0x47b03d['push'](_0x47b03d['shift']());}catch(_0xaadbaf){_0x47b03d['push'](_0x47b03d['shift']());}}}(_0x4a96,0x42171));import{Command as _0x1e4af8}from'ckeditor5/src/core.js';export default class r extends _0x1e4af8{constructor(_0x55da60,_0x3f8228){const _0x425cd7=_0x2f53;super(_0x55da60),this[_0x425cd7(0x128)]=_0x3f8228;}[_0x53ff94(0x121)](){const _0x450fdd=_0x53ff94,_0x1db8be=this[_0x450fdd(0x11a)][_0x450fdd(0x11f)],_0x34fd0c=Array[_0x450fdd(0xfa)](this[_0x450fdd(0x100)]()),_0x3a8754=Array[_0x450fdd(0xfa)](_0x1db8be[_0x450fdd(0x105)][_0x450fdd(0xfe)][_0x450fdd(0x11e)]());_0x1db8be[_0x450fdd(0x124)](_0x1a04cb=>{const _0x3ded47=_0x450fdd;for(const _0x5835c5 of _0x34fd0c)this[_0x3ded47(0xff)](_0x5835c5,_0x1a04cb);_0x1a04cb[_0x3ded47(0xf6)](_0x3a8754);});}[_0x53ff94(0x10e)](){const _0x119b01=_0x53ff94;for(const _0x2ec7d0 of this[_0x119b01(0x100)]())for(const _0x500864 of _0x2ec7d0)if(_0x500864[_0x119b01(0x108)]['is'](_0x119b01(0xfd)))return void(this[_0x119b01(0x107)]=!0x0);this[_0x119b01(0x107)]=!0x1;}[_0x53ff94(0x100)](){const _0x4c01b7=_0x53ff94,_0x5e2281=this[_0x4c01b7(0x11a)][_0x4c01b7(0x11f)],_0x3207b5=_0x5e2281[_0x4c01b7(0x105)][_0x4c01b7(0xfe)];if(_0x3207b5[_0x4c01b7(0x10f)]){const _0x335282=this[_0x4c01b7(0x10d)](_0x3207b5[_0x4c01b7(0x101)]()[_0x4c01b7(0x106)]);return _0x335282?[_0x5e2281[_0x4c01b7(0x10b)](_0x335282)]:[];}return _0x3207b5[_0x4c01b7(0x11e)]();}[_0x53ff94(0xff)](_0x2268c9,_0x36f0ab){const _0x238218=_0x53ff94;for(const _0x9179f6 of this[_0x238218(0x123)](_0x2268c9)){const _0x257884=this[_0x238218(0x120)](_0x9179f6),_0x26cb61=this[_0x238218(0x128)](_0x257884);for(const _0x381e0c of this[_0x238218(0x114)](_0x9179f6,_0x2268c9))this[_0x238218(0x115)](_0x381e0c,_0x26cb61,_0x36f0ab);}}[_0x53ff94(0x10d)](_0x4455af){const _0x46fee1=_0x53ff94,_0x32c313=this[_0x46fee1(0x11a)][_0x46fee1(0x11f)][_0x46fee1(0x119)];if(_0x4455af['is'](_0x46fee1(0xf7))&&_0x32c313[_0x46fee1(0x103)](_0x4455af,_0x46fee1(0x109)))return _0x4455af;const _0x1cfe25=_0x4455af[_0x46fee1(0x106)];return!_0x1cfe25||_0x32c313[_0x46fee1(0x118)](_0x4455af)?null:this[_0x46fee1(0x10d)](_0x1cfe25);}*[_0x53ff94(0x123)](_0x17ab60){const _0x532ee6=_0x53ff94,_0x25702b=new Set();for(const {item:_0x318208}of _0x17ab60[_0x532ee6(0xfb)]()){const _0x31f802=this[_0x532ee6(0x10d)](_0x318208);_0x31f802&&!_0x25702b[_0x532ee6(0xf4)](_0x31f802)&&(_0x25702b[_0x532ee6(0x102)](_0x31f802),yield _0x31f802);}}[_0x53ff94(0x120)](_0x140862){const _0x2d5f4d=_0x53ff94;return Array[_0x2d5f4d(0xfa)](_0x140862[_0x2d5f4d(0xf9)]())[_0x2d5f4d(0x10a)]((_0x10486d,_0x4b7e59)=>_0x10486d+(_0x4b7e59['is'](_0x2d5f4d(0x109))?_0x4b7e59[_0x2d5f4d(0x127)]:'\x20'),'');}*[_0x53ff94(0x114)](_0x5d2036,_0x39631f){const _0x23f306=_0x53ff94,_0xc512da=_0x39631f[_0x23f306(0xf5)](this[_0x23f306(0x11a)][_0x23f306(0x11f)][_0x23f306(0x10b)](_0x5d2036));if(_0xc512da){for(const _0x8532ff of _0xc512da[_0x23f306(0x122)]())_0x8532ff['is'](_0x23f306(0xfd))&&_0x8532ff[_0x23f306(0x106)]==_0x5d2036&&(yield _0x8532ff);}}[_0x53ff94(0x115)](_0x1bc6c4,_0x2d6666,_0x4f2c75){const _0x3c0ffb=_0x53ff94,_0x1a92f3=_0x2d6666[_0x3c0ffb(0x116)](_0x1bc6c4[_0x3c0ffb(0x113)],_0x1bc6c4[_0x3c0ffb(0x112)]);if(_0x1a92f3===_0x1bc6c4[_0x3c0ffb(0x127)])return;const _0x29ba4e=_0x1bc6c4[_0x3c0ffb(0x104)]();this[_0x3c0ffb(0x11a)][_0x3c0ffb(0x11f)][_0x3c0ffb(0xf3)](_0x4f2c75[_0x3c0ffb(0x11d)](_0x1a92f3,_0x29ba4e),_0x4f2c75[_0x3c0ffb(0x11c)](_0x4f2c75[_0x3c0ffb(0xfc)](_0x1bc6c4)));}}
23
+ const _0x19d7c9=_0x1482;function _0x1482(_0x317c47,_0x335bea){const _0x4799a2=_0x4799();return _0x1482=function(_0x148226,_0x30f12b){_0x148226=_0x148226-0xd6;let _0x235591=_0x4799a2[_0x148226];return _0x235591;},_0x1482(_0x317c47,_0x335bea);}(function(_0xaadc3b,_0x5721f0){const _0x5c344c=_0x1482,_0x2f02ec=_0xaadc3b();while(!![]){try{const _0x3e1984=-parseInt(_0x5c344c(0x10b))/0x1+-parseInt(_0x5c344c(0x102))/0x2*(-parseInt(_0x5c344c(0xe8))/0x3)+-parseInt(_0x5c344c(0xfa))/0x4*(parseInt(_0x5c344c(0x10c))/0x5)+-parseInt(_0x5c344c(0xf9))/0x6+parseInt(_0x5c344c(0xfd))/0x7+parseInt(_0x5c344c(0xea))/0x8*(parseInt(_0x5c344c(0x106))/0x9)+-parseInt(_0x5c344c(0xed))/0xa;if(_0x3e1984===_0x5721f0)break;else _0x2f02ec['push'](_0x2f02ec['shift']());}catch(_0x3d51b9){_0x2f02ec['push'](_0x2f02ec['shift']());}}}(_0x4799,0xd0f05));import{Command as _0x4e92d3}from'ckeditor5/src/core.js';export default class r extends _0x4e92d3{constructor(_0x2394c7,_0x12e9cc){const _0x13fa51=_0x1482;super(_0x2394c7),this[_0x13fa51(0x105)]=_0x12e9cc;}[_0x19d7c9(0xe5)](){const _0x35cbc6=_0x19d7c9,_0x1970f9=this[_0x35cbc6(0xe4)][_0x35cbc6(0xf4)],_0x56ad62=Array[_0x35cbc6(0xee)](this[_0x35cbc6(0xf1)]()),_0x3a48fa=Array[_0x35cbc6(0xee)](_0x1970f9[_0x35cbc6(0x100)][_0x35cbc6(0xff)][_0x35cbc6(0xdd)]());_0x1970f9[_0x35cbc6(0xe9)](_0x57508c=>{const _0x40a197=_0x35cbc6;for(const _0xa2aaca of _0x56ad62)this[_0x40a197(0xef)](_0xa2aaca,_0x57508c);_0x57508c[_0x40a197(0x10d)](_0x3a48fa);});}[_0x19d7c9(0xec)](){const _0x24bdf5=_0x19d7c9;for(const _0x273ff0 of this[_0x24bdf5(0xf1)]())for(const _0x4a582 of _0x273ff0)if(_0x4a582[_0x24bdf5(0xf5)]['is'](_0x24bdf5(0xd6)))return void(this[_0x24bdf5(0xf8)]=!0x0);this[_0x24bdf5(0xf8)]=!0x1;}[_0x19d7c9(0xf1)](){const _0x311cb3=_0x19d7c9,_0x333db5=this[_0x311cb3(0xe4)][_0x311cb3(0xf4)],_0x11ac7a=_0x333db5[_0x311cb3(0x100)][_0x311cb3(0xff)];if(_0x11ac7a[_0x311cb3(0xf3)]){const _0x25837f=this[_0x311cb3(0xe6)](_0x11ac7a[_0x311cb3(0xde)]()[_0x311cb3(0xdc)]);return _0x25837f?[_0x333db5[_0x311cb3(0xfe)](_0x25837f)]:[];}return _0x11ac7a[_0x311cb3(0xdd)]();}[_0x19d7c9(0xef)](_0x11d8fa,_0xa43c65){const _0x246b38=_0x19d7c9;for(const _0x30d5fe of this[_0x246b38(0xfc)](_0x11d8fa)){const _0x1a0228=this[_0x246b38(0xda)](_0x30d5fe),_0x191eac=this[_0x246b38(0x105)](_0x1a0228);for(const _0xd1d47f of this[_0x246b38(0x107)](_0x30d5fe,_0x11d8fa))this[_0x246b38(0xf6)](_0xd1d47f,_0x191eac,_0xa43c65);}}[_0x19d7c9(0xe6)](_0x1ce02f){const _0x5658de=_0x19d7c9,_0x2792b8=this[_0x5658de(0xe4)][_0x5658de(0xf4)][_0x5658de(0xe7)];if(_0x1ce02f['is'](_0x5658de(0x10a))&&_0x2792b8[_0x5658de(0x101)](_0x1ce02f,_0x5658de(0xe0)))return _0x1ce02f;const _0x4b7206=_0x1ce02f[_0x5658de(0xdc)];return!_0x4b7206||_0x2792b8[_0x5658de(0xf7)](_0x1ce02f)?null:this[_0x5658de(0xe6)](_0x4b7206);}*[_0x19d7c9(0xfc)](_0x486535){const _0x58fc98=_0x19d7c9,_0x2a03c4=new Set();for(const {item:_0x64a712}of _0x486535[_0x58fc98(0x108)]()){const _0x13d37d=this[_0x58fc98(0xe6)](_0x64a712);_0x13d37d&&!_0x2a03c4[_0x58fc98(0xf2)](_0x13d37d)&&(_0x2a03c4[_0x58fc98(0xdf)](_0x13d37d),yield _0x13d37d);}}[_0x19d7c9(0xda)](_0x384997){const _0x5315d8=_0x19d7c9;return Array[_0x5315d8(0xee)](_0x384997[_0x5315d8(0x104)]())[_0x5315d8(0x103)]((_0x299796,_0x2f00ab)=>_0x299796+(_0x2f00ab['is'](_0x5315d8(0xe0))?_0x2f00ab[_0x5315d8(0xfb)]:'\x20'),'');}*[_0x19d7c9(0x107)](_0xcd7a10,_0x2687a4){const _0x317f44=_0x19d7c9,_0x27ff3d=_0x2687a4[_0x317f44(0xf0)](this[_0x317f44(0xe4)][_0x317f44(0xf4)][_0x317f44(0xfe)](_0xcd7a10));if(_0x27ff3d){for(const _0x244e76 of _0x27ff3d[_0x317f44(0xe3)]())_0x244e76['is'](_0x317f44(0xd6))&&_0x244e76[_0x317f44(0xdc)]==_0xcd7a10&&(yield _0x244e76);}}[_0x19d7c9(0xf6)](_0x2ad5dc,_0x58f1c0,_0x4120a4){const _0x1c1b01=_0x19d7c9,_0x31cbb6=_0x58f1c0[_0x1c1b01(0xd8)](_0x2ad5dc[_0x1c1b01(0xd7)],_0x2ad5dc[_0x1c1b01(0xdb)]);if(_0x31cbb6===_0x2ad5dc[_0x1c1b01(0xfb)])return;const _0x227dd4=_0x2ad5dc[_0x1c1b01(0xe1)]();this[_0x1c1b01(0xe4)][_0x1c1b01(0xf4)][_0x1c1b01(0xe2)](_0x4120a4[_0x1c1b01(0xd9)](_0x31cbb6,_0x227dd4),_0x4120a4[_0x1c1b01(0x109)](_0x4120a4[_0x1c1b01(0xeb)](_0x2ad5dc)));}}function _0x4799(){const _0x44132b=['parent','getRanges','getFirstPosition','add','$text','getAttributes','insertContent','getItems','editor','execute','_findAncestorTextBlock','schema','1454634hEpVpl','change','1124120qSqZvn','createRangeOn','refresh','4145970vTxYvB','from','_modifyContent','getIntersection','_getAffectedRanges','has','isCollapsed','model','item','_replaceTextNodeData','isLimit','isEnabled','2621862qFnmUr','400BXwmow','data','_getElementsAllowingText','11166617bcbvSP','createRangeIn','selection','document','checkChild','2lLkieA','reduce','getChildren','_transformCallback','81ZhyhLO','_getTextNodesRangeLimited','getWalker','createSelection','element','116757MDPpEs','76030QwDZlf','setSelection','$textProxy','startOffset','substring','createText','_getElementTextContent','endOffset'];_0x4799=function(){return _0x44132b;};return _0x4799();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x354689}from'ckeditor5/src/core.js';import _0x5d1912 from'./casechangecommand.js';export default class s extends _0x354689{constructor(){super(...arguments),this['_currentCommandIndex']=0x0;}static get['pluginName'](){return'CaseChangeEditing';}['init'](){const _0x25fa13=this['editor'],_0x79a66e=_0x25fa13['locale']['contentLanguage'],_0x1d4f47=function(_0x37c8bd=[]){return'function'==typeof _0x37c8bd?_0x37c8bd:(_0x2c186d,{wordIndex:_0x397991})=>_0x397991>0x0&&_0x37c8bd['includes'](_0x2c186d);}(_0x25fa13['config']['get']('caseChange.titleCase.excludeWords')),_0x5d470c={'changeCaseUpper':new _0x5d1912(_0x25fa13,_0x436fce=>_0x436fce['toLocaleUpperCase'](_0x79a66e)),'changeCaseLower':new _0x5d1912(_0x25fa13,_0x2cf084=>_0x2cf084['toLocaleLowerCase'](_0x79a66e)),'changeCaseTitle':new _0x5d1912(_0x25fa13,_0x4069df=>function(_0x1cc7c0,_0xf66331,_0x3fd756){return function(_0x279395,_0x1d6f7d){let _0x1f276a='',_0x50d073=0x0,_0x3dd0f3=0x0;for(const _0x16b8fd of _0x279395['matchAll'](/ +/g)){const _0x4c3131=_0x16b8fd['index'],_0x588971=_0x279395['substring'](_0x50d073,_0x4c3131);_0x588971['length']&&(_0x1f276a+=_0x1d6f7d(_0x588971,_0x50d073,_0x3dd0f3++)),_0x1f276a+=_0x16b8fd[0x0],_0x50d073=_0x4c3131+_0x16b8fd[0x0]['length'];}const _0x5bfdf7=_0x279395['substring'](_0x50d073);return _0x5bfdf7['length']&&(_0x1f276a+=_0x1d6f7d(_0x5bfdf7,_0x50d073,_0x3dd0f3)),_0x1f276a;}(_0x1cc7c0,(_0x449631,_0x97f016,_0x297c58)=>{const _0x469a5f=_0x449631['toLocaleLowerCase'](_0x3fd756);return _0xf66331(_0x469a5f,{'charOffset':_0x97f016,'wordIndex':_0x297c58,'blockText':_0x1cc7c0})?_0x469a5f:_0x469a5f['replace'](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x834489=>_0x834489['toLocaleUpperCase'](_0x3fd756));});}(_0x4069df,_0x1d4f47,_0x79a66e))};for(const [_0x2cd000,_0x5c7bc4]of Object['entries'](_0x5d470c))_0x25fa13['commands']['add'](_0x2cd000,_0x5c7bc4),_0x5c7bc4['on']('execute',()=>{this['_announceCaseChangeOperation'](_0x2cd000);});this['listenTo'](_0x25fa13['editing']['view']['document'],'selectionChange',()=>{this['_currentCommandIndex']=0x0;}),_0x25fa13['keystrokes']['set']('shift+f3',(_0xf50c36,_0x17c8fd)=>{const _0x2de7d6=_getOptions(this['editor']['t']),_0x2c50fa=_0x2de7d6[this['_currentCommandIndex']%_0x2de7d6['length']]['commandName'];_0x25fa13['execute'](_0x2c50fa),this['_currentCommandIndex']++,_0x17c8fd();});}['_announceCaseChangeOperation'](_0x268bf7){const {t:t,ui:_0x2e250e}=this['editor'],_0x29bfc9=_getOptions(t)['find'](_0x1ed57b=>_0x1ed57b['commandName']===_0x268bf7)['label']['toLowerCase']();_0x2e250e['ariaLiveAnnouncer']['announce'](t('Changed\x20case\x20to\x20%0',_0x29bfc9));}}export function _getOptions(t){return[{'label':t('UPPERCASE'),'commandName':'changeCaseUpper'},{'label':t('lowercase'),'commandName':'changeCaseLower'},{'label':t('Title\x20Case'),'commandName':'changeCaseTitle'}];}
23
+ const _0x2a29dd=_0x3f75;(function(_0x7fe851,_0x4c2c06){const _0x476f79=_0x3f75,_0x294496=_0x7fe851();while(!![]){try{const _0x1687a2=parseInt(_0x476f79(0x12c))/0x1*(parseInt(_0x476f79(0x125))/0x2)+parseInt(_0x476f79(0x127))/0x3+parseInt(_0x476f79(0x143))/0x4+-parseInt(_0x476f79(0x145))/0x5*(parseInt(_0x476f79(0x142))/0x6)+parseInt(_0x476f79(0x11f))/0x7+-parseInt(_0x476f79(0x126))/0x8*(parseInt(_0x476f79(0x114))/0x9)+-parseInt(_0x476f79(0x11d))/0xa*(parseInt(_0x476f79(0x131))/0xb);if(_0x1687a2===_0x4c2c06)break;else _0x294496['push'](_0x294496['shift']());}catch(_0x255baf){_0x294496['push'](_0x294496['shift']());}}}(_0x54db,0x438b9));import{Plugin as _0x47da28}from'ckeditor5/src/core.js';function _0x54db(){const _0x1eabee=['toLowerCase','execute','add','document','init','editor','Changed\x20case\x20to\x20%0','contentLanguage','2229410QhLbTf','shift+f3','1110963myHaEO','changeCaseLower','selectionChange','get','pluginName','commands','256528ghISSU','3040PVSOMJ','1484337RuYJtM','replace','toLocaleUpperCase','caseChange.titleCase.excludeWords','label','2UqOftz','keystrokes','commandName','lowercase','view','44CACcFk','find','ariaLiveAnnouncer','_currentCommandIndex','entries','listenTo','changeCaseTitle','index','toLocaleLowerCase','CaseChangeEditing','_announceCaseChangeOperation','substring','matchAll','config','function','announce','length','1902YlwCkY','1691592PlPxOP','editing','2025ErxJDO','Title\x20Case','changeCaseUpper','UPPERCASE','includes','set','locale','855hDYSCE'];_0x54db=function(){return _0x1eabee;};return _0x54db();}import _0x2d892b from'./casechangecommand.js';import{getTranslation as _0x4252a5}from'./utils/common-translations.js';export default class s extends _0x47da28{constructor(){const _0x16e902=_0x3f75;super(...arguments),this[_0x16e902(0x134)]=0x0;}static get[_0x2a29dd(0x123)](){const _0x5df638=_0x2a29dd;return _0x5df638(0x13a);}[_0x2a29dd(0x119)](){const _0x3c51cd=_0x2a29dd,_0x356825=this[_0x3c51cd(0x11a)],_0x466b8e=_0x356825[_0x3c51cd(0x113)][_0x3c51cd(0x11c)],_0x2cce1e=function(_0x25084d=[]){const _0x426bc6=_0x3c51cd;return _0x426bc6(0x13f)==typeof _0x25084d?_0x25084d:(_0x571fe4,{wordIndex:_0x18a4c6})=>_0x18a4c6>0x0&&_0x25084d[_0x426bc6(0x149)](_0x571fe4);}(_0x356825[_0x3c51cd(0x13e)][_0x3c51cd(0x122)](_0x3c51cd(0x12a))),_0x165681={'changeCaseUpper':new _0x2d892b(_0x356825,_0x2507f6=>_0x2507f6[_0x3c51cd(0x129)](_0x466b8e)),'changeCaseLower':new _0x2d892b(_0x356825,_0x450633=>_0x450633[_0x3c51cd(0x139)](_0x466b8e)),'changeCaseTitle':new _0x2d892b(_0x356825,_0x324643=>function(_0x397831,_0x2f2db7,_0x5cd1f8){return function(_0x122e24,_0x3b7984){const _0x17a53c=_0x3f75;let _0x58103e='',_0x27c3d0=0x0,_0x2551e0=0x0;for(const _0x4c63a3 of _0x122e24[_0x17a53c(0x13d)](/ +/g)){const _0x2bc8f3=_0x4c63a3[_0x17a53c(0x138)],_0x307f2c=_0x122e24[_0x17a53c(0x13c)](_0x27c3d0,_0x2bc8f3);_0x307f2c[_0x17a53c(0x141)]&&(_0x58103e+=_0x3b7984(_0x307f2c,_0x27c3d0,_0x2551e0++)),_0x58103e+=_0x4c63a3[0x0],_0x27c3d0=_0x2bc8f3+_0x4c63a3[0x0][_0x17a53c(0x141)];}const _0x57d2c6=_0x122e24[_0x17a53c(0x13c)](_0x27c3d0);return _0x57d2c6[_0x17a53c(0x141)]&&(_0x58103e+=_0x3b7984(_0x57d2c6,_0x27c3d0,_0x2551e0)),_0x58103e;}(_0x397831,(_0x214db4,_0x29af9c,_0x27fc73)=>{const _0x1b44d3=_0x3f75,_0x461ee3=_0x214db4[_0x1b44d3(0x139)](_0x5cd1f8);return _0x2f2db7(_0x461ee3,{'charOffset':_0x29af9c,'wordIndex':_0x27fc73,'blockText':_0x397831})?_0x461ee3:_0x461ee3[_0x1b44d3(0x128)](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x5e294e=>_0x5e294e[_0x1b44d3(0x129)](_0x5cd1f8));});}(_0x324643,_0x2cce1e,_0x466b8e))};for(const [_0x21bb3d,_0xe207da]of Object[_0x3c51cd(0x135)](_0x165681))_0x356825[_0x3c51cd(0x124)][_0x3c51cd(0x117)](_0x21bb3d,_0xe207da),_0xe207da['on'](_0x3c51cd(0x116),()=>{const _0x14e1ca=_0x3c51cd;this[_0x14e1ca(0x13b)](_0x21bb3d);});this[_0x3c51cd(0x136)](_0x356825[_0x3c51cd(0x144)][_0x3c51cd(0x130)][_0x3c51cd(0x118)],_0x3c51cd(0x121),()=>{const _0x2530be=_0x3c51cd;this[_0x2530be(0x134)]=0x0;}),_0x356825[_0x3c51cd(0x12d)][_0x3c51cd(0x112)](_0x3c51cd(0x11e),(_0xb616a6,_0x4ea6e6)=>{const _0x189854=_0x3c51cd,_0x31ba75=_getOptions(this[_0x189854(0x11a)][_0x189854(0x113)]),_0xf525bf=_0x31ba75[this[_0x189854(0x134)]%_0x31ba75[_0x189854(0x141)]][_0x189854(0x12e)];_0x356825[_0x189854(0x116)](_0xf525bf),this[_0x189854(0x134)]++,_0x4ea6e6();});}[_0x2a29dd(0x13b)](_0x4981fe){const _0x47e063=_0x2a29dd,{ui:_0x320a05,locale:_0x52e83e}=this[_0x47e063(0x11a)],_0x2720e2=_getOptions(_0x52e83e)[_0x47e063(0x132)](_0x17eb8a=>_0x17eb8a[_0x47e063(0x12e)]===_0x4981fe)[_0x47e063(0x12b)][_0x47e063(0x115)]();_0x320a05[_0x47e063(0x133)][_0x47e063(0x140)](_0x4252a5(_0x52e83e,_0x47e063(0x11b),_0x2720e2));}}function _0x3f75(_0x1e9062,_0x281dfb){const _0x54dbf0=_0x54db();return _0x3f75=function(_0x3f7509,_0x420dfa){_0x3f7509=_0x3f7509-0x112;let _0x3dc284=_0x54dbf0[_0x3f7509];return _0x3dc284;},_0x3f75(_0x1e9062,_0x281dfb);}export function _getOptions(_0x1543bd){const _0x10ffb6=_0x2a29dd;return[{'label':_0x4252a5(_0x1543bd,_0x10ffb6(0x148)),'commandName':_0x10ffb6(0x147)},{'label':_0x4252a5(_0x1543bd,_0x10ffb6(0x12f)),'commandName':_0x10ffb6(0x120)},{'label':_0x4252a5(_0x1543bd,_0x10ffb6(0x146)),'commandName':_0x10ffb6(0x137)}];}