wrec 0.23.1 → 0.24.0

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.
@@ -42,6 +42,7 @@ export declare abstract class Wrec extends HTMLElementBase implements ChangeList
42
42
  static html: string;
43
43
  static properties: Record<string, PropertyConfig>;
44
44
  private static propToComputedMap;
45
+ private static methodToExprsMap;
45
46
  private static propToExprsMap;
46
47
  private static template;
47
48
  [key: string]: any;
package/dist/wrec.d.ts CHANGED
@@ -42,6 +42,7 @@ export declare abstract class Wrec extends HTMLElementBase implements ChangeList
42
42
  static html: string;
43
43
  static properties: Record<string, PropertyConfig>;
44
44
  private static propToComputedMap;
45
+ private static methodToExprsMap;
45
46
  private static propToExprsMap;
46
47
  private static template;
47
48
  [key: string]: any;