slate-angular 20.2.0-next.5 → 20.2.0-next.7
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/fesm2022/slate-angular.mjs +34 -3
- package/fesm2022/slate-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ type OriginEvent = 'drag' | 'copy' | 'cut';
|
|
|
102
102
|
*/
|
|
103
103
|
interface AngularEditor extends CustomDOMEditor {
|
|
104
104
|
deleteCutData: () => void;
|
|
105
|
+
selectAll: () => void;
|
|
105
106
|
onKeydown: (event: KeyboardEvent) => void;
|
|
106
107
|
onClick: (event: MouseEvent) => void;
|
|
107
108
|
injector: Injector;
|
package/package.json
CHANGED