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

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.
@@ -93,7 +93,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
93
93
  startDate: Date;
94
94
  endDate: Date;
95
95
  };
96
- updateCurtainsOnResize(timelineWidth: number): void;
97
96
  handleDragStart(): void;
98
97
  handleDragEnd(): void;
99
98
  handleLeftDrag(event: d3.D3DragEvent<SVGRectElement, any, any>): void;
@@ -216,5 +215,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
216
215
  selectedClass: string | undefined;
217
216
  panOnDateClick: boolean;
218
217
  panTransitionDuration: number;
218
+ autoResize: boolean;
219
219
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
220
220
  export default _default;
@@ -262,7 +262,6 @@ export declare const components: {
262
262
  startDate: Date;
263
263
  endDate: Date;
264
264
  };
265
- updateCurtainsOnResize(timelineWidth: number): void;
266
265
  handleDragStart(): void;
267
266
  handleDragEnd(): void;
268
267
  handleLeftDrag(event: import("d3-drag").D3DragEvent<SVGRectElement, any, any>): void;
@@ -385,6 +384,7 @@ export declare const components: {
385
384
  selectedClass: string | undefined;
386
385
  panOnDateClick: boolean;
387
386
  panTransitionDuration: number;
387
+ autoResize: boolean;
388
388
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
389
389
  EVideoEmbed: import("vue").DefineComponent<{
390
390
  videoUrl: {
package/dist/tags.json CHANGED
@@ -100,7 +100,8 @@
100
100
  "cursor-timestamp",
101
101
  "selected-class",
102
102
  "pan-on-date-click",
103
- "pan-transition-duration"
103
+ "pan-transition-duration",
104
+ "auto-resize"
104
105
  ],
105
106
  "description": ""
106
107
  }
@@ -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.11",
5
+ "version": "0.0.52-beta.12",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -735,6 +735,15 @@
735
735
  "kind": "expression",
736
736
  "type": "number"
737
737
  }
738
+ },
739
+ {
740
+ "name": "auto-resize",
741
+ "doc-url": "https://www.npmjs.com/package/@evercam/ui",
742
+ "default": "true",
743
+ "value": {
744
+ "kind": "expression",
745
+ "type": "boolean"
746
+ }
738
747
  }
739
748
  ]
740
749
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.52-beta.11",
3
+ "version": "0.0.52-beta.12",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",