@things-factory/contact 7.0.43 → 7.0.48

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.
@@ -10,6 +10,6 @@ export declare class ContactPopup extends LitElement {
10
10
  editMode?: boolean;
11
11
  detachable?: boolean;
12
12
  editor: OxContactEdit;
13
- render(): import("lit-html").TemplateResult<1>;
13
+ render(): import("lit").TemplateResult<1>;
14
14
  updateContact(contact: Contact): Promise<void>;
15
15
  }
@@ -11,7 +11,7 @@ export declare class ContactSelector extends LitElement {
11
11
  selectedRecords: GristRecord[];
12
12
  list: any;
13
13
  grist: DataGrist;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  onEmpty(): void;
16
16
  onCancel(): void;
17
17
  onConfirm(): void;
@@ -18,6 +18,6 @@ export declare class ContactImporter extends LitElement {
18
18
  width: number;
19
19
  }[];
20
20
  };
21
- render(): import("lit-html").TemplateResult<1>;
21
+ render(): import("lit").TemplateResult<1>;
22
22
  save(): Promise<void>;
23
23
  }
@@ -51,7 +51,7 @@ export declare class ContactListPage extends ContactListPage_base {
51
51
  };
52
52
  toolbar: boolean;
53
53
  };
54
- render(): import("lit-html").TemplateResult<1>;
54
+ render(): import("lit").TemplateResult<1>;
55
55
  pageInitialized(lifecycle: any): Promise<void>;
56
56
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
57
57
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{