@ckeditor/ckeditor5-select-all
Advanced tools
Comparing version 0.0.0-nightly-20241216.0 to 0.0.0-nightly-20241217.0
@@ -24,4 +24,4 @@ /** | ||
/** | ||
* @inheritDoc | ||
*/ constructor(editor){ | ||
* @inheritDoc | ||
*/ constructor(editor){ | ||
super(editor); | ||
@@ -32,4 +32,4 @@ // It does not affect data so should be enabled in read-only mode. | ||
/** | ||
* @inheritDoc | ||
*/ execute() { | ||
* @inheritDoc | ||
*/ execute() { | ||
const model = this.editor.model; | ||
@@ -72,14 +72,14 @@ const selection = model.document.selection; | ||
/** | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
return 'SelectAllEditing'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ init() { | ||
* @inheritDoc | ||
*/ init() { | ||
const editor = this.editor; | ||
@@ -118,14 +118,14 @@ const t = editor.t; | ||
/** | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
return 'SelectAllUI'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ init() { | ||
* @inheritDoc | ||
*/ init() { | ||
const editor = this.editor; | ||
@@ -144,4 +144,4 @@ editor.ui.componentFactory.add('selectAll', ()=>{ | ||
/** | ||
* Creates a button for select all command to use either in toolbar or in menu bar. | ||
*/ _createButton(ButtonClass) { | ||
* Creates a button for select all command to use either in toolbar or in menu bar. | ||
*/ _createButton(ButtonClass) { | ||
const editor = this.editor; | ||
@@ -176,4 +176,4 @@ const locale = editor.locale; | ||
/** | ||
* @inheritDoc | ||
*/ static get requires() { | ||
* @inheritDoc | ||
*/ static get requires() { | ||
return [ | ||
@@ -185,9 +185,9 @@ SelectAllEditing, | ||
/** | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
* @inheritDoc | ||
*/ static get pluginName() { | ||
return 'SelectAll'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
return true; | ||
@@ -194,0 +194,0 @@ } |
{ | ||
"name": "@ckeditor/ckeditor5-select-all", | ||
"version": "0.0.0-nightly-20241216.0", | ||
"version": "0.0.0-nightly-20241217.0", | ||
"description": "Select all feature for CKEditor 5.", | ||
@@ -16,5 +16,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241216.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241216.0", | ||
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241216.0" | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241217.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241217.0", | ||
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241217.0" | ||
}, | ||
@@ -39,3 +39,21 @@ "author": "CKSource (http://cksource.com/)", | ||
], | ||
"types": "src/index.d.ts" | ||
"types": "src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./src/index.d.ts", | ||
"import": "./src/index.js" | ||
}, | ||
"./dist/*": { | ||
"types": "./src/index.d.ts", | ||
"import": "./dist/*" | ||
}, | ||
"./src/*": { | ||
"types": "./src/index.d.ts", | ||
"import": "./src/*" | ||
}, | ||
"./lang/*": "./lang/*", | ||
"./theme/*": "./theme/*", | ||
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json", | ||
"./package.json": "./package.json" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
190813
312
2130
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20241217.0(transitive)
+ Added@ckeditor/ckeditor5-engine@0.0.0-nightly-20241217.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.0.0-nightly-20241217.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.0.0-nightly-20241217.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241217.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20241216.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.0.0-nightly-20241216.0(transitive)
- Removed@ckeditor/ckeditor5-ui@0.0.0-nightly-20241216.0(transitive)
- Removed@ckeditor/ckeditor5-utils@0.0.0-nightly-20241216.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241216.0(transitive)