@things-factory/dataset 7.0.69 → 7.0.71

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ export declare class DataOocView extends DataOocView_base {
9
9
  dataOocId?: string;
10
10
  dataOoc?: any;
11
11
  private printHandler;
12
- render(): typeof nothing | import("lit-html").TemplateResult<1>;
12
+ render(): import("lit-html").TemplateResult<1> | typeof nothing;
13
13
  updated(changes: any): void;
14
14
  fetchDataOoc(): Promise<void>;
15
15
  handlePrint(event: any): void;
@@ -11,7 +11,7 @@ export declare class DataSampleView extends DataSampleView_base {
11
11
  dataSampleId?: string;
12
12
  dataSample?: DataSample;
13
13
  private printHandler;
14
- render(): typeof nothing | import("lit-html").TemplateResult<1>;
14
+ render(): import("lit-html").TemplateResult<1> | typeof nothing;
15
15
  updated(changes: any): void;
16
16
  fetchDataSample(): Promise<void>;
17
17
  handlePrint(event: any): void;