@evercam/ui 0.0.45-beta.7 → 0.0.47-beta.1

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.
@@ -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.45-beta.6",
5
+ "version": "0.0.45-beta.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -535,7 +535,7 @@
535
535
  {
536
536
  "name": "x-axes-config",
537
537
  "doc-url": "https://www.npmjs.com/package/@evercam/ui",
538
- "default": "() => It",
538
+ "default": "() => Vt",
539
539
  "value": {
540
540
  "kind": "expression",
541
541
  "type": "object"
@@ -689,16 +689,6 @@
689
689
  }
690
690
  }
691
691
  ]
692
- },
693
- {
694
- "name": "EVideoEmbed",
695
- "source": {
696
- "module": "./src/components/EVideoEmbed.vue",
697
- "symbol": "EVideoEmbed"
698
- },
699
- "description": "",
700
- "doc-url": "https://ui.evercam.io/",
701
- "attributes": null
702
692
  }
703
693
  ],
704
694
  "attributes": [
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@evercam/ui",
3
- "version": "0.0.45-beta.7",
4
- "license": "MIT",
5
- "private": false,
6
- "author": "Evercam - Constuction Cameras.",
7
- "description": "Evercam UI components library",
8
- "readme": "README.md",
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/evercam/evercam-frontend.git"
12
- },
13
- "main": "dist/index.umd.js",
14
- "module": "dist/index.mjs",
15
- "types": "./dist/index.d.ts",
16
- "exports": {
17
- ".": {
18
- "import": "./dist/index.mjs",
19
- "require": "./dist/index.umd.js"
20
- },
21
- "./style.css": "./dist/style.css",
22
- "./styles.css": "./dist/styles.css",
23
- "./types": "./dist/src/types.ts",
24
- "./constants": "./dist/src/constants.ts"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "scripts": {
30
- "story:dev": "histoire dev",
31
- "story:build": "histoire build",
32
- "story:preview": "histoire preview",
33
- "build": "yarn build:lib && yarn build:style && yarn generate-ide-docs",
34
- "build:lib": "vite build",
35
- "build:style": "postcss src/style/main.css --verbose -o dist/styles.css",
36
- "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
37
- "generate-ide-docs": "node scripts/generate-vetur.mjs && node scripts/generate-web-types.mjs",
38
- "ci": "(cd ../..; yarn ci)",
39
- "publish-ci": "yarn build && yarn publish"
40
- },
41
- "devDependencies": {
42
- "@fontsource-variable/inter": "^5.0.8",
43
- "@fortawesome/fontawesome-free": "^5.15.3",
44
- "@histoire/plugin-vue2": "^0.17.1",
45
- "@histoire/vendors": "^0.17.0",
46
- "@types/d3": "^7.4.2",
47
- "@vitejs/plugin-vue2": "^2.2.0",
48
- "autoprefixer": "^10.4.15",
49
- "d3": "^7.8.5",
50
- "histoire": "^0.17.0",
51
- "moment-timezone": "^0.5.43",
52
- "postcss": "^8.4.29",
53
- "postcss-cli": "^10.1.0",
54
- "tailwindcss": "^3.3.3",
55
- "typescript": "^5.2.2",
56
- "vite": "^4.4.9",
57
- "vite-plugin-dts": "^3.6.0",
58
- "vscode-oniguruma": "^1.6.1",
59
- "vscode-textmate": "^6.0.0",
60
- "vue": "^2.7.14",
61
- "vue-template-compiler": "^2.7.14",
62
- "vue-tsc": "^1.8.15"
63
- },
64
- "peerDependencies": {
65
- "@fontsource-variable/inter": "^5.0.8",
66
- "@fortawesome/fontawesome-free": "^5.15.3",
67
- "d3": "^7.8.5",
68
- "moment-timezone": "^0.5.43",
69
- "vue": "^2.7.14"
70
- },
71
- "vetur": {
72
- "tags": "dist/tags.json",
73
- "attributes": "dist/attributes.json"
74
- },
75
- "web-types": "dist/web-types.json"
76
- }
1
+ {
2
+ "name": "@evercam/ui",
3
+ "version": "0.0.47-beta.1",
4
+ "license": "MIT",
5
+ "private": false,
6
+ "author": "Evercam - Constuction Cameras.",
7
+ "description": "Evercam UI components library",
8
+ "readme": "README.md",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/evercam/evercam-frontend.git"
12
+ },
13
+ "main": "dist/index.umd.js",
14
+ "module": "dist/index.mjs",
15
+ "types": "./dist/index.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/index.mjs",
19
+ "require": "./dist/index.umd.js"
20
+ },
21
+ "./style.css": "./dist/style.css",
22
+ "./styles.css": "./dist/styles.css",
23
+ "./types": "./dist/src/types.ts",
24
+ "./constants": "./dist/src/constants.ts"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "scripts": {
30
+ "story:dev": "histoire dev",
31
+ "story:build": "histoire build",
32
+ "story:preview": "histoire preview",
33
+ "build": "yarn build:lib && yarn build:style && yarn generate-ide-docs",
34
+ "build:lib": "vite build",
35
+ "build:style": "postcss src/style/main.css --verbose -o dist/styles.css",
36
+ "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
37
+ "generate-ide-docs": "node scripts/generate-vetur.mjs && node scripts/generate-web-types.mjs",
38
+ "ci": "(cd ../..; yarn ci)",
39
+ "publish-ci": "yarn build && yarn publish"
40
+ },
41
+ "devDependencies": {
42
+ "@fontsource-variable/inter": "^5.0.8",
43
+ "@fortawesome/fontawesome-free": "^5.15.3",
44
+ "@histoire/plugin-vue2": "^0.17.1",
45
+ "@histoire/vendors": "^0.17.0",
46
+ "@types/d3": "^7.4.2",
47
+ "@vitejs/plugin-vue2": "^2.2.0",
48
+ "autoprefixer": "^10.4.15",
49
+ "d3": "^7.8.5",
50
+ "histoire": "^0.17.0",
51
+ "moment-timezone": "^0.5.43",
52
+ "postcss": "^8.4.29",
53
+ "postcss-cli": "^10.1.0",
54
+ "tailwindcss": "^3.3.3",
55
+ "typescript": "^5.2.2",
56
+ "vite": "^4.4.9",
57
+ "vite-plugin-dts": "^3.6.0",
58
+ "vscode-oniguruma": "^1.6.1",
59
+ "vscode-textmate": "^6.0.0",
60
+ "vue": "^2.7.14",
61
+ "vue-template-compiler": "^2.7.14",
62
+ "vue-tsc": "^1.8.15"
63
+ },
64
+ "peerDependencies": {
65
+ "@fontsource-variable/inter": "^5.0.8",
66
+ "@fortawesome/fontawesome-free": "^5.15.3",
67
+ "d3": "^7.8.5",
68
+ "vue": "^2.7.14",
69
+ "moment-timezone": "^0.5.43"
70
+ },
71
+ "vetur": {
72
+ "tags": "dist/tags.json",
73
+ "attributes": "dist/attributes.json"
74
+ },
75
+ "web-types": "dist/web-types.json"
76
+ }
@@ -1,45 +0,0 @@
1
- import { PropType } from "vue";
2
- declare const _default: import("vue").DefineComponent<{
3
- videoUrl: {
4
- type: StringConstructor;
5
- required: true;
6
- };
7
- platform: {
8
- type: PropType<"youtube" | "vimeo">;
9
- required: true;
10
- validator: (value: string) => boolean;
11
- };
12
- iframeListeners: {
13
- type: PropType<Partial<HTMLIFrameElement>>;
14
- default: () => {};
15
- };
16
- iframeOptions: {
17
- type: ObjectConstructor;
18
- default: () => {};
19
- };
20
- }, {}, {}, {
21
- videoId(): string | undefined;
22
- embedUrl(): string;
23
- }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
24
- videoUrl: {
25
- type: StringConstructor;
26
- required: true;
27
- };
28
- platform: {
29
- type: PropType<"youtube" | "vimeo">;
30
- required: true;
31
- validator: (value: string) => boolean;
32
- };
33
- iframeListeners: {
34
- type: PropType<Partial<HTMLIFrameElement>>;
35
- default: () => {};
36
- };
37
- iframeOptions: {
38
- type: ObjectConstructor;
39
- default: () => {};
40
- };
41
- }>>, {
42
- iframeListeners: Partial<HTMLIFrameElement>;
43
- iframeOptions: Record<string, any>;
44
- }>;
45
- export default _default;