cotomy 0.1.48 → 0.1.50

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/page.d.ts CHANGED
@@ -24,6 +24,8 @@ export declare class CotomyPageController {
24
24
  }): T | undefined;
25
25
  protected forms(): CotomyForm[];
26
26
  protected restoreAsync(): Promise<void>;
27
+ private isValidUtcDateString;
28
+ private initializeDateTimeElements;
27
29
  protected initializeAsync(): Promise<void>;
28
30
  get body(): CotomyElement;
29
31
  protected get url(): CotomyUrl;
package/dist/view.d.ts CHANGED
@@ -37,7 +37,6 @@ export declare class CotomyElement {
37
37
  set text(text: string);
38
38
  get html(): string;
39
39
  set html(html: string);
40
- convertUtcToLocal(format?: string, recursive?: boolean): this;
41
40
  setFocus(): void;
42
41
  get visible(): boolean;
43
42
  get enabled(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cotomy",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [