comand-component-library 4.0.80 → 4.0.82
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +0 -3
- package/dist/comand-component-library.umd.cjs +1 -1
- package/package.json +1 -2
- package/src/assets/data/box-user-fake-data.json +134 -0
- package/src/assets/data/datalist-options.json +8 -0
- package/src/assets/data/image.json +4 -4
- package/src/assets/data/input-group-checkboxes.json +23 -0
- package/src/components/CmdContainer.vue +1 -3
package/package.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.82",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"license": "GPL-3.0-only",
|
7
7
|
"author": "CoManD UI",
|
8
8
|
"scripts": {
|
9
|
-
"publish": "npm publish",
|
10
9
|
"prepublishOnly": "npm run build-lib",
|
11
10
|
"dev": "vite",
|
12
11
|
"build": "vite build",
|
@@ -0,0 +1,134 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"name": "Douglas Mccarty",
|
4
|
+
"image": {
|
5
|
+
"src": "/media/images/user-images/fake-user-1.jpg",
|
6
|
+
"alt": "Douglas McCarty, UI/UX Designer"
|
7
|
+
},
|
8
|
+
"profession": "UI/UX Designer",
|
9
|
+
"position": "Head of Design",
|
10
|
+
"description": "I try to find the best graphical solution for our customer and its users.",
|
11
|
+
"links": [
|
12
|
+
{
|
13
|
+
"path": "mailto:",
|
14
|
+
"target": "",
|
15
|
+
"iconClass": "icon-mail",
|
16
|
+
"tooltip": "Send mail"
|
17
|
+
}
|
18
|
+
]
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"name": "Ronan Hodges",
|
22
|
+
"image": {
|
23
|
+
"src": "/media/images/user-images/fake-user-2.jpg",
|
24
|
+
"alt": "Ronan Hodges, Frontend Developer"
|
25
|
+
},
|
26
|
+
"profession": "Frontend Developer",
|
27
|
+
"position": "Development",
|
28
|
+
"description": "My passion is to create a stunning visible part of our digital products.",
|
29
|
+
"links": [
|
30
|
+
{
|
31
|
+
"path": "mailto:",
|
32
|
+
"target": "",
|
33
|
+
"iconClass": "icon-mail",
|
34
|
+
"tooltip": "Send mail"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"path": "http://www.comand-cms.com",
|
38
|
+
"target": "comand",
|
39
|
+
"iconClass": "icon-globe",
|
40
|
+
"tooltip": "Visit website"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"name": "Zaydan Bassett",
|
46
|
+
"image": {
|
47
|
+
"src": "/media/images/user-images/fake-user-3.jpg",
|
48
|
+
"alt": "Zaydan Bassett, Backend Developer"
|
49
|
+
},
|
50
|
+
"profession": "Backend Developer",
|
51
|
+
"position": "Development",
|
52
|
+
"description": "Giving our products the logic to work best for all purposes is my goal.",
|
53
|
+
"links": [
|
54
|
+
{
|
55
|
+
"path": "mailto:",
|
56
|
+
"target": "",
|
57
|
+
"iconClass": "icon-mail",
|
58
|
+
"tooltip": "Send mail"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"path": "http://www.comand-cms.com",
|
62
|
+
"target": "comand",
|
63
|
+
"iconClass": "icon-globe",
|
64
|
+
"tooltip": "Visit website"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"path": "tel:",
|
68
|
+
"target": "",
|
69
|
+
"iconClass": "icon-phone",
|
70
|
+
"tooltip": "Make call"
|
71
|
+
}
|
72
|
+
]
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"name": "Jena Barajas",
|
76
|
+
"image": {
|
77
|
+
"src": "/media/images/user-images/fake-user-4.jpg",
|
78
|
+
"alt": "Jena Barajas, Sales"
|
79
|
+
},
|
80
|
+
"profession": "Marketing Expert",
|
81
|
+
"position": "Sales Division",
|
82
|
+
"description": "I love to show and consult you about our products.",
|
83
|
+
"links": [
|
84
|
+
{
|
85
|
+
"path": "mailto:",
|
86
|
+
"target": "",
|
87
|
+
"iconClass": "icon-mail",
|
88
|
+
"tooltip": "Send mail"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"path": "http://www.comand-cms.com",
|
92
|
+
"target": "comand",
|
93
|
+
"iconClass": "icon-globe",
|
94
|
+
"tooltip": "Visit website"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"path": "tel:",
|
98
|
+
"target": "",
|
99
|
+
"iconClass": "icon-phone",
|
100
|
+
"tooltip": "Make call"
|
101
|
+
}
|
102
|
+
]
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"name": "Mia-Rose Monroe",
|
106
|
+
"image": {
|
107
|
+
"src": "/media/images/user-images/fake-user-5.jpg",
|
108
|
+
"alt": "Mia-Rose Monroe, Customer Service"
|
109
|
+
},
|
110
|
+
"profession": "Communications Expert",
|
111
|
+
"position": "Customer Service",
|
112
|
+
"description": "I will care about all your needs as a new or an existing customer.",
|
113
|
+
"links": [
|
114
|
+
{
|
115
|
+
"path": "mailto:",
|
116
|
+
"target": "",
|
117
|
+
"iconClass": "icon-mail",
|
118
|
+
"tooltip": "Send mail"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"path": "http://www.comand-cms.com",
|
122
|
+
"target": "comand",
|
123
|
+
"iconClass": "icon-globe",
|
124
|
+
"tooltip": "Visit website"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"path": "tel:",
|
128
|
+
"target": "",
|
129
|
+
"iconClass": "icon-phone",
|
130
|
+
"tooltip": "Make call"
|
131
|
+
}
|
132
|
+
]
|
133
|
+
}
|
134
|
+
]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
3
|
"image": {
|
4
|
-
"src": "media/images/demo-images/large/landscape-01.jpg",
|
4
|
+
"src": "/media/images/demo-images/large/landscape-01.jpg",
|
5
5
|
"alt": "Alternative text",
|
6
6
|
"tooltip": "Tooltip"
|
7
7
|
},
|
@@ -14,7 +14,7 @@
|
|
14
14
|
},
|
15
15
|
{
|
16
16
|
"image": {
|
17
|
-
"src": "media/images/demo-images/large/landscape-02.jpg",
|
17
|
+
"src": "/media/images/demo-images/large/landscape-02.jpg",
|
18
18
|
"alt": "Alternative text",
|
19
19
|
"tooltip": "Tooltip"
|
20
20
|
},
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"image": {
|
30
|
-
"src": "media/images/demo-images/small/landscape-06.jpg",
|
30
|
+
"src": "/media/images/demo-images/small/landscape-06.jpg",
|
31
31
|
"alt": "Alternative text",
|
32
32
|
"tooltip": "Tooltip"
|
33
33
|
},
|
@@ -40,7 +40,7 @@
|
|
40
40
|
},
|
41
41
|
{
|
42
42
|
"image": {
|
43
|
-
"src": "media/images/demo-images/landscape-2x.jpg",
|
43
|
+
"src": "/media/images/demo-images/landscape-2x.jpg",
|
44
44
|
"alt": "Alternative text",
|
45
45
|
"tooltip": "Tooltip"
|
46
46
|
},
|
@@ -0,0 +1,23 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"labelText": "Website",
|
4
|
+
"id": "checkbox-id-1",
|
5
|
+
"name": "input-group-checkbox",
|
6
|
+
"iconClass": "icon-globe",
|
7
|
+
"value": "website"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"labelText": "E-Mail",
|
11
|
+
"id": "checkbox-id-2",
|
12
|
+
"name": "input-group-checkbox",
|
13
|
+
"iconClass": "icon-mail",
|
14
|
+
"value": "email"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"labelText": "Phone",
|
18
|
+
"id": "checkbox-id-3",
|
19
|
+
"name": "input-group-checkbox",
|
20
|
+
"iconClass": "icon-phone",
|
21
|
+
"value": "phone"
|
22
|
+
}
|
23
|
+
]
|