@evercam/ui 0.0.58-beta.4 → 0.0.58-beta.5

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/package.json CHANGED
@@ -1,80 +1,79 @@
1
1
  {
2
- "name": "@evercam/ui",
3
- "version": "0.0.58-beta.4",
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
- "build-and-copy": "yarn build && rsync -av --delete ./dist/ ../../node_modules/@evercam/ui/dist/",
37
- "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
38
- "generate-ide-docs": "node scripts/generate-vetur.mjs && node scripts/generate-web-types.mjs",
39
- "ci": "(cd ../..; yarn ci)",
40
- "publish-ci": "yarn build && yarn publish"
41
- },
42
- "devDependencies": {
43
- "@fontsource-variable/inter": "^5.0.8",
44
- "@fortawesome/fontawesome-free": "^5.15.3",
45
- "@histoire/plugin-vue2": "^0.17.1",
46
- "@histoire/vendors": "^0.17.0",
47
- "@types/d3": "^7.4.2",
48
- "@vitejs/plugin-vue2": "^2.2.0",
49
- "autoprefixer": "^10.4.15",
50
- "d3": "^7.8.5",
51
- "histoire": "^0.17.0",
52
- "moment-timezone": "^0.5.43",
53
- "postcss": "^8.4.29",
54
- "postcss-cli": "^10.1.0",
55
- "tailwindcss": "^3.3.3",
56
- "typescript": "^5.2.2",
57
- "vite": "^4.4.9",
58
- "vite-plugin-dts": "^3.6.0",
59
- "vscode-oniguruma": "^1.6.1",
60
- "vscode-textmate": "^6.0.0",
61
- "vue": "^2.7.16",
62
- "vue-template-compiler": "^2.7.16",
63
- "vue-tsc": "^1.8.15"
64
- },
65
- "peerDependencies": {
66
- "@fontsource-variable/inter": "^5.0.8",
67
- "@fortawesome/fontawesome-free": "^5.15.3",
68
- "d3": "^7.8.5",
69
- "moment-timezone": "^0.5.43",
70
- "vue": "^2.7.16"
71
- },
72
- "vetur": {
73
- "tags": "dist/tags.json",
74
- "attributes": "dist/attributes.json"
75
- },
76
- "web-types": "dist/web-types.json",
77
- "dependencies": {
78
- "hls.js": "^1.5.6"
79
- }
2
+ "name": "@evercam/ui",
3
+ "version": "0.0.58-beta.5",
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
+ "build-and-copy": "yarn build && rsync -av --delete ./dist/ ../../node_modules/@evercam/ui/dist/",
37
+ "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
38
+ "generate-ide-docs": "node scripts/generate-vetur.mjs && node scripts/generate-web-types.mjs",
39
+ "ci": "(cd ../..; yarn ci)",
40
+ "publish-ci": "yarn build && yarn publish"
41
+ },
42
+ "devDependencies": {
43
+ "@fontsource-variable/inter": "^5.0.8",
44
+ "@fortawesome/fontawesome-free": "^5.15.3",
45
+ "@histoire/plugin-vue2": "^0.17.1",
46
+ "@histoire/vendors": "^0.17.0",
47
+ "@types/d3": "^7.4.2",
48
+ "@vitejs/plugin-vue2": "^2.2.0",
49
+ "autoprefixer": "^10.4.15",
50
+ "d3": "^7.8.5",
51
+ "histoire": "^0.17.0",
52
+ "hls.js": "^1.5.6",
53
+ "moment-timezone": "^0.5.43",
54
+ "postcss": "^8.4.29",
55
+ "postcss-cli": "^10.1.0",
56
+ "tailwindcss": "^3.3.3",
57
+ "typescript": "^5.2.2",
58
+ "vite": "^4.4.9",
59
+ "vite-plugin-dts": "^3.6.0",
60
+ "vscode-oniguruma": "^1.6.1",
61
+ "vscode-textmate": "^6.0.0",
62
+ "vue": "^2.7.16",
63
+ "vue-template-compiler": "^2.7.16",
64
+ "vue-tsc": "^1.8.15"
65
+ },
66
+ "peerDependencies": {
67
+ "@fontsource-variable/inter": "^5.0.8",
68
+ "@fortawesome/fontawesome-free": "^5.15.3",
69
+ "d3": "^7.8.5",
70
+ "hls.js": "^1.5.6",
71
+ "moment-timezone": "^0.5.43",
72
+ "vue": "^2.7.16"
73
+ },
74
+ "vetur": {
75
+ "tags": "dist/tags.json",
76
+ "attributes": "dist/attributes.json"
77
+ },
78
+ "web-types": "dist/web-types.json"
80
79
  }
@@ -1,27 +0,0 @@
1
- import Vue from "vue";
2
- declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
3
- menu: boolean;
4
- touched: boolean;
5
- baseSize: {};
6
- }, {
7
- toggleMenu(): void;
8
- setButtonsPositions(open?: boolean): void;
9
- }, {
10
- row: boolean;
11
- reverse: boolean;
12
- }, {
13
- padding: number;
14
- direction: string;
15
- isMobile: boolean;
16
- }, {}, import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
17
- timeouts: number[];
18
- }, {
19
- $setTimeout(cb: Function, timeout?: number): number;
20
- $clearTimeouts(): void;
21
- }, unknown, Record<never, any>, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin> | import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
22
- eventListeners: import('../mixins/event-listeners').IEventListener[];
23
- }, {
24
- $addEventListener(event: string, cb: () => void, element?: Window & typeof globalThis): void;
25
- $removeEventListeners(): void;
26
- }, unknown, Record<never, any>, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>, import("vue").ComponentOptionsMixin>;
27
- export default _default;