@evercam/ui 0.0.52-beta.10 → 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;
@@ -150,6 +149,8 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
150
149
  yOffset: number;
151
150
  type: string;
152
151
  }): void;
152
+ onBarChartBarMouseOver(container: d3.Selection<SVGGElement, any, any, any>, eventType: string, color: any): void;
153
+ onBarChartBarMouseOut(container: d3.Selection<SVGGElement, any, any, any>, eventType: string): void;
153
154
  drawTextLabel({ gElement, yPosition, color, label, }: {
154
155
  gElement: d3.Selection<SVGGElement, any, any, any>;
155
156
  yPosition: number;
@@ -214,5 +215,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
214
215
  selectedClass: string | undefined;
215
216
  panOnDateClick: boolean;
216
217
  panTransitionDuration: number;
218
+ autoResize: boolean;
217
219
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
218
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;
@@ -319,6 +318,8 @@ export declare const components: {
319
318
  yOffset: number;
320
319
  type: string;
321
320
  }): void;
321
+ onBarChartBarMouseOver(container: import("d3-selection").Selection<SVGGElement, any, any, any>, eventType: string, color: any): void;
322
+ onBarChartBarMouseOut(container: import("d3-selection").Selection<SVGGElement, any, any, any>, eventType: string): void;
322
323
  drawTextLabel({ gElement, yPosition, color, label, }: {
323
324
  gElement: import("d3-selection").Selection<SVGGElement, any, any, any>;
324
325
  yPosition: number;
@@ -383,6 +384,7 @@ export declare const components: {
383
384
  selectedClass: string | undefined;
384
385
  panOnDateClick: boolean;
385
386
  panTransitionDuration: number;
387
+ autoResize: boolean;
386
388
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
387
389
  EVideoEmbed: import("vue").DefineComponent<{
388
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.10",
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.10",
3
+ "version": "0.0.52-beta.12",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",