@evercam/ui 0.0.55-beta.35 → 0.0.55-beta.36
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 +0 -18
- package/dist/index.mjs +1058 -1043
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +0 -1
- package/dist/src/index.d.ts +2 -17
- package/dist/src/mixins/event-listeners.d.ts +13 -0
- package/dist/src/mixins/inactivity-listener.d.ts +25 -0
- package/dist/src/mixins/index.d.ts +4 -0
- package/dist/src/mixins/timeouts.d.ts +8 -0
- package/dist/style.css +1 -1
- package/dist/styles.css +0 -7
- package/dist/tags.json +1 -15
- package/dist/web-types.json +2 -69
- package/package.json +1 -1
- package/dist/src/components/ECompareSeparator.vue.d.ts +0 -7
- package/dist/src/components/ETruncatedDiv.vue.d.ts +0 -8
package/dist/attributes.json
CHANGED
|
@@ -383,10 +383,6 @@
|
|
|
383
383
|
"description": "",
|
|
384
384
|
"default": false
|
|
385
385
|
},
|
|
386
|
-
"ETimeline/timezone": {
|
|
387
|
-
"type": "string|any",
|
|
388
|
-
"description": ""
|
|
389
|
-
},
|
|
390
386
|
"EHeatmapBar/items": {
|
|
391
387
|
"type": "array",
|
|
392
388
|
"description": ""
|
|
@@ -475,19 +471,5 @@
|
|
|
475
471
|
"type": "string",
|
|
476
472
|
"description": "",
|
|
477
473
|
"default": "and {count} more..."
|
|
478
|
-
},
|
|
479
|
-
"ETruncatedDiv/width": {
|
|
480
|
-
"type": "string|number",
|
|
481
|
-
"description": ""
|
|
482
|
-
},
|
|
483
|
-
"ETruncatedDiv/fixed-width": {
|
|
484
|
-
"type": "boolean",
|
|
485
|
-
"description": "",
|
|
486
|
-
"default": false
|
|
487
|
-
},
|
|
488
|
-
"ECompareSeparator/x-offset": {
|
|
489
|
-
"type": "number|string",
|
|
490
|
-
"description": "",
|
|
491
|
-
"default": 50
|
|
492
474
|
}
|
|
493
475
|
}
|