@evercam/ui 0.0.55-beta.8 → 0.0.56
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 +19 -9
- package/dist/index.mjs +201 -179
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +11 -7
- package/dist/src/index.d.ts +10 -6
- package/dist/src/types.d.ts +4 -0
- package/dist/tags.json +6 -4
- package/dist/web-types.json +41 -20
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -303,14 +303,6 @@
|
|
|
303
303
|
"type": "string",
|
|
304
304
|
"description": ""
|
|
305
305
|
},
|
|
306
|
-
"ETimeline/min-visible-date": {
|
|
307
|
-
"type": "string",
|
|
308
|
-
"description": ""
|
|
309
|
-
},
|
|
310
|
-
"ETimeline/max-visible-date": {
|
|
311
|
-
"type": "string",
|
|
312
|
-
"description": ""
|
|
313
|
-
},
|
|
314
306
|
"ETimeline/cursor-timestamp": {
|
|
315
307
|
"type": "string|any",
|
|
316
308
|
"description": ""
|
|
@@ -353,7 +345,7 @@
|
|
|
353
345
|
"description": "",
|
|
354
346
|
"default": false
|
|
355
347
|
},
|
|
356
|
-
"ETimeline/
|
|
348
|
+
"ETimeline/zoom-to-interval-transition-duration": {
|
|
357
349
|
"type": "number",
|
|
358
350
|
"description": "",
|
|
359
351
|
"default": 800
|
|
@@ -372,5 +364,23 @@
|
|
|
372
364
|
"type": "boolean",
|
|
373
365
|
"description": "",
|
|
374
366
|
"default": true
|
|
367
|
+
},
|
|
368
|
+
"ETimeline/forbidden-intervals": {
|
|
369
|
+
"type": "array",
|
|
370
|
+
"description": ""
|
|
371
|
+
},
|
|
372
|
+
"ETimeline/forbidden-interval-color": {
|
|
373
|
+
"type": "string",
|
|
374
|
+
"description": "",
|
|
375
|
+
"default": "#ddd"
|
|
376
|
+
},
|
|
377
|
+
"ETimeline/focused-interval": {
|
|
378
|
+
"type": "object|any",
|
|
379
|
+
"description": ""
|
|
380
|
+
},
|
|
381
|
+
"ETimeline/locked": {
|
|
382
|
+
"type": "boolean",
|
|
383
|
+
"description": "",
|
|
384
|
+
"default": false
|
|
375
385
|
}
|
|
376
386
|
}
|