@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.
@@ -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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
59
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
60
60
  export default _default;
@@ -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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
391
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
390
392
  videoUrl: {
391
393
  type: StringConstructor;
392
394
  required: true;
@@ -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.49",
5
+ "version": "0.0.50-beta.1",
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.49",
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.14",
61
- "vue-template-compiler": "^2.7.14",
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.14"
69
+ "vue": "^2.7.16"
70
70
  },
71
71
  "vetur": {
72
72
  "tags": "dist/tags.json",