Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
Maintainers
1
Versions
672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-select-all - npm Package Compare versions

Comparing version 43.2.0 to 43.3.0-alpha.0

dist/translations/af.d.ts

15

dist/index.js

@@ -76,2 +76,7 @@ /**

* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/ init() {

@@ -117,2 +122,7 @@ const editor = this.editor;

* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/ init() {

@@ -175,2 +185,7 @@ const editor = this.editor;

}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
}

@@ -177,0 +192,0 @@

4

dist/selectall.d.ts

@@ -32,2 +32,6 @@ /**

static get pluginName(): "SelectAll";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
}

@@ -27,3 +27,7 @@ /**

*/
static get isOfficialPlugin(): true;
/**
* @inheritDoc
*/
init(): void;
}

@@ -28,2 +28,6 @@ /**

*/
static get isOfficialPlugin(): true;
/**
* @inheritDoc
*/
init(): void;

@@ -30,0 +34,0 @@ /**

2

dist/translations/ar.js

@@ -5,2 +5,2 @@ /**

*/
export default {"ar":{"dictionary":{"Select all":"تحديد الكل"},getPluralForm(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;}}}
export default {"ar":{"dictionary":{"Select all":"تحديد الكل"},getPluralForm(n){return (n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"dictionary":{"Select all":"تحديد الكل"},getPluralForm(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;}}};
const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"dictionary":{"Select all":"تحديد الكل"},getPluralForm(n){return (n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}};
e[ 'ar' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'ar' ].dictionary = Object.assign( e[ 'ar' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"cs":{"dictionary":{"Select all":"Vybrat vše"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}}
export default {"cs":{"dictionary":{"Select all":"Vybrat vše"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Select all":"Vybrat vše"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}};
const { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Select all":"Vybrat vše"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}};
e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"en":{"dictionary":{"Select all":"Select all"},"getPluralForm":null}}
export default {"en":{"dictionary":{"Select all":"Select all"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Select all":"Select all"},"getPluralForm":null}};
const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Select all":"Select all"},getPluralForm(n){return (n != 1);}}};
e[ 'en' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'en' ].dictionary = Object.assign( e[ 'en' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"es":{"dictionary":{"Select all":"Seleccionar todo"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
export default {"es":{"dictionary":{"Select all":"Seleccionar todo"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Select all":"Seleccionar todo"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Select all":"Seleccionar todo"},getPluralForm(n){return (n != 1);}}};
e[ 'es' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"fa":{"dictionary":{"Select all":"انتخاب همه"},getPluralForm(n){return (n > 1);}}}
export default {"fa":{"dictionary":{"Select all":"انتخاب همه"},getPluralForm(n){return 0;}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Select all":"انتخاب همه"},getPluralForm(n){return (n > 1);}}};
const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Select all":"انتخاب همه"},getPluralForm(n){return 0;}}};
e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"fr":{"dictionary":{"Select all":"Sélectionner tout"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
export default {"fr":{"dictionary":{"Select all":"Sélectionner tout"},getPluralForm(n){return (n <= -2 || n >= 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Select all":"Sélectionner tout"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Select all":"Sélectionner tout"},getPluralForm(n){return (n <= -2 || n >= 2);}}};
e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"he":{"dictionary":{"Select all":"בחר הכל"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}}
export default {"he":{"dictionary":{"Select all":"בחר הכל"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Select all":"בחר הכל"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}};
const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Select all":"בחר הכל"},getPluralForm(n){return (n != 1);}}};
e[ 'he' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"hr":{"dictionary":{"Select all":"Odaberi sve"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}}
export default {"hr":{"dictionary":{"Select all":"Odaberi sve"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Select all":"Odaberi sve"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Select all":"Odaberi sve"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"it":{"dictionary":{"Select all":"Seleziona tutto"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
export default {"it":{"dictionary":{"Select all":"Seleziona tutto"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Select all":"Seleziona tutto"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Select all":"Seleziona tutto"},getPluralForm(n){return (n != 1);}}};
e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"lt":{"dictionary":{"Select all":"Pasirinkti viską"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}}
export default {"lt":{"dictionary":{"Select all":"Pasirinkti viską"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Select all":"Pasirinkti viską"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}};
const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Select all":"Pasirinkti viską"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'lt' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'lt' ].dictionary = Object.assign( e[ 'lt' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"lv":{"dictionary":{"Select all":"Izvēlēties visu"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}}
export default {"lv":{"dictionary":{"Select all":"Izvēlēties visu"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Select all":"Izvēlēties visu"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}};
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Select all":"Izvēlēties visu"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}};
e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"pl":{"dictionary":{"Select all":"Zaznacz wszystko"},getPluralForm(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);}}}
export default {"pl":{"dictionary":{"Select all":"Zaznacz wszystko"},getPluralForm(n){return (n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"Select all":"Zaznacz wszystko"},getPluralForm(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);}}};
const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"Select all":"Zaznacz wszystko"},getPluralForm(n){return (n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'pl' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'pl' ].dictionary = Object.assign( e[ 'pl' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"pt-br":{"dictionary":{"Select all":"Selecionar tudo"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
export default {"pt-br":{"dictionary":{"Select all":"Selecionar tudo"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Select all":"Selecionar tudo"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Select all":"Selecionar tudo"},getPluralForm(n){return (n != 1);}}};
e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"pt":{"dictionary":{"Select all":"Selecionar todos"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
export default {"pt":{"dictionary":{"Select all":"Selecionar todos"},getPluralForm(n){return (n != 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"Select all":"Selecionar todos"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"Select all":"Selecionar todos"},getPluralForm(n){return (n != 1);}}};
e[ 'pt' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'pt' ].dictionary = Object.assign( e[ 'pt' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"ro":{"dictionary":{"Select all":"Selectează-le pe toate"},getPluralForm(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));}}}
export default {"ro":{"dictionary":{"Select all":"Selectează-le pe toate"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"Select all":"Selectează-le pe toate"},getPluralForm(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));}}};
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"Select all":"Selectează-le pe toate"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}};
e[ 'ro' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'ro' ].dictionary = Object.assign( e[ 'ro' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"ru":{"dictionary":{"Select all":"Выбрать все"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);}}}
export default {"ru":{"dictionary":{"Select all":"Выбрать все"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"Select all":"Выбрать все"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);}}};
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"Select all":"Выбрать все"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'ru' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'ru' ].dictionary = Object.assign( e[ 'ru' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"sk":{"dictionary":{"Select all":"Označiť všetko"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}}
export default {"sk":{"dictionary":{"Select all":"Označiť všetko"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Select all":"Označiť všetko"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}};
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Select all":"Označiť všetko"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}};
e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"sr-latn":{"dictionary":{"Select all":"Označi sve"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
export default {"sr-latn":{"dictionary":{"Select all":"Označi sve"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"Select all":"Označi sve"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"Select all":"Označi sve"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'sr-latn' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'sr-latn' ].dictionary = Object.assign( e[ 'sr-latn' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"sr":{"dictionary":{"Select all":"Означи све."},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
export default {"sr":{"dictionary":{"Select all":"Означи све."},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Select all":"Означи све."},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
const { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Select all":"Означи све."},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'sr' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'sr' ].dictionary = Object.assign( e[ 'sr' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"ug":{"dictionary":{"Select all":"ھەممىنى تاللا"},getPluralForm(n){return (n != 1);}}}
export default {"ug":{"dictionary":{"Select all":"ھەممىنى تاللا"},getPluralForm(n){return 0;}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'ug' ]: { dictionary, getPluralForm } } = {"ug":{"dictionary":{"Select all":"ھەممىنى تاللا"},getPluralForm(n){return (n != 1);}}};
const { [ 'ug' ]: { dictionary, getPluralForm } } = {"ug":{"dictionary":{"Select all":"ھەممىنى تاللا"},getPluralForm(n){return 0;}}};
e[ 'ug' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'ug' ].dictionary = Object.assign( e[ 'ug' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"uk":{"dictionary":{"Select all":"Вибрати все"},getPluralForm(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);}}}
export default {"uk":{"dictionary":{"Select all":"Вибрати все"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Select all":"Вибрати все"},getPluralForm(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);}}};
const { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Select all":"Вибрати все"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
e[ 'uk' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'uk' ].dictionary = Object.assign( e[ 'uk' ].dictionary, dictionary );

@@ -5,2 +5,2 @@ /**

*/
export default {"uz":{"dictionary":{"Select all":"Hammasini tanlash"},getPluralForm(n){return 0;}}}
export default {"uz":{"dictionary":{"Select all":"Hammasini tanlash"},getPluralForm(n){return (n > 1);}}}

@@ -7,3 +7,3 @@ /**

( e => {
const { [ 'uz' ]: { dictionary, getPluralForm } } = {"uz":{"dictionary":{"Select all":"Hammasini tanlash"},getPluralForm(n){return 0;}}};
const { [ 'uz' ]: { dictionary, getPluralForm } } = {"uz":{"dictionary":{"Select all":"Hammasini tanlash"},getPluralForm(n){return (n > 1);}}};
e[ 'uz' ] ||= { dictionary: {}, getPluralForm: null };

@@ -10,0 +10,0 @@ e[ 'uz' ].dictionary = Object.assign( e[ 'uz' ].dictionary, dictionary );

{
"name": "@ckeditor/ckeditor5-select-all",
"version": "43.2.0",
"version": "43.3.0-alpha.0",
"description": "Select all feature for CKEditor 5.",

@@ -16,5 +16,5 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "43.2.0",
"@ckeditor/ckeditor5-utils": "43.2.0",
"@ckeditor/ckeditor5-ui": "43.2.0"
"@ckeditor/ckeditor5-core": "43.3.0-alpha.0",
"@ckeditor/ckeditor5-utils": "43.3.0-alpha.0",
"@ckeditor/ckeditor5-ui": "43.3.0-alpha.0"
},

@@ -21,0 +21,0 @@ "author": "CKSource (http://cksource.com/)",

@@ -28,2 +28,6 @@ /**

static get pluginName(): "SelectAll";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
}

@@ -32,2 +32,8 @@ /**

}
/**
* @inheritDoc
*/
static get isOfficialPlugin() {
return true;
}
}

@@ -23,3 +23,7 @@ /**

*/
static get isOfficialPlugin(): true;
/**
* @inheritDoc
*/
init(): void;
}

@@ -28,2 +28,8 @@ /**

*/
static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/
init() {

@@ -30,0 +36,0 @@ const editor = this.editor;

@@ -24,2 +24,6 @@ /**

*/
static get isOfficialPlugin(): true;
/**
* @inheritDoc
*/
init(): void;

@@ -26,0 +30,0 @@ /**

@@ -28,2 +28,8 @@ /**

*/
static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/
init() {

@@ -30,0 +36,0 @@ const editor = this.editor;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc