@evercam/ui 0.0.50-beta.1 → 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;
@@ -197,5 +197,5 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
197
197
  minZoom: number;
198
198
  maxZoom: number;
199
199
  cursorTimestamp: string | undefined;
200
- }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
200
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
201
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;
@@ -366,7 +366,7 @@ export declare const components: {
366
366
  minZoom: number;
367
367
  maxZoom: number;
368
368
  cursorTimestamp: string | undefined;
369
- }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
369
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
370
370
  EVideoEmbed: import("vue").DefineComponent<{
371
371
  videoUrl: {
372
372
  type: StringConstructor;
@@ -388,7 +388,7 @@ export declare const components: {
388
388
  }, {}, {}, {
389
389
  videoId(): string | undefined;
390
390
  embedUrl(): string;
391
- }, {}, 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<{
392
392
  videoUrl: {
393
393
  type: StringConstructor;
394
394
  required: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.50-beta.1",
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",