@ckeditor/ckeditor5-ui
Advanced tools
Comparing version 0.0.0-nightly-20241016.0 to 0.0.0-nightly-20241017.0
@@ -57,2 +57,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -59,0 +63,0 @@ /** |
@@ -41,2 +41,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init(): void; | ||
@@ -43,0 +47,0 @@ /** |
@@ -31,2 +31,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init(): void; | ||
@@ -33,0 +37,0 @@ /** |
@@ -117,2 +117,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -119,0 +123,0 @@ /** |
@@ -66,2 +66,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get requires(): readonly [typeof ContextualBalloon]; | ||
@@ -68,0 +72,0 @@ /** |
@@ -95,2 +95,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -97,0 +101,0 @@ /** |
{ | ||
"name": "@ckeditor/ckeditor5-ui", | ||
"version": "0.0.0-nightly-20241016.0", | ||
"version": "0.0.0-nightly-20241017.0", | ||
"description": "The UI framework and standard UI library of CKEditor 5.", | ||
@@ -15,5 +15,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241016.0", | ||
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241016.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241016.0", | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241017.0", | ||
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241017.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241017.0", | ||
"color-convert": "2.0.1", | ||
@@ -20,0 +20,0 @@ "color-parse": "1.4.2", |
@@ -53,2 +53,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -55,0 +59,0 @@ /** |
@@ -20,2 +20,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor) { | ||
@@ -22,0 +28,0 @@ super(editor); |
@@ -37,2 +37,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init(): void; | ||
@@ -39,0 +43,0 @@ /** |
@@ -48,2 +48,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init() { | ||
@@ -50,0 +56,0 @@ const editor = this.editor; |
@@ -27,2 +27,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init(): void; | ||
@@ -29,0 +33,0 @@ /** |
@@ -30,2 +30,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init() { | ||
@@ -32,0 +38,0 @@ // Each unhandled and not stopped `show:warning` event is displayed as a system alert. |
@@ -113,2 +113,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -115,0 +119,0 @@ /** |
@@ -60,2 +60,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor) { | ||
@@ -62,0 +68,0 @@ super(editor); |
@@ -62,2 +62,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get requires(): readonly [typeof ContextualBalloon]; | ||
@@ -64,0 +68,0 @@ /** |
@@ -32,2 +32,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get requires() { | ||
@@ -34,0 +40,0 @@ return [ContextualBalloon]; |
@@ -91,2 +91,6 @@ /** | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor: Editor); | ||
@@ -93,0 +97,0 @@ /** |
@@ -74,2 +74,8 @@ /** | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor) { | ||
@@ -76,0 +82,0 @@ super(editor); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6542970
64886
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-engine@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241017.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-utils@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241016.0(transitive)