@pairbo/ui-kit 0.3.6 → 0.3.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.
@@ -21,15 +21,14 @@ export default class PboEditor extends PairboElement {
21
21
  private formData;
22
22
  private handwrittenFormState;
23
23
  private editorType;
24
+ handleCardChange(): Promise<void>;
25
+ handleEditorTypeChange(): void;
24
26
  private handleTypingFormChange;
25
- private handelHandwrittenFormChange;
27
+ private handleHandwrittenFormChange;
26
28
  private handleHandwrittenImageDimensionsChanged;
27
29
  private handleZoomedPreviewOpen;
30
+ private handleEditorChange;
28
31
  protected firstUpdated(): void;
29
- handleCardChange(): Promise<void>;
30
32
  disconnectedCallback(): void;
31
- openZoomedPreview: () => void;
32
- closeZoomedPreview: () => void;
33
- handleEditorChange: (e: CustomEvent) => void;
34
33
  render(): import('lit-html').TemplateResult<1>;
35
34
  }