@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.
- package/dist/attributes.json +5 -0
- package/dist/index.mjs +537 -539
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +3 -1
- package/dist/src/index.d.ts +3 -1
- package/dist/tags.json +2 -1
- package/dist/web-types.json +10 -1
- package/package.json +1 -1
|
@@ -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;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -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
package/dist/web-types.json
CHANGED
|
@@ -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.
|
|
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
|
},
|