@evercam/ui 0.0.52-beta.11 → 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.
- package/dist/attributes.json +5 -0
- package/dist/index.mjs +208 -208
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +2 -1
- package/dist/src/index.d.ts +2 -1
- package/dist/tags.json +2 -1
- package/dist/web-types.json +10 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -93,7 +94,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
93
94
|
startDate: Date;
|
|
94
95
|
endDate: Date;
|
|
95
96
|
};
|
|
96
|
-
updateCurtainsOnResize(timelineWidth: number): void;
|
|
97
97
|
handleDragStart(): void;
|
|
98
98
|
handleDragEnd(): void;
|
|
99
99
|
handleLeftDrag(event: d3.D3DragEvent<SVGRectElement, any, any>): void;
|
|
@@ -216,5 +216,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
216
216
|
selectedClass: string | undefined;
|
|
217
217
|
panOnDateClick: boolean;
|
|
218
218
|
panTransitionDuration: number;
|
|
219
|
+
autoResize: boolean;
|
|
219
220
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
220
221
|
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -262,7 +263,6 @@ export declare const components: {
|
|
|
262
263
|
startDate: Date;
|
|
263
264
|
endDate: Date;
|
|
264
265
|
};
|
|
265
|
-
updateCurtainsOnResize(timelineWidth: number): void;
|
|
266
266
|
handleDragStart(): void;
|
|
267
267
|
handleDragEnd(): void;
|
|
268
268
|
handleLeftDrag(event: import("d3-drag").D3DragEvent<SVGRectElement, any, any>): void;
|
|
@@ -385,6 +385,7 @@ export declare const components: {
|
|
|
385
385
|
selectedClass: string | undefined;
|
|
386
386
|
panOnDateClick: boolean;
|
|
387
387
|
panTransitionDuration: number;
|
|
388
|
+
autoResize: boolean;
|
|
388
389
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
389
390
|
EVideoEmbed: import("vue").DefineComponent<{
|
|
390
391
|
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.13",
|
|
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
|
},
|