@evercam/ui 0.0.52-beta.12 → 0.0.52-beta.13

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.
@@ -49,6 +49,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
49
49
  textPadding: number;
50
50
  debouncedOnResize: Function;
51
51
  isFirstPaint: boolean;
52
+ timeouts: number[];
52
53
  }, {
53
54
  initTimeline(startDate?: string, endDate?: string): void;
54
55
  initRefs(): void;
@@ -218,6 +218,7 @@ export declare const components: {
218
218
  textPadding: number;
219
219
  debouncedOnResize: Function;
220
220
  isFirstPaint: boolean;
221
+ timeouts: number[];
221
222
  }, {
222
223
  initTimeline(startDate?: string | undefined, endDate?: string | undefined): void;
223
224
  initRefs(): void;
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "0.0.52-beta.12",
5
+ "version": "0.0.52-beta.13",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.52-beta.12",
3
+ "version": "0.0.52-beta.13",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",