@things-factory/quotation 9.0.0-beta.66 → 9.0.0-beta.67

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.
@@ -6,7 +6,7 @@ export declare class ActivityQuotationView extends ActivityQuotationView_base {
6
6
  input?: any;
7
7
  output?: any;
8
8
  quotation?: any;
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import("lit").TemplateResult<1>;
10
10
  onChange(): Promise<void>;
11
11
  updated(changes: any): void;
12
12
  fetchQuotation(): Promise<void>;
@@ -6,7 +6,7 @@ export declare class ActivityQuotationView extends ActivityQuotationView_base {
6
6
  input?: any;
7
7
  output?: any;
8
8
  quotation?: any;
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import("lit").TemplateResult<1>;
10
10
  onChange(): Promise<void>;
11
11
  updated(changes: any): void;
12
12
  fetchQuotation(): Promise<void>;
@@ -18,6 +18,6 @@ export declare class QuotationImporter 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
  }
@@ -46,7 +46,7 @@ export declare class QuotationListPage extends QuotationListPage_base {
46
46
  handler: (records: any) => Promise<void>;
47
47
  };
48
48
  };
49
- render(): import("lit-html").TemplateResult<1>;
49
+ render(): import("lit").TemplateResult<1>;
50
50
  pageInitialized(lifecycle: any): Promise<void>;
51
51
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
52
52
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{