@evercam/ui 0.0.33 → 0.0.35
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/README.md +47 -47
- package/dist/attributes.json +25 -1
- package/dist/index.mjs +229 -154
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EVideoPlayer.vue.d.ts +6 -4
- package/dist/src/index.d.ts +7 -3
- package/dist/style.css +1 -1
- package/dist/styles.css +3146 -3140
- package/dist/tags.json +10 -0
- package/dist/web-types.json +61 -2
- package/package.json +71 -71
package/dist/tags.json
CHANGED
package/dist/web-types.json
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "0.0.34",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -488,7 +488,10 @@
|
|
|
488
488
|
"default": "undefined",
|
|
489
489
|
"value": {
|
|
490
490
|
"kind": "expression",
|
|
491
|
-
"type":
|
|
491
|
+
"type": [
|
|
492
|
+
"array",
|
|
493
|
+
"string"
|
|
494
|
+
]
|
|
492
495
|
}
|
|
493
496
|
},
|
|
494
497
|
{
|
|
@@ -510,6 +513,62 @@
|
|
|
510
513
|
}
|
|
511
514
|
}
|
|
512
515
|
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "ECountryFlag",
|
|
519
|
+
"source": {
|
|
520
|
+
"module": "./src/components/ECountryFlag.vue",
|
|
521
|
+
"symbol": "ECountryFlag"
|
|
522
|
+
},
|
|
523
|
+
"description": "",
|
|
524
|
+
"doc-url": "https://ui.evercam.io/",
|
|
525
|
+
"attributes": [
|
|
526
|
+
{
|
|
527
|
+
"name": "country",
|
|
528
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
529
|
+
"default": "undefined",
|
|
530
|
+
"value": {
|
|
531
|
+
"kind": "expression",
|
|
532
|
+
"type": "string"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "rounded",
|
|
537
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
538
|
+
"default": "false",
|
|
539
|
+
"value": {
|
|
540
|
+
"kind": "expression",
|
|
541
|
+
"type": "boolean"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "shadow",
|
|
546
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
547
|
+
"default": "false",
|
|
548
|
+
"value": {
|
|
549
|
+
"kind": "expression",
|
|
550
|
+
"type": "boolean"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "size",
|
|
555
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
556
|
+
"default": "normal",
|
|
557
|
+
"value": {
|
|
558
|
+
"kind": "expression",
|
|
559
|
+
"type": "string"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "background",
|
|
564
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
565
|
+
"default": "",
|
|
566
|
+
"value": {
|
|
567
|
+
"kind": "expression",
|
|
568
|
+
"type": "string"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
]
|
|
513
572
|
}
|
|
514
573
|
],
|
|
515
574
|
"attributes": [
|
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@evercam/ui",
|
|
3
|
-
"version": "0.0.
|
|
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
|
-
"@vitejs/plugin-vue2": "^2.2.0",
|
|
47
|
-
"autoprefixer": "^10.4.15",
|
|
48
|
-
"histoire": "^0.17.0",
|
|
49
|
-
"postcss": "^8.4.29",
|
|
50
|
-
"postcss-cli": "^10.1.0",
|
|
51
|
-
"tailwindcss": "^3.3.3",
|
|
52
|
-
"typescript": "^5.2.2",
|
|
53
|
-
"vite": "^4.4.9",
|
|
54
|
-
"vite-plugin-dts": "^3.6.0",
|
|
55
|
-
"vscode-oniguruma": "^1.6.1",
|
|
56
|
-
"vscode-textmate": "^6.0.0",
|
|
57
|
-
"vue": "^2.7.14",
|
|
58
|
-
"vue-template-compiler": "^2.7.14",
|
|
59
|
-
"vue-tsc": "^1.8.15"
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"@fontsource-variable/inter": "^5.0.8",
|
|
63
|
-
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
64
|
-
"vue": "^2.7.14"
|
|
65
|
-
},
|
|
66
|
-
"vetur": {
|
|
67
|
-
"tags": "dist/tags.json",
|
|
68
|
-
"attributes": "dist/attributes.json"
|
|
69
|
-
},
|
|
70
|
-
"web-types": "dist/web-types.json"
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@evercam/ui",
|
|
3
|
+
"version": "0.0.35",
|
|
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
|
+
"@vitejs/plugin-vue2": "^2.2.0",
|
|
47
|
+
"autoprefixer": "^10.4.15",
|
|
48
|
+
"histoire": "^0.17.0",
|
|
49
|
+
"postcss": "^8.4.29",
|
|
50
|
+
"postcss-cli": "^10.1.0",
|
|
51
|
+
"tailwindcss": "^3.3.3",
|
|
52
|
+
"typescript": "^5.2.2",
|
|
53
|
+
"vite": "^4.4.9",
|
|
54
|
+
"vite-plugin-dts": "^3.6.0",
|
|
55
|
+
"vscode-oniguruma": "^1.6.1",
|
|
56
|
+
"vscode-textmate": "^6.0.0",
|
|
57
|
+
"vue": "^2.7.14",
|
|
58
|
+
"vue-template-compiler": "^2.7.14",
|
|
59
|
+
"vue-tsc": "^1.8.15"
|
|
60
|
+
},
|
|
61
|
+
"peerDependencies": {
|
|
62
|
+
"@fontsource-variable/inter": "^5.0.8",
|
|
63
|
+
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
64
|
+
"vue": "^2.7.14"
|
|
65
|
+
},
|
|
66
|
+
"vetur": {
|
|
67
|
+
"tags": "dist/tags.json",
|
|
68
|
+
"attributes": "dist/attributes.json"
|
|
69
|
+
},
|
|
70
|
+
"web-types": "dist/web-types.json"
|
|
71
|
+
}
|