@ckeditor/ckeditor5-select-all 27.1.0 → 29.2.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.
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 Select All Feature** – https://github.com/ckeditor/ckeditor5-select-all <br>
4
+ **CKEditor 5 select all feature** – https://github.com/ckeditor/ckeditor5-select-all <br>
5
5
  Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. 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
@@ -2,14 +2,18 @@ CKEditor 5 select all feature
2
2
  ===========================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-select-all.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-select-all)
5
- [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-select-all/status.svg)](https://david-dm.org/ckeditor/ckeditor5-select-all)
6
- [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-select-all/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-select-all?type=dev)
5
+ [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
+ [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5)
7
7
 
8
8
  This package implements the select all feature for CKEditor 5.
9
9
 
10
+ ## Demo
11
+
12
+ Check out the demo in the [select all feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/select-all.html#demo).
13
+
10
14
  ## Documentation
11
15
 
12
- See the [`@ckeditor/ckeditor5-select-all` package](https://ckeditor.com/docs/ckeditor5/latest/api/select-all.html) as well as the [Select all feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/select-all.html) in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
16
+ See the [`@ckeditor/ckeditor5-select-all` package](https://ckeditor.com/docs/ckeditor5/latest/api/select-all.html) as well as the [select all feature](https://ckeditor.com/docs/ckeditor5/latest/features/select-all.html) guide in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
13
17
 
14
18
  ## License
15
19
 
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. 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: German (Switzerland) (https://www.transifex.com/ckeditor/teams/11143/de_CH/)\n"
16
+ "Language: de_CH\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "The label of the select all toolbar button."
20
+ msgid "Select all"
21
+ msgstr "Alles auswählen"
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. 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: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
16
+ "Language: es\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "The label of the select all toolbar button."
20
+ msgid "Select all"
21
+ msgstr "Seleccionar todo"
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. 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: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
16
+ "Language: ro\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
+
19
+ msgctxt "The label of the select all toolbar button."
20
+ msgid "Select all"
21
+ msgstr "Selectează-le pe toate"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-select-all",
3
- "version": "27.1.0",
3
+ "version": "29.2.0",
4
4
  "description": "Select all feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,19 +12,19 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "^27.1.0",
16
- "@ckeditor/ckeditor5-utils": "^27.1.0",
17
- "@ckeditor/ckeditor5-ui": "^27.1.0"
15
+ "@ckeditor/ckeditor5-core": "^29.2.0",
16
+ "@ckeditor/ckeditor5-utils": "^29.2.0",
17
+ "@ckeditor/ckeditor5-ui": "^29.2.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@ckeditor/ckeditor5-basic-styles": "^27.1.0",
21
- "@ckeditor/ckeditor5-engine": "^27.1.0",
22
- "@ckeditor/ckeditor5-essentials": "^27.1.0",
23
- "@ckeditor/ckeditor5-heading": "^27.1.0",
24
- "@ckeditor/ckeditor5-image": "^27.1.0",
25
- "@ckeditor/ckeditor5-paragraph": "^27.1.0",
26
- "@ckeditor/ckeditor5-table": "^27.1.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^27.1.0"
20
+ "@ckeditor/ckeditor5-basic-styles": "^29.2.0",
21
+ "@ckeditor/ckeditor5-engine": "^29.2.0",
22
+ "@ckeditor/ckeditor5-essentials": "^29.2.0",
23
+ "@ckeditor/ckeditor5-heading": "^29.2.0",
24
+ "@ckeditor/ckeditor5-image": "^29.2.0",
25
+ "@ckeditor/ckeditor5-paragraph": "^29.2.0",
26
+ "@ckeditor/ckeditor5-table": "^29.2.0",
27
+ "@ckeditor/ckeditor5-editor-classic": "^29.2.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=12.0.0",
@@ -42,6 +42,7 @@
42
42
  "files": [
43
43
  "lang",
44
44
  "src",
45
- "theme"
45
+ "theme",
46
+ "ckeditor5-metadata.json"
46
47
  ]
47
48
  }