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

@ckeditor/ckeditor5-minimap

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-minimap - npm Package Compare versions

Comparing version 37.0.0-alpha.0 to 37.0.0-alpha.1

src/augmentation.d.ts

34

package.json
{
"name": "@ckeditor/ckeditor5-minimap",
"version": "37.0.0-alpha.0",
"version": "37.0.0-alpha.1",
"description": "Content minimap feature for CKEditor 5.",

@@ -15,19 +15,19 @@ "keywords": [

"dependencies": {
"ckeditor5": "^37.0.0-alpha.0"
"ckeditor5": "^37.0.0-alpha.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^34.0.0",
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-editor-decoupled": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-font": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-editor-decoupled": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-font": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1",
"typescript": "^4.8.4",

@@ -61,3 +61,3 @@ "webpack": "^5.58.1",

"dll:build": "webpack",
"build": "tsc -p ./tsconfig.release.json",
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build"

@@ -64,0 +64,0 @@ },

@@ -9,1 +9,3 @@ /**

export { default as Minimap } from './minimap';
export type { MinimapConfig } from './minimapconfig';
import './augmentation';

@@ -9,1 +9,2 @@ /**

export { default as Minimap } from './minimap';
import './augmentation';

@@ -9,3 +9,2 @@ /**

import { Plugin } from 'ckeditor5/src/core';
import './minimapconfig';
import '../theme/minimap.css';

@@ -26,3 +25,3 @@ /**

* The DOM element closest to the editable element of the editor as returned
* by {@link module:core/editor/editorui~EditorUI#getEditableElement}.
* by {@link module:ui/editorui/editorui~EditorUI#getEditableElement}.
*/

@@ -32,3 +31,3 @@ private _scrollableRootAncestor;

* The DOM element closest to the editable element of the editor as returned
* by {@link module:core/editor/editorui~EditorUI#getEditableElement}.
* by {@link module:ui/editorui/editorui~EditorUI#getEditableElement}.
*/

@@ -59,6 +58,1 @@ private _editingRootElement?;

}
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[Minimap.pluginName]: Minimap;
}
}

@@ -13,3 +13,2 @@ /**

// @if CK_DEBUG_MINIMAP // const RectDrawer = require( '@ckeditor/ckeditor5-utils/tests/_utils/rectdrawer' ).default;
import './minimapconfig';
import '../theme/minimap.css';

@@ -16,0 +15,0 @@ /**

@@ -86,11 +86,1 @@ /**

}
declare module '@ckeditor/ckeditor5-core' {
interface EditorConfig {
/**
* The configuration of the minimap feature. Introduced by the {@link module:minimap/minimap~Minimap} feature.
*
* Read more in {@link module:minimap/minimapconfig~MinimapConfig}.
*/
minimap?: MinimapConfig;
}
}

@@ -93,3 +93,3 @@ /**

*
* @eventName click
* @eventName ~MinimapView#click
* @param percentage The number between 0 and 1 representing a place in the minimap (its height) that was clicked.

@@ -104,3 +104,3 @@ */

*
* @eventName drag
* @eventName ~MinimapView#drag
* @param movementY The vertical movement of the minimap as a result of dragging or scrolling.

@@ -107,0 +107,0 @@ */

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