wrec 0.20.16 → 0.20.18

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.
package/dist/wrec.d.ts CHANGED
@@ -18,17 +18,17 @@ export declare abstract class Wrec extends HTMLElement implements ChangeListener
18
18
  #private;
19
19
  private static attrToPropMap;
20
20
  private static propToAttrMap;
21
- private static context;
22
- private static css;
21
+ static context: {};
22
+ static css: string;
23
23
  private static elementName;
24
24
  static formAssociated: boolean;
25
- private static html;
26
- private static properties;
25
+ static html: string;
26
+ static properties: StringToAny;
27
27
  private static propToComputedMap;
28
28
  private static propToExprsMap;
29
29
  private static template;
30
30
  [key: string]: any;
31
- private static define;
31
+ static define(elementName: string): void;
32
32
  constructor();
33
33
  attributeChangedCallback(attrName: string, oldValue: string, newValue: string | number | boolean | undefined): void;
34
34
  batchSet(changes: StringToAny): void;