@evercam/ui 0.0.17 → 0.0.19
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/dist/attributes.json +157 -0
- package/dist/index.mjs +324 -327
- 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/ECol.vue.d.ts +1 -0
- package/dist/src/index.d.ts +105 -0
- package/dist/style.css +1 -1
- package/dist/styles.css +1266 -18
- package/dist/tags.json +66 -0
- package/dist/web-types.json +434 -0
- package/package.json +10 -3
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"EAvatar/size": {
|
|
3
|
+
"type": "any",
|
|
4
|
+
"description": "",
|
|
5
|
+
"default": "base"
|
|
6
|
+
},
|
|
7
|
+
"EAvatar/show-badge": {
|
|
8
|
+
"type": "any",
|
|
9
|
+
"description": "",
|
|
10
|
+
"default": false
|
|
11
|
+
},
|
|
12
|
+
"EAvatar/badge-color": {
|
|
13
|
+
"type": "any",
|
|
14
|
+
"description": "",
|
|
15
|
+
"default": "error"
|
|
16
|
+
},
|
|
17
|
+
"EAvatar/badge-text": {
|
|
18
|
+
"type": "any",
|
|
19
|
+
"description": "",
|
|
20
|
+
"default": ""
|
|
21
|
+
},
|
|
22
|
+
"EAvatar/badge-size": {
|
|
23
|
+
"type": "any",
|
|
24
|
+
"description": "",
|
|
25
|
+
"default": "base"
|
|
26
|
+
},
|
|
27
|
+
"EAvatar/image": {
|
|
28
|
+
"type": "any",
|
|
29
|
+
"description": "",
|
|
30
|
+
"default": ""
|
|
31
|
+
},
|
|
32
|
+
"EBadge/text": {
|
|
33
|
+
"type": "any",
|
|
34
|
+
"description": "",
|
|
35
|
+
"default": ""
|
|
36
|
+
},
|
|
37
|
+
"EBadge/color": {
|
|
38
|
+
"type": "any",
|
|
39
|
+
"description": "",
|
|
40
|
+
"default": "default"
|
|
41
|
+
},
|
|
42
|
+
"EBadge/size": {
|
|
43
|
+
"type": "any",
|
|
44
|
+
"description": "",
|
|
45
|
+
"default": "base"
|
|
46
|
+
},
|
|
47
|
+
"EIcon/icon": {
|
|
48
|
+
"type": "any",
|
|
49
|
+
"description": "",
|
|
50
|
+
"default": ""
|
|
51
|
+
},
|
|
52
|
+
"EIcon/color": {
|
|
53
|
+
"type": "any",
|
|
54
|
+
"description": "",
|
|
55
|
+
"default": "default"
|
|
56
|
+
},
|
|
57
|
+
"EIcon/size": {
|
|
58
|
+
"type": "any",
|
|
59
|
+
"description": "",
|
|
60
|
+
"default": "sm"
|
|
61
|
+
},
|
|
62
|
+
"ESpinner/dark": {
|
|
63
|
+
"type": "any",
|
|
64
|
+
"description": "",
|
|
65
|
+
"default": false
|
|
66
|
+
},
|
|
67
|
+
"ESpinner/color": {
|
|
68
|
+
"type": "any",
|
|
69
|
+
"description": "",
|
|
70
|
+
"default": true
|
|
71
|
+
},
|
|
72
|
+
"ESpinner/animation-duration": {
|
|
73
|
+
"type": "number|string",
|
|
74
|
+
"description": "",
|
|
75
|
+
"default": 1000
|
|
76
|
+
},
|
|
77
|
+
"ESpinner/size": {
|
|
78
|
+
"type": "any",
|
|
79
|
+
"description": "",
|
|
80
|
+
"default": "base"
|
|
81
|
+
},
|
|
82
|
+
"ESpinner/opacity": {
|
|
83
|
+
"type": "string|number",
|
|
84
|
+
"description": "",
|
|
85
|
+
"default": 1
|
|
86
|
+
},
|
|
87
|
+
"ERow/align": {
|
|
88
|
+
"type": "any",
|
|
89
|
+
"description": ""
|
|
90
|
+
},
|
|
91
|
+
"ERow/align-content": {
|
|
92
|
+
"type": "any",
|
|
93
|
+
"description": ""
|
|
94
|
+
},
|
|
95
|
+
"ERow/justify": {
|
|
96
|
+
"type": "any",
|
|
97
|
+
"description": ""
|
|
98
|
+
},
|
|
99
|
+
"ERow/no-gutters": {
|
|
100
|
+
"type": "any",
|
|
101
|
+
"description": "",
|
|
102
|
+
"default": false
|
|
103
|
+
},
|
|
104
|
+
"ECol/align-self": {
|
|
105
|
+
"type": "any",
|
|
106
|
+
"description": "",
|
|
107
|
+
"default": "auto"
|
|
108
|
+
},
|
|
109
|
+
"ECol/cols": {
|
|
110
|
+
"type": "boolean|string|number",
|
|
111
|
+
"description": ""
|
|
112
|
+
},
|
|
113
|
+
"ECol/lg": {
|
|
114
|
+
"type": "boolean|string|number",
|
|
115
|
+
"description": ""
|
|
116
|
+
},
|
|
117
|
+
"ECol/md": {
|
|
118
|
+
"type": "boolean|string|number",
|
|
119
|
+
"description": ""
|
|
120
|
+
},
|
|
121
|
+
"ECol/offset": {
|
|
122
|
+
"type": "string|number",
|
|
123
|
+
"description": ""
|
|
124
|
+
},
|
|
125
|
+
"ECol/offset-lg": {
|
|
126
|
+
"type": "string|number",
|
|
127
|
+
"description": ""
|
|
128
|
+
},
|
|
129
|
+
"ECol/offset-md": {
|
|
130
|
+
"type": "string|number",
|
|
131
|
+
"description": ""
|
|
132
|
+
},
|
|
133
|
+
"ECol/offset-sm": {
|
|
134
|
+
"type": "string|number",
|
|
135
|
+
"description": ""
|
|
136
|
+
},
|
|
137
|
+
"ECol/offset-xs": {
|
|
138
|
+
"type": "string|number",
|
|
139
|
+
"description": ""
|
|
140
|
+
},
|
|
141
|
+
"ECol/offset-xl": {
|
|
142
|
+
"type": "string|number",
|
|
143
|
+
"description": ""
|
|
144
|
+
},
|
|
145
|
+
"ECol/sm": {
|
|
146
|
+
"type": "boolean|string|number",
|
|
147
|
+
"description": ""
|
|
148
|
+
},
|
|
149
|
+
"ECol/xs": {
|
|
150
|
+
"type": "boolean|string|number",
|
|
151
|
+
"description": ""
|
|
152
|
+
},
|
|
153
|
+
"ECol/xl": {
|
|
154
|
+
"type": "boolean|string|number",
|
|
155
|
+
"description": ""
|
|
156
|
+
}
|
|
157
|
+
}
|