@ckeditor/ckeditor5-find-and-replace 45.0.0 → 45.1.0-alpha.1
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/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/augmentation.d.ts +9 -1
- package/src/findandreplaceui.d.ts +1 -3
- package/src/findandreplaceui.js +1 -3
package/dist/index.js
CHANGED
|
@@ -722,9 +722,7 @@ import { escapeRegExp, debounce } from 'es-toolkit/compat';
|
|
|
722
722
|
});
|
|
723
723
|
}
|
|
724
724
|
/**
|
|
725
|
-
* Sets up the form view for the
|
|
726
|
-
*
|
|
727
|
-
* @param formView A related form view.
|
|
725
|
+
* Sets up the form view for the findN and replace.
|
|
728
726
|
*/ _createFormView() {
|
|
729
727
|
const editor = this.editor;
|
|
730
728
|
const formView = new (CssTransitionDisablerMixin(FindAndReplaceFormView))(editor.locale);
|