@evercam/ui 0.0.52-beta.9 → 0.0.53
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 +23 -0
- package/dist/index.mjs +1214 -1064
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +39 -5
- package/dist/src/index.d.ts +38 -4
- package/dist/src/types.d.ts +8 -0
- package/dist/style.css +1 -1
- package/dist/styles.css +9 -3
- package/dist/tags.json +6 -1
- package/dist/web-types.json +49 -1
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -279,6 +279,10 @@
|
|
|
279
279
|
"type": "string|any",
|
|
280
280
|
"description": ""
|
|
281
281
|
},
|
|
282
|
+
"ETimeline/selected-class": {
|
|
283
|
+
"type": "string|any",
|
|
284
|
+
"description": ""
|
|
285
|
+
},
|
|
282
286
|
"ETimeline/pan-on-date-click": {
|
|
283
287
|
"type": "boolean",
|
|
284
288
|
"description": "",
|
|
@@ -288,5 +292,24 @@
|
|
|
288
292
|
"type": "number",
|
|
289
293
|
"description": "",
|
|
290
294
|
"default": 500
|
|
295
|
+
},
|
|
296
|
+
"ETimeline/selected-date": {
|
|
297
|
+
"type": "string",
|
|
298
|
+
"description": "",
|
|
299
|
+
"default": ""
|
|
300
|
+
},
|
|
301
|
+
"ETimeline/auto-resize": {
|
|
302
|
+
"type": "boolean",
|
|
303
|
+
"description": "",
|
|
304
|
+
"default": true
|
|
305
|
+
},
|
|
306
|
+
"ETimeline/markers": {
|
|
307
|
+
"type": "array",
|
|
308
|
+
"description": ""
|
|
309
|
+
},
|
|
310
|
+
"ETimeline/sticky-markers": {
|
|
311
|
+
"type": "boolean",
|
|
312
|
+
"description": "",
|
|
313
|
+
"default": true
|
|
291
314
|
}
|
|
292
315
|
}
|