@evercam/ui 0.0.49 → 0.0.50
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/index.mjs +92 -91
- 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/EAvatar.vue.d.ts +1 -1
- package/dist/src/components/EBadge.vue.d.ts +1 -1
- package/dist/src/components/ECol.vue.d.ts +1 -1
- package/dist/src/components/EIcon.vue.d.ts +1 -1
- package/dist/src/components/ERow.vue.d.ts +1 -1
- package/dist/src/components/ESpinner.vue.d.ts +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +3 -1
- package/dist/src/components/EVideoEmbed.vue.d.ts +1 -1
- package/dist/src/components/EVideoPlayer.vue.d.ts +1 -1
- package/dist/src/index.d.ts +11 -9
- package/dist/web-types.json +1 -1
- package/package.json +4 -4
|
@@ -18,5 +18,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
18
18
|
badgeText: string;
|
|
19
19
|
badgeSize: Size;
|
|
20
20
|
image: string;
|
|
21
|
-
}, {}, import("vue
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
22
22
|
export default _default;
|
|
@@ -24,5 +24,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
24
24
|
text: string;
|
|
25
25
|
color: BaseColor;
|
|
26
26
|
size: Size;
|
|
27
|
-
}, {}, import("vue
|
|
27
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
28
28
|
export default _default;
|
|
@@ -19,5 +19,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
19
19
|
sm: string | number | boolean;
|
|
20
20
|
xs: string | number | boolean;
|
|
21
21
|
xl: string | number | boolean;
|
|
22
|
-
}, {}, import("vue
|
|
22
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
23
23
|
export default _default;
|
|
@@ -7,5 +7,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
7
7
|
icon: string;
|
|
8
8
|
color: string;
|
|
9
9
|
size: Size;
|
|
10
|
-
}, {}, import("vue
|
|
10
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
11
11
|
export default _default;
|
|
@@ -13,5 +13,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
13
13
|
justifyLg: FlexJustifyContent;
|
|
14
14
|
justifyXl: FlexJustifyContent;
|
|
15
15
|
noGutters: boolean;
|
|
16
|
-
}, {}, import("vue
|
|
16
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
17
17
|
export default _default;
|
|
@@ -21,5 +21,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
21
21
|
animationDuration: string | number;
|
|
22
22
|
size: Size;
|
|
23
23
|
opacity: string | number;
|
|
24
|
-
}, {}, import("vue
|
|
24
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
25
25
|
export default _default;
|
|
@@ -48,6 +48,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
48
48
|
characterWidth: number;
|
|
49
49
|
textPadding: number;
|
|
50
50
|
debouncedOnResize: Function;
|
|
51
|
+
isFirstPaint: boolean;
|
|
51
52
|
}, {
|
|
52
53
|
initTimeline(startDate?: string, endDate?: string): void;
|
|
53
54
|
initRefs(): void;
|
|
@@ -70,6 +71,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
70
71
|
formatFn: (d: Date) => string;
|
|
71
72
|
interval: any;
|
|
72
73
|
};
|
|
74
|
+
onResize(resizeObserverEntry: ResizeObserverEntry): void;
|
|
73
75
|
handleResize({ contentRect }: ResizeObserverEntry): void;
|
|
74
76
|
handleDarkModeChange(): void;
|
|
75
77
|
handleMouseDown(): void;
|
|
@@ -195,5 +197,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
195
197
|
minZoom: number;
|
|
196
198
|
maxZoom: number;
|
|
197
199
|
cursorTimestamp: string | undefined;
|
|
198
|
-
}, {}, import("vue
|
|
200
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
199
201
|
export default _default;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}, {}, {}, {
|
|
21
21
|
videoId(): string | undefined;
|
|
22
22
|
embedUrl(): string;
|
|
23
|
-
}, {}, import("vue
|
|
23
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
videoUrl: {
|
|
25
25
|
type: StringConstructor;
|
|
26
26
|
required: true;
|
|
@@ -56,5 +56,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
56
56
|
sources: string | VideoSource[];
|
|
57
57
|
videoListeners: {};
|
|
58
58
|
videoOptions: {};
|
|
59
|
-
}, {}, import("vue
|
|
59
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
60
60
|
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare const components: {
|
|
|
27
27
|
badgeText: string;
|
|
28
28
|
badgeSize: import('./types').Size;
|
|
29
29
|
image: string;
|
|
30
|
-
}, {}, import("vue
|
|
30
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
31
31
|
EBadge: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
32
32
|
colors: {
|
|
33
33
|
error: string;
|
|
@@ -52,7 +52,7 @@ export declare const components: {
|
|
|
52
52
|
text: string;
|
|
53
53
|
color: import('./types').BaseColor;
|
|
54
54
|
size: import('./types').Size;
|
|
55
|
-
}, {}, import("vue
|
|
55
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
56
56
|
EIcon: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
|
|
57
57
|
sizes: Record<import('./types').Size, string>;
|
|
58
58
|
iconClasses: string[];
|
|
@@ -60,7 +60,7 @@ export declare const components: {
|
|
|
60
60
|
icon: string;
|
|
61
61
|
color: string;
|
|
62
62
|
size: import('./types').Size;
|
|
63
|
-
}, {}, import("vue
|
|
63
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
64
64
|
ESpinner: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
65
65
|
sizes: any;
|
|
66
66
|
colors: any;
|
|
@@ -82,7 +82,7 @@ export declare const components: {
|
|
|
82
82
|
animationDuration: string | number;
|
|
83
83
|
size: import('./types').Size;
|
|
84
84
|
opacity: string | number;
|
|
85
|
-
}, {}, import("vue
|
|
85
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
86
86
|
ERow: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
|
|
87
87
|
justifyClasses: Record<string, boolean>;
|
|
88
88
|
rowClasses: Record<string, boolean>;
|
|
@@ -96,7 +96,7 @@ export declare const components: {
|
|
|
96
96
|
justifyLg: import('./types').FlexJustifyContent;
|
|
97
97
|
justifyXl: import('./types').FlexJustifyContent;
|
|
98
98
|
noGutters: boolean;
|
|
99
|
-
}, {}, import("vue
|
|
99
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
100
100
|
ECol: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, unknown, {
|
|
101
101
|
autoClasses(prefix: string, value: string | number | boolean): string;
|
|
102
102
|
isSizePropAuto(prop: string | number | boolean | undefined, acceptUndefined?: boolean): boolean;
|
|
@@ -117,7 +117,7 @@ export declare const components: {
|
|
|
117
117
|
sm: string | number | boolean;
|
|
118
118
|
xs: string | number | boolean;
|
|
119
119
|
xl: string | number | boolean;
|
|
120
|
-
}, {}, import("vue
|
|
120
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
121
121
|
EVideoPlayer: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
122
122
|
playing: boolean;
|
|
123
123
|
percentagePlayed: number;
|
|
@@ -170,7 +170,7 @@ export declare const components: {
|
|
|
170
170
|
sources: string | import('./components/EVideoPlayer.vue').VideoSource[];
|
|
171
171
|
videoListeners: {};
|
|
172
172
|
videoOptions: {};
|
|
173
|
-
}, {}, import("vue
|
|
173
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
174
174
|
ETimeline: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
175
175
|
tooltip: HTMLElement;
|
|
176
176
|
cursor: HTMLElement;
|
|
@@ -217,6 +217,7 @@ export declare const components: {
|
|
|
217
217
|
characterWidth: number;
|
|
218
218
|
textPadding: number;
|
|
219
219
|
debouncedOnResize: Function;
|
|
220
|
+
isFirstPaint: boolean;
|
|
220
221
|
}, {
|
|
221
222
|
initTimeline(startDate?: string | undefined, endDate?: string | undefined): void;
|
|
222
223
|
initRefs(): void;
|
|
@@ -239,6 +240,7 @@ export declare const components: {
|
|
|
239
240
|
formatFn: (d: Date) => string;
|
|
240
241
|
interval: any;
|
|
241
242
|
};
|
|
243
|
+
onResize(resizeObserverEntry: ResizeObserverEntry): void;
|
|
242
244
|
handleResize({ contentRect }: ResizeObserverEntry): void;
|
|
243
245
|
handleDarkModeChange(): void;
|
|
244
246
|
handleMouseDown(): void;
|
|
@@ -364,7 +366,7 @@ export declare const components: {
|
|
|
364
366
|
minZoom: number;
|
|
365
367
|
maxZoom: number;
|
|
366
368
|
cursorTimestamp: string | undefined;
|
|
367
|
-
}, {}, import("vue
|
|
369
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
368
370
|
EVideoEmbed: import("vue").DefineComponent<{
|
|
369
371
|
videoUrl: {
|
|
370
372
|
type: StringConstructor;
|
|
@@ -386,7 +388,7 @@ export declare const components: {
|
|
|
386
388
|
}, {}, {}, {
|
|
387
389
|
videoId(): string | undefined;
|
|
388
390
|
embedUrl(): string;
|
|
389
|
-
}, {}, import("vue
|
|
391
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
390
392
|
videoUrl: {
|
|
391
393
|
type: StringConstructor;
|
|
392
394
|
required: true;
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evercam/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Evercam - Constuction Cameras.",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"vite-plugin-dts": "^3.6.0",
|
|
58
58
|
"vscode-oniguruma": "^1.6.1",
|
|
59
59
|
"vscode-textmate": "^6.0.0",
|
|
60
|
-
"vue": "^2.7.
|
|
61
|
-
"vue-template-compiler": "^2.7.
|
|
60
|
+
"vue": "^2.7.16",
|
|
61
|
+
"vue-template-compiler": "^2.7.16",
|
|
62
62
|
"vue-tsc": "^1.8.15"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
67
67
|
"d3": "^7.8.5",
|
|
68
68
|
"moment-timezone": "^0.5.43",
|
|
69
|
-
"vue": "^2.7.
|
|
69
|
+
"vue": "^2.7.16"
|
|
70
70
|
},
|
|
71
71
|
"vetur": {
|
|
72
72
|
"tags": "dist/tags.json",
|