@evercam/ui 0.0.52-beta.16 → 0.0.52-beta.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.
@@ -143,12 +143,13 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
143
143
  color: string;
144
144
  type: string;
145
145
  }): void;
146
- drawBarsChart({ events, gElement, color, yOffset, type, }: {
146
+ drawBarsChart({ events, gElement, color, yOffset, type, index, }: {
147
147
  events: TimelineEvent[];
148
148
  gElement: d3.Selection<SVGGElement, any, any, any>;
149
149
  color: string;
150
150
  yOffset: number;
151
151
  type: string;
152
+ index: number;
152
153
  }): void;
153
154
  onBarChartBarMouseOver(container: d3.Selection<SVGGElement, any, any, any>, color: string): void;
154
155
  onBarChartBarMouseOut(container: d3.Selection<SVGGElement, any, any, any>, eventType: string): void;
@@ -312,12 +312,13 @@ export declare const components: {
312
312
  color: string;
313
313
  type: string;
314
314
  }): void;
315
- drawBarsChart({ events, gElement, color, yOffset, type, }: {
315
+ drawBarsChart({ events, gElement, color, yOffset, type, index, }: {
316
316
  events: import('./types').TimelineEvent[];
317
317
  gElement: import("d3-selection").Selection<SVGGElement, any, any, any>;
318
318
  color: string;
319
319
  yOffset: number;
320
320
  type: string;
321
+ index: number;
321
322
  }): void;
322
323
  onBarChartBarMouseOver(container: import("d3-selection").Selection<SVGGElement, any, any, any>, color: string): void;
323
324
  onBarChartBarMouseOut(container: import("d3-selection").Selection<SVGGElement, any, any, any>, eventType: string): void;
@@ -58,6 +58,7 @@ export type TimelineBarEvent = {
58
58
  export type TimelineRangeEvent = {
59
59
  startDate: string | Date;
60
60
  endDate: string | Date;
61
+ text?: string;
61
62
  [key: string]: any;
62
63
  };
63
64
  export type TimelineCountEvent = {
package/dist/styles.css CHANGED
@@ -868,9 +868,18 @@
868
868
  .e-object-cover{
869
869
  object-fit: cover;
870
870
  }
871
+ .e-p-1{
872
+ padding: 0.25rem;
873
+ }
874
+ .e-p-2{
875
+ padding: 0.5rem;
876
+ }
871
877
  .e-p-3{
872
878
  padding: 0.75rem;
873
879
  }
880
+ .e-p-4{
881
+ padding: 1rem;
882
+ }
874
883
  .e-p-5{
875
884
  padding: 1.25rem;
876
885
  }
@@ -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.16",
5
+ "version": "0.0.52-beta.18",
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.16",
3
+ "version": "0.0.52-beta.18",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",