@evercam/ui 0.0.45-beta.0 → 0.0.45-beta.1

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 CHANGED
@@ -1,47 +1,47 @@
1
- ## Evercam UI
2
-
3
- ### Description
4
-
5
- Components libray for the [Evercam](https://evercam.io) frontends.
6
-
7
- ### Installation
8
-
9
- 1- Install the package
10
-
11
- `yarn add @evercam/ui`
12
-
13
- 2- Use the components in a Vue app by either:
14
-
15
- - Installing the library globally as a Vue plugin:
16
-
17
- ```javascript
18
- import Vue from "vue"
19
- import EvercamUI from "@evercam/ui"
20
-
21
- Vue.use(EvercamUI)
22
- ```
23
-
24
- - Or importing components individually:
25
-
26
- ```vue
27
- <template>
28
- <EBadge text="Hello world" color="success" />
29
- </template>
30
-
31
- <script>
32
- import { EBadge } from "@evercam/ui"
33
-
34
- export default {
35
- components: {
36
- EBadge
37
- }
38
- }
39
- </script>
40
- ```
41
-
42
- ### Dev mode
43
-
44
- You can preview the components and their stories by running the [Histoire](https://histoire.dev) sever:
45
-
46
- `yarn story:dev`
47
- ..........
1
+ ## Evercam UI
2
+
3
+ ### Description
4
+
5
+ Components libray for the [Evercam](https://evercam.io) frontends.
6
+
7
+ ### Installation
8
+
9
+ 1- Install the package
10
+
11
+ `yarn add @evercam/ui`
12
+
13
+ 2- Use the components in a Vue app by either:
14
+
15
+ - Installing the library globally as a Vue plugin:
16
+
17
+ ```javascript
18
+ import Vue from "vue"
19
+ import EvercamUI from "@evercam/ui"
20
+
21
+ Vue.use(EvercamUI)
22
+ ```
23
+
24
+ - Or importing components individually:
25
+
26
+ ```vue
27
+ <template>
28
+ <EBadge text="Hello world" color="success" />
29
+ </template>
30
+
31
+ <script>
32
+ import { EBadge } from "@evercam/ui"
33
+
34
+ export default {
35
+ components: {
36
+ EBadge
37
+ }
38
+ }
39
+ </script>
40
+ ```
41
+
42
+ ### Dev mode
43
+
44
+ You can preview the components and their stories by running the [Histoire](https://histoire.dev) sever:
45
+
46
+ `yarn story:dev`
47
+ ..........
@@ -1,71 +1,71 @@
1
1
  {
2
2
  "EAvatar/size": {
3
- "type": "any",
3
+ "type": "string",
4
4
  "description": "",
5
5
  "default": "base"
6
6
  },
7
7
  "EAvatar/show-badge": {
8
- "type": "any",
8
+ "type": "boolean",
9
9
  "description": "",
10
10
  "default": false
11
11
  },
12
12
  "EAvatar/badge-color": {
13
- "type": "any",
13
+ "type": "string",
14
14
  "description": "",
15
15
  "default": "error"
16
16
  },
17
17
  "EAvatar/badge-text": {
18
- "type": "any",
18
+ "type": "string",
19
19
  "description": "",
20
20
  "default": ""
21
21
  },
22
22
  "EAvatar/badge-size": {
23
- "type": "any",
23
+ "type": "string",
24
24
  "description": "",
25
25
  "default": "base"
26
26
  },
27
27
  "EAvatar/image": {
28
- "type": "any",
28
+ "type": "string",
29
29
  "description": "",
30
30
  "default": ""
31
31
  },
32
32
  "EBadge/text": {
33
- "type": "any",
33
+ "type": "string",
34
34
  "description": "",
35
35
  "default": ""
36
36
  },
37
37
  "EBadge/color": {
38
- "type": "any",
38
+ "type": "string",
39
39
  "description": "",
40
40
  "default": "default"
41
41
  },
42
42
  "EBadge/size": {
43
- "type": "any",
43
+ "type": "string",
44
44
  "description": "",
45
45
  "default": "base"
46
46
  },
47
47
  "EIcon/icon": {
48
- "type": "any",
48
+ "type": "string",
49
49
  "description": "",
50
50
  "default": ""
51
51
  },
52
52
  "EIcon/color": {
53
- "type": "any",
53
+ "type": "string",
54
54
  "description": "",
55
55
  "default": "default"
56
56
  },
57
57
  "EIcon/size": {
58
- "type": "any",
58
+ "type": "string",
59
59
  "description": "",
60
60
  "default": "sm"
61
61
  },
62
62
  "ESpinner/dark": {
63
- "type": "any",
63
+ "type": "boolean",
64
64
  "description": "",
65
65
  "default": false
66
66
  },
67
67
  "ESpinner/color": {
68
- "type": "any",
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": "any",
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": "any",
88
+ "type": "string",
89
89
  "description": ""
90
90
  },
91
91
  "ERow/align-content": {
92
- "type": "any",
92
+ "type": "string",
93
93
  "description": ""
94
94
  },
95
95
  "ERow/justify": {
96
- "type": "any",
96
+ "type": "string",
97
97
  "description": ""
98
98
  },
99
99
  "ERow/justify-xs": {
100
- "type": "any",
100
+ "type": "string",
101
101
  "description": ""
102
102
  },
103
103
  "ERow/justify-sm": {
104
- "type": "any",
104
+ "type": "string",
105
105
  "description": ""
106
106
  },
107
107
  "ERow/justify-md": {
108
- "type": "any",
108
+ "type": "string",
109
109
  "description": ""
110
110
  },
111
111
  "ERow/justify-lg": {
112
- "type": "any",
112
+ "type": "string",
113
113
  "description": ""
114
114
  },
115
115
  "ERow/justify-xl": {
116
- "type": "any",
116
+ "type": "string",
117
117
  "description": ""
118
118
  },
119
119
  "ERow/no-gutters": {
120
- "type": "any",
120
+ "type": "boolean",
121
121
  "description": "",
122
122
  "default": false
123
123
  },
124
124
  "ECol/align-self": {
125
- "type": "any",
125
+ "type": "string",
126
126
  "description": "",
127
127
  "default": "auto"
128
128
  },
@@ -174,61 +174,105 @@
174
174
  "type": "boolean|string|number",
175
175
  "description": ""
176
176
  },
177
+ "EVideoPlayer/type": {
178
+ "type": "string",
179
+ "description": "",
180
+ "default": "video"
181
+ },
177
182
  "EVideoPlayer/sources": {
178
183
  "type": "array|string",
179
184
  "description": ""
180
185
  },
181
186
  "EVideoPlayer/video-listeners": {
182
- "type": "any",
187
+ "type": "object",
183
188
  "description": ""
184
189
  },
185
190
  "EVideoPlayer/video-options": {
186
- "type": "any",
191
+ "type": "object",
187
192
  "description": ""
188
193
  },
189
194
  "ETimeline/events-groups": {
190
- "type": "any",
195
+ "type": "object",
191
196
  "description": ""
192
197
  },
193
198
  "ETimeline/x-axes-config": {
194
- "type": "any",
199
+ "type": "object",
195
200
  "description": ""
196
201
  },
197
202
  "ETimeline/dark": {
198
- "type": "any",
203
+ "type": "boolean",
199
204
  "description": "",
200
205
  "default": false
201
206
  },
202
207
  "ETimeline/start-date": {
203
- "type": "any",
208
+ "type": "string",
204
209
  "description": ""
205
210
  },
206
211
  "ETimeline/end-date": {
207
- "type": "any",
212
+ "type": "string",
208
213
  "description": ""
209
214
  },
210
215
  "ETimeline/selected-timestamp": {
211
- "type": "any",
216
+ "type": "string",
212
217
  "description": ""
213
218
  },
214
219
  "ETimeline/show-event-tooltip": {
215
- "type": "any",
220
+ "type": "boolean",
216
221
  "description": "",
217
222
  "default": true
218
223
  },
219
224
  "ETimeline/disable-zoom": {
220
- "type": "any",
225
+ "type": "boolean",
221
226
  "description": "",
222
227
  "default": false
223
228
  },
224
229
  "ETimeline/normalize-events": {
225
- "type": "any",
230
+ "type": "boolean",
226
231
  "description": "",
227
232
  "default": true
228
233
  },
229
234
  "ETimeline/flatten-line-graph-ends": {
230
- "type": "any",
235
+ "type": "boolean",
231
236
  "description": "",
232
237
  "default": true
238
+ },
239
+ "ETimeline/curtains": {
240
+ "type": "boolean",
241
+ "description": "",
242
+ "default": false
243
+ },
244
+ "ETimeline/show-labels": {
245
+ "type": "boolean",
246
+ "description": "",
247
+ "default": true
248
+ },
249
+ "ETimeline/rect-min-width": {
250
+ "type": "number",
251
+ "description": "",
252
+ "default": 1
253
+ },
254
+ "ETimeline/bar-chart-height": {
255
+ "type": "number",
256
+ "description": "",
257
+ "default": 18
258
+ },
259
+ "ETimeline/line-graph-min-height": {
260
+ "type": "number",
261
+ "description": "",
262
+ "default": 60
263
+ },
264
+ "ETimeline/min-zoom": {
265
+ "type": "number",
266
+ "description": "",
267
+ "default": 0.0001
268
+ },
269
+ "ETimeline/max-zoom": {
270
+ "type": "number",
271
+ "description": "",
272
+ "default": 850000
273
+ },
274
+ "ETimeline/cursor-timestamp": {
275
+ "type": "string|any",
276
+ "description": ""
233
277
  }
234
278
  }