@progress/kendo-pdfviewer-common 0.3.3-dev.202410171248 → 0.3.3
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.
|
@@ -267,7 +267,6 @@ export class PdfViewer extends Component {
|
|
|
267
267
|
? __classPrivateFieldGet(this, _PdfViewer_annotationEditorMode, "f")
|
|
268
268
|
: AnnotationEditorType.DISABLE;
|
|
269
269
|
}
|
|
270
|
-
// @ts-expect-error(TS)
|
|
271
270
|
set annotationEditorMode({ mode, editId = null, isFromKeyboard = false }) {
|
|
272
271
|
// todo: set isFromKeyboard intentionally to allow editor creation
|
|
273
272
|
// set annotationEditorMode({ mode, editId = null, isFromKeyboard = true }) {
|
|
@@ -267,7 +267,6 @@ export class PdfViewer extends Component {
|
|
|
267
267
|
? __classPrivateFieldGet(this, _PdfViewer_annotationEditorMode, "f")
|
|
268
268
|
: AnnotationEditorType.DISABLE;
|
|
269
269
|
}
|
|
270
|
-
// @ts-expect-error(TS)
|
|
271
270
|
set annotationEditorMode({ mode, editId = null, isFromKeyboard = false }) {
|
|
272
271
|
// todo: set isFromKeyboard intentionally to allow editor creation
|
|
273
272
|
// set annotationEditorMode({ mode, editId = null, isFromKeyboard = true }) {
|
|
@@ -40,8 +40,8 @@ export declare class PdfViewer extends Component {
|
|
|
40
40
|
type: any;
|
|
41
41
|
value: any;
|
|
42
42
|
});
|
|
43
|
-
get annotationEditorMode():
|
|
44
|
-
set annotationEditorMode({ mode, editId, isFromKeyboard }:
|
|
43
|
+
get annotationEditorMode(): any;
|
|
44
|
+
set annotationEditorMode({ mode, editId, isFromKeyboard }: any);
|
|
45
45
|
extendOptions(options: any): void;
|
|
46
46
|
setOptions(options: any): void;
|
|
47
47
|
bindEvents(): void;
|
|
@@ -270,7 +270,6 @@ class PdfViewer extends main_1.Component {
|
|
|
270
270
|
? tslib_1.__classPrivateFieldGet(this, _PdfViewer_annotationEditorMode, "f")
|
|
271
271
|
: pdf_mjs_1.AnnotationEditorType.DISABLE;
|
|
272
272
|
}
|
|
273
|
-
// @ts-expect-error(TS)
|
|
274
273
|
set annotationEditorMode({ mode, editId = null, isFromKeyboard = false }) {
|
|
275
274
|
// todo: set isFromKeyboard intentionally to allow editor creation
|
|
276
275
|
// set annotationEditorMode({ mode, editId = null, isFromKeyboard = true }) {
|