@evercam/ui 0.0.45-beta.0 → 0.0.45-beta.3
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 +76 -37
- package/dist/index.mjs +673 -560
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +6 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +26 -8
- package/dist/src/index.d.ts +26 -8
- package/dist/style.css +1 -1
- package/dist/tags.json +9 -1
- package/dist/web-types.json +76 -1
- package/package.json +3 -3
package/dist/attributes.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"EAvatar/size": {
|
|
3
|
-
"type": "
|
|
3
|
+
"type": "string",
|
|
4
4
|
"description": "",
|
|
5
5
|
"default": "base"
|
|
6
6
|
},
|
|
7
7
|
"EAvatar/show-badge": {
|
|
8
|
-
"type": "
|
|
8
|
+
"type": "boolean",
|
|
9
9
|
"description": "",
|
|
10
10
|
"default": false
|
|
11
11
|
},
|
|
12
12
|
"EAvatar/badge-color": {
|
|
13
|
-
"type": "
|
|
13
|
+
"type": "string",
|
|
14
14
|
"description": "",
|
|
15
15
|
"default": "error"
|
|
16
16
|
},
|
|
17
17
|
"EAvatar/badge-text": {
|
|
18
|
-
"type": "
|
|
18
|
+
"type": "string",
|
|
19
19
|
"description": "",
|
|
20
20
|
"default": ""
|
|
21
21
|
},
|
|
22
22
|
"EAvatar/badge-size": {
|
|
23
|
-
"type": "
|
|
23
|
+
"type": "string",
|
|
24
24
|
"description": "",
|
|
25
25
|
"default": "base"
|
|
26
26
|
},
|
|
27
27
|
"EAvatar/image": {
|
|
28
|
-
"type": "
|
|
28
|
+
"type": "string",
|
|
29
29
|
"description": "",
|
|
30
30
|
"default": ""
|
|
31
31
|
},
|
|
32
32
|
"EBadge/text": {
|
|
33
|
-
"type": "
|
|
33
|
+
"type": "string",
|
|
34
34
|
"description": "",
|
|
35
35
|
"default": ""
|
|
36
36
|
},
|
|
37
37
|
"EBadge/color": {
|
|
38
|
-
"type": "
|
|
38
|
+
"type": "string",
|
|
39
39
|
"description": "",
|
|
40
40
|
"default": "default"
|
|
41
41
|
},
|
|
42
42
|
"EBadge/size": {
|
|
43
|
-
"type": "
|
|
43
|
+
"type": "string",
|
|
44
44
|
"description": "",
|
|
45
45
|
"default": "base"
|
|
46
46
|
},
|
|
47
47
|
"EIcon/icon": {
|
|
48
|
-
"type": "
|
|
48
|
+
"type": "string",
|
|
49
49
|
"description": "",
|
|
50
50
|
"default": ""
|
|
51
51
|
},
|
|
52
52
|
"EIcon/color": {
|
|
53
|
-
"type": "
|
|
53
|
+
"type": "string",
|
|
54
54
|
"description": "",
|
|
55
55
|
"default": "default"
|
|
56
56
|
},
|
|
57
57
|
"EIcon/size": {
|
|
58
|
-
"type": "
|
|
58
|
+
"type": "string",
|
|
59
59
|
"description": "",
|
|
60
60
|
"default": "sm"
|
|
61
61
|
},
|
|
62
62
|
"ESpinner/dark": {
|
|
63
|
-
"type": "
|
|
63
|
+
"type": "boolean",
|
|
64
64
|
"description": "",
|
|
65
65
|
"default": false
|
|
66
66
|
},
|
|
67
67
|
"ESpinner/color": {
|
|
68
|
-
"type": "
|
|
68
|
+
"type": "boolean",
|
|
69
69
|
"description": "",
|
|
70
70
|
"default": true
|
|
71
71
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"default": 1000
|
|
76
76
|
},
|
|
77
77
|
"ESpinner/size": {
|
|
78
|
-
"type": "
|
|
78
|
+
"type": "string",
|
|
79
79
|
"description": "",
|
|
80
80
|
"default": "base"
|
|
81
81
|
},
|
|
@@ -85,44 +85,44 @@
|
|
|
85
85
|
"default": 1
|
|
86
86
|
},
|
|
87
87
|
"ERow/align": {
|
|
88
|
-
"type": "
|
|
88
|
+
"type": "string",
|
|
89
89
|
"description": ""
|
|
90
90
|
},
|
|
91
91
|
"ERow/align-content": {
|
|
92
|
-
"type": "
|
|
92
|
+
"type": "string",
|
|
93
93
|
"description": ""
|
|
94
94
|
},
|
|
95
95
|
"ERow/justify": {
|
|
96
|
-
"type": "
|
|
96
|
+
"type": "string",
|
|
97
97
|
"description": ""
|
|
98
98
|
},
|
|
99
99
|
"ERow/justify-xs": {
|
|
100
|
-
"type": "
|
|
100
|
+
"type": "string",
|
|
101
101
|
"description": ""
|
|
102
102
|
},
|
|
103
103
|
"ERow/justify-sm": {
|
|
104
|
-
"type": "
|
|
104
|
+
"type": "string",
|
|
105
105
|
"description": ""
|
|
106
106
|
},
|
|
107
107
|
"ERow/justify-md": {
|
|
108
|
-
"type": "
|
|
108
|
+
"type": "string",
|
|
109
109
|
"description": ""
|
|
110
110
|
},
|
|
111
111
|
"ERow/justify-lg": {
|
|
112
|
-
"type": "
|
|
112
|
+
"type": "string",
|
|
113
113
|
"description": ""
|
|
114
114
|
},
|
|
115
115
|
"ERow/justify-xl": {
|
|
116
|
-
"type": "
|
|
116
|
+
"type": "string",
|
|
117
117
|
"description": ""
|
|
118
118
|
},
|
|
119
119
|
"ERow/no-gutters": {
|
|
120
|
-
"type": "
|
|
120
|
+
"type": "boolean",
|
|
121
121
|
"description": "",
|
|
122
122
|
"default": false
|
|
123
123
|
},
|
|
124
124
|
"ECol/align-self": {
|
|
125
|
-
"type": "
|
|
125
|
+
"type": "string",
|
|
126
126
|
"description": "",
|
|
127
127
|
"default": "auto"
|
|
128
128
|
},
|
|
@@ -179,56 +179,95 @@
|
|
|
179
179
|
"description": ""
|
|
180
180
|
},
|
|
181
181
|
"EVideoPlayer/video-listeners": {
|
|
182
|
-
"type": "
|
|
182
|
+
"type": "object",
|
|
183
183
|
"description": ""
|
|
184
184
|
},
|
|
185
185
|
"EVideoPlayer/video-options": {
|
|
186
|
-
"type": "
|
|
186
|
+
"type": "object",
|
|
187
187
|
"description": ""
|
|
188
188
|
},
|
|
189
189
|
"ETimeline/events-groups": {
|
|
190
|
-
"type": "
|
|
190
|
+
"type": "object",
|
|
191
191
|
"description": ""
|
|
192
192
|
},
|
|
193
193
|
"ETimeline/x-axes-config": {
|
|
194
|
-
"type": "
|
|
194
|
+
"type": "object",
|
|
195
195
|
"description": ""
|
|
196
196
|
},
|
|
197
197
|
"ETimeline/dark": {
|
|
198
|
-
"type": "
|
|
198
|
+
"type": "boolean",
|
|
199
199
|
"description": "",
|
|
200
200
|
"default": false
|
|
201
201
|
},
|
|
202
202
|
"ETimeline/start-date": {
|
|
203
|
-
"type": "
|
|
203
|
+
"type": "string",
|
|
204
204
|
"description": ""
|
|
205
205
|
},
|
|
206
206
|
"ETimeline/end-date": {
|
|
207
|
-
"type": "
|
|
207
|
+
"type": "string",
|
|
208
208
|
"description": ""
|
|
209
209
|
},
|
|
210
210
|
"ETimeline/selected-timestamp": {
|
|
211
|
-
"type": "
|
|
211
|
+
"type": "string",
|
|
212
212
|
"description": ""
|
|
213
213
|
},
|
|
214
214
|
"ETimeline/show-event-tooltip": {
|
|
215
|
-
"type": "
|
|
215
|
+
"type": "boolean",
|
|
216
216
|
"description": "",
|
|
217
217
|
"default": true
|
|
218
218
|
},
|
|
219
219
|
"ETimeline/disable-zoom": {
|
|
220
|
-
"type": "
|
|
220
|
+
"type": "boolean",
|
|
221
221
|
"description": "",
|
|
222
222
|
"default": false
|
|
223
223
|
},
|
|
224
224
|
"ETimeline/normalize-events": {
|
|
225
|
-
"type": "
|
|
225
|
+
"type": "boolean",
|
|
226
226
|
"description": "",
|
|
227
227
|
"default": true
|
|
228
228
|
},
|
|
229
229
|
"ETimeline/flatten-line-graph-ends": {
|
|
230
|
-
"type": "
|
|
230
|
+
"type": "boolean",
|
|
231
231
|
"description": "",
|
|
232
232
|
"default": true
|
|
233
|
+
},
|
|
234
|
+
"ETimeline/curtains": {
|
|
235
|
+
"type": "boolean",
|
|
236
|
+
"description": "",
|
|
237
|
+
"default": false
|
|
238
|
+
},
|
|
239
|
+
"ETimeline/show-labels": {
|
|
240
|
+
"type": "boolean",
|
|
241
|
+
"description": "",
|
|
242
|
+
"default": true
|
|
243
|
+
},
|
|
244
|
+
"ETimeline/rect-min-width": {
|
|
245
|
+
"type": "number",
|
|
246
|
+
"description": "",
|
|
247
|
+
"default": 1
|
|
248
|
+
},
|
|
249
|
+
"ETimeline/bar-chart-height": {
|
|
250
|
+
"type": "number",
|
|
251
|
+
"description": "",
|
|
252
|
+
"default": 18
|
|
253
|
+
},
|
|
254
|
+
"ETimeline/line-graph-min-height": {
|
|
255
|
+
"type": "number",
|
|
256
|
+
"description": "",
|
|
257
|
+
"default": 60
|
|
258
|
+
},
|
|
259
|
+
"ETimeline/min-zoom": {
|
|
260
|
+
"type": "number",
|
|
261
|
+
"description": "",
|
|
262
|
+
"default": 0.0001
|
|
263
|
+
},
|
|
264
|
+
"ETimeline/max-zoom": {
|
|
265
|
+
"type": "number",
|
|
266
|
+
"description": "",
|
|
267
|
+
"default": 850000
|
|
268
|
+
},
|
|
269
|
+
"ETimeline/cursor-timestamp": {
|
|
270
|
+
"type": "string|any",
|
|
271
|
+
"description": ""
|
|
233
272
|
}
|
|
234
273
|
}
|