@evercam/ui 0.0.36 → 0.0.38-alpha.0

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
+ ..........
@@ -186,28 +186,39 @@
186
186
  "type": "any",
187
187
  "description": ""
188
188
  },
189
- "ECountryFlag/country": {
189
+ "ETimeline/events-groups": {
190
190
  "type": "any",
191
191
  "description": ""
192
192
  },
193
- "ECountryFlag/rounded": {
193
+ "ETimeline/x-axes-config": {
194
194
  "type": "any",
195
- "description": "",
196
- "default": false
195
+ "description": ""
197
196
  },
198
- "ECountryFlag/shadow": {
197
+ "ETimeline/dark": {
199
198
  "type": "any",
200
199
  "description": "",
201
200
  "default": false
202
201
  },
203
- "ECountryFlag/size": {
202
+ "ETimeline/start-date": {
203
+ "type": "any",
204
+ "description": ""
205
+ },
206
+ "ETimeline/end-date": {
207
+ "type": "any",
208
+ "description": ""
209
+ },
210
+ "ETimeline/selected-timestamp": {
211
+ "type": "any",
212
+ "description": ""
213
+ },
214
+ "ETimeline/show-event-tooltip": {
204
215
  "type": "any",
205
216
  "description": "",
206
- "default": "normal"
217
+ "default": true
207
218
  },
208
- "ECountryFlag/background": {
219
+ "ETimeline/disable-zoom": {
209
220
  "type": "any",
210
221
  "description": "",
211
- "default": ""
222
+ "default": false
212
223
  }
213
224
  }